Home
last modified time | relevance | path

Searched refs:nonblocking (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12.1/sys/dev/drm2/i915/
H A Di915_gem_evict.c49 bool mappable, bool nonblocking) in i915_gem_evict_something() argument
97 if (nonblocking) in i915_gem_evict_something()
H A Di915_gem.c78 bool nonblocking);
3191 bool nonblocking) in i915_gem_object_bind_to_gtt() argument
3259 nonblocking); in i915_gem_object_bind_to_gtt()
3763 bool nonblocking) in i915_gem_object_pin() argument
3791 nonblocking); in i915_gem_object_pin()
H A Di915_drv.h1424 bool nonblocking);
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1113 svn_boolean_t nonblocking, in lock_repos() argument
1121 err = svn_io_file_lock2(lockfile_path, exclusive, nonblocking, pool); in lock_repos()
1287 svn_boolean_t nonblocking, in get_repos() argument
1307 SVN_ERR(lock_repos(repos, exclusive, nonblocking, result_pool)); in get_repos()
1430 svn_boolean_t nonblocking, in svn_repos_upgrade2() argument
1449 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking, FALSE, NULL, subpool, in svn_repos_upgrade2()
1682 svn_boolean_t nonblocking, in svn_repos_recover4() argument
1697 SVN_ERR(get_repos(&repos, path, TRUE, nonblocking, in svn_repos_recover4()
H A Ddeprecated.c184 svn_boolean_t nonblocking, in svn_repos_recover3() argument
195 return svn_repos_recover4(path, nonblocking, recovery_started, &rb, in svn_repos_recover3()
201 svn_boolean_t nonblocking, in svn_repos_recover2() argument
206 return svn_repos_recover3(path, nonblocking, in svn_repos_recover2()
221 svn_boolean_t nonblocking, in svn_repos_upgrade() argument
231 return svn_repos_upgrade2(path, nonblocking, recovery_started, &rb, pool); in svn_repos_upgrade()
/freebsd-12.1/contrib/sendmail/libmilter/
H A Dworker.c233 nonblocking(int fd, const char *name) in nonblocking() function
287 r = nonblocking(WR_PIPE, "WR_PIPE"); in mi_pool_controller_init()
290 r = nonblocking(RD_PIPE, "RD_PIPE"); in mi_pool_controller_init()
/freebsd-12.1/contrib/ldns/
H A Dacx_nlnetlabs.m473 # ACX_CHECK_NONBLOCKING_BROKEN - see if nonblocking sockets really work.
911 dnl check if select and nonblocking sockets actually work.
914 dnl a nonblocking socket do not work, a new call to select is necessary.
917 AC_MSG_CHECKING([if nonblocking sockets work])
920 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe…
955 /* test if select and nonblocking reads work well together */
959 then try to nonblocking read the 10 messages
960 then, nonblocking read must give EAGAIN
1030 /* now we want to get EAGAIN: nonblocking goodness */
1048 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe…
/freebsd-12.1/contrib/unbound/
H A Dacx_nlnetlabs.m473 # ACX_CHECK_NONBLOCKING_BROKEN - see if nonblocking sockets really work.
915 dnl check if select and nonblocking sockets actually work.
918 dnl a nonblocking socket do not work, a new call to select is necessary.
921 AC_MSG_CHECKING([if nonblocking sockets work])
924 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe…
959 /* test if select and nonblocking reads work well together */
963 then try to nonblocking read the 10 messages
964 then, nonblocking read must give EAGAIN
1034 /* now we want to get EAGAIN: nonblocking goodness */
1052 …ING_IS_BROKEN], 1, [Define if the network stack does not fully support nonblocking io (causes lowe…
H A Dconfig.h.in656 /* Define if the network stack does not fully support nonblocking io (causes
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_repos.h527 svn_boolean_t nonblocking,
542 svn_boolean_t nonblocking,
788 svn_boolean_t nonblocking,
805 svn_boolean_t nonblocking,
820 svn_boolean_t nonblocking,
H A Dsvn_io.h762 svn_boolean_t nonblocking,
782 svn_boolean_t nonblocking,
/freebsd-12.1/contrib/libpcap/
H A Dpcap-dag.c347 unsigned int nonblocking = pd->dag_flags & DAGF_NONBLOCK; in dag_read() local
382 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()
388 if(!nonblocking && in dag_read()
/freebsd-12.1/contrib/libevent/
H A Devutil.c317 unsigned long nonblocking = 1; in evutil_make_socket_nonblocking() local
318 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()
H A Dwhatsnew-2.1.txt600 simultaneously create a socket, make it nonblocking, and make it
H A DChangeLog756 o Avoid redundant syscall to make a nonblocking socket nonblocking
H A DChangeLog-2.01072 …o Add an evdns_getaddrinfo() function to provide a nonblocking getaddrinfo using evdns, so program…
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Devutil.c313 u_long nonblocking = 1; in evutil_make_socket_nonblocking() local
314 if (ioctlsocket(fd, FIONBIO, &nonblocking) == SOCKET_ERROR) { in evutil_make_socket_nonblocking()
H A Dwhatsnew-2.1.txt539 simultaneously create a socket, make it nonblocking, and make it
H A DChangeLog309 o Avoid redundant syscall to make a nonblocking socket nonblocking
H A DChangeLog-2.01072 …o Add an evdns_getaddrinfo() function to provide a nonblocking getaddrinfo using evdns, so program…
/freebsd-12.1/contrib/apr/
H A DCMakeLists.txt374 FOREACH(sendfile_mode blocking nonblocking timeout)
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2301 svn_boolean_t nonblocking, in svn_io_lock_open_file() argument
2310 if (nonblocking) in svn_io_lock_open_file()
2393 svn_boolean_t nonblocking, in svn_io_file_lock2() argument
2419 return svn_io_lock_open_file(lockfile_handle, exclusive, nonblocking, pool); in svn_io_file_lock2()
/freebsd-12.1/contrib/sendmail/contrib/
H A Dmailprio272 eval 'sub F_SETLK {8;}' unless defined &F_SETLK; # nonblocking
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog6886 - detect nonblocking problems in network stack in configure script.
7086 - set nonblocking on new TCP streams, because linux does not inherit
7384 - WSAEWOULDBLOCK test after nonblocking TCP connect.
7387 - use ioctlsocket to set nonblocking I/O if fnctl is unavailable.
7709 - bg thread/process reads and writes the pipe nonblocking all the time
7758 - make pipe nonblocking at start.
8884 - netevent supports outgoing tcp commpoints, nonblocking connects.
9140 - set ipc pipes nonblocking.
/freebsd-12.1/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42465 AC_MSG_CHECKING([FIONBIO vs. O_NONBLOCK for nonblocking I/O])

12