Searched refs:nonblocking (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Di915_gem_evict.c49 bool mappable, bool nonblocking)
97 if (nonblocking)
47 i915_gem_evict_something(struct drm_device *dev, int min_size, unsigned alignment, unsigned cache_level, bool mappable, bool nonblocking) argument
H A Di915_gem.c78 bool nonblocking);
1216 /* A nonblocking variant of the above wait. This is a highly dangerous routine
3191 bool nonblocking)
3259 nonblocking);
3763 bool nonblocking)
3791 nonblocking);
3188 i915_gem_object_bind_to_gtt(struct drm_i915_gem_object *obj, unsigned alignment, bool map_and_fenceable, bool nonblocking) argument
3760 i915_gem_object_pin(struct drm_i915_gem_object *obj, uint32_t alignment, bool map_and_fenceable, bool nonblocking) argument
H A Di915_drv.h1424 bool nonblocking);
/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dworker.c222 ** NONBLOCKING -- set nonblocking mode for a file descriptor.
233 nonblocking(int fd, const char *name) function
287 r = nonblocking(WR_PIPE, "WR_PIPE");
290 r = nonblocking(RD_PIPE, "RD_PIPE");
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1114 svn_boolean_t nonblocking,
1122 err = svn_io_file_lock2(lockfile_path, exclusive, nonblocking, pool);
1288 svn_boolean_t nonblocking,
1308 SVN_ERR(lock_repos(repos, exclusive, nonblocking, result_pool));
1431 svn_boolean_t nonblocking,
1450 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking, FALSE, NULL, subpool,
1683 svn_boolean_t nonblocking,
1698 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking,
1111 lock_repos(svn_repos_t *repos, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
1284 get_repos(svn_repos_t **repos_p, const char *path, svn_boolean_t exclusive, svn_boolean_t nonblocking, svn_boolean_t open_fs, apr_hash_t *fs_config, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1429 svn_repos_upgrade2(const char *path, svn_boolean_t nonblocking, svn_repos_notify_func_t notify_func, void *notify_baton, apr_pool_t *pool) argument
1681 svn_repos_recover4(const char *path, svn_boolean_t nonblocking, svn_repos_notify_func_t notify_func, void *notify_baton, svn_cancel_func_t cancel_func, void * cancel_baton, apr_pool_t *pool) argument
H A Ddeprecated.c185 svn_boolean_t nonblocking,
196 return svn_repos_recover4(path, nonblocking, recovery_started, &rb,
202 svn_boolean_t nonblocking,
207 return svn_repos_recover3(path, nonblocking,
222 svn_boolean_t nonblocking,
232 return svn_repos_upgrade2(path, nonblocking, recovery_started, &rb, pool);
183 svn_repos_recover3(const char *path, svn_boolean_t nonblocking, svn_error_t *(*start_callback)(void *baton), void *start_callback_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
200 svn_repos_recover2(const char *path, svn_boolean_t nonblocking, svn_error_t *(*start_callback)(void *baton), void *start_callback_baton, apr_pool_t *pool) argument
220 svn_repos_upgrade(const char *path, svn_boolean_t nonblocking, svn_error_t *(*start_callback)(void *baton), void *start_callback_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_repos.h503 * If @a nonblocking is TRUE, an error of type EWOULDBLOCK is
529 svn_boolean_t nonblocking,
544 svn_boolean_t nonblocking,
770 * If @a nonblocking is TRUE, an error of type EWOULDBLOCK is
790 svn_boolean_t nonblocking,
807 svn_boolean_t nonblocking,
822 svn_boolean_t nonblocking,
828 * Similar to svn_repos_recover2(), but with nonblocking set to FALSE, and
H A Dsvn_io.h752 * If @a nonblocking is TRUE, do not wait for the lock if it
763 svn_boolean_t nonblocking,
770 * If @a nonblocking is TRUE, do not wait for the lock if it
783 svn_boolean_t nonblocking,
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-dag.c345 unsigned int nonblocking = pd->dag_flags & DAGF_NONBLOCK; local
380 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size))
386 if(!nonblocking &&
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devutil.c313 u_long nonblocking = 1; local
314 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) {
945 * the blocking and nonblocking resolver:
2489 * to make the socket nonblocking or close-on-exec with as few syscalls as
2527 * make the socket nonblocking or close-on-exec with as few syscalls as
2566 * fd[0] get read from fd[1]. Make both fds nonblocking and close-on-exec.
2573 Making the second socket nonblocking is a bit subtle, given that we
2575 do that for a nonblocking socket. But if the kernel gives us EAGAIN,
/freebsd-12-stable/contrib/libevent/
H A Devutil.c317 unsigned long nonblocking = 1; local
318 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) {
949 * the blocking and nonblocking resolver:
2519 * to make the socket nonblocking or close-on-exec with as few syscalls as
2557 * make the socket nonblocking or close-on-exec with as few syscalls as
2596 * fd[0] get read from fd[1]. Make both fds nonblocking and close-on-exec.
2603 Making the second socket nonblocking is a bit subtle, given that we
2605 do that for a nonblocking socket. But if the kernel gives us EAGAIN,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2555 svn_boolean_t nonblocking,
2564 if (nonblocking)
2647 svn_boolean_t nonblocking,
2664 if (nonblocking)
2673 return svn_io_lock_open_file(lockfile_handle, exclusive, nonblocking, pool);
2547 svn_io_lock_open_file(apr_file_t *lockfile_handle, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument
2639 svn_io_file_lock2(const char *lock_file, svn_boolean_t exclusive, svn_boolean_t nonblocking, apr_pool_t *pool) argument

Completed in 228 milliseconds