Home
last modified time | relevance | path

Searched full:sleeps (Results 1 – 25 of 103) sorted by relevance

12345

/freebsd/usr.bin/netstat/
H A Dmbuf.c290 xo_emit("{:mbuf-sleeps/%ju}/{:cluster-sleeps/%ju}/{:packet-sleeps/%ju} " in mbpr()
295 xo_emit("{:jumbop-sleeps/%ju}/{:jumbo9-sleeps/%ju}/" in mbpr()
296 "{:jumbo16-sleeps/%ju} {N:/requests for jumbo clusters delayed " in mbpr()
/freebsd/share/man/man9/
H A Dsleepqueue.9251 function is used for non-interruptible sleeps that do not have a timeout.
254 function is used for non-interruptible sleeps that have had a timeout set via
258 function is used for interruptible sleeps that do not have a timeout.
261 function is used for interruptible sleeps that do have a timeout set.
H A Dlocking.9291 Giant is dropped during unbounded sleeps and reacquired after wakeup.
298 running if your code sleeps, even if you want it to.
320 a dependency chain of threads in bounded sleeps should always make forward
329 The following primitives perform bounded sleeps:
332 The following primitives perform unbounded sleeps:
H A DBUF_TIMELOCK.963 The wmesg used in any sleeps while acquiring the lock.
67 The timeout for any sleeps encountered during the lock.
H A Dvm_page_grab.953 The function sleeps until the allocation request can be satisfied.
60 function sleeps for any reason, the object lock is temporary dropped.
H A Dvinvalbuf.964 The slp flag that will be used in the priority of any sleeps in the function.
66 The timeout for any sleeps in the function.
H A Ddev_refthread.966 Destruction of the cdev sleeps until the thread reference is released.
H A Dpanic.9142 Time-based sleeps such as
H A Dunr.9124 This function does not allocate memory and never sleeps, however it may
/freebsd/lib/libmemstat/
H A Dmemstat_internal.h69 uint64_t mt_sleeps; /* Number of allocation sleeps. */
70 uint64_t mt_xdomain; /* Number of cross domain sleeps. */
/freebsd/usr.bin/lockf/
H A Dlockf.1196 The first job takes a lock and sleeps for 5 seconds in the background.
205 The first job takes a lock and sleeps for 1 second in the background.
/freebsd/contrib/ntp/libntp/
H A Dntp_intres.c31 * The parent drives the process, including scheduling sleeps between
368 * retry sleeps once for each pending request, similar to in blocking_getaddrinfo()
375 TRACE(1, ("DNS success after retry, ignoring sleeps scheduled before now (%s)\n", in blocking_getaddrinfo()
757 * retry sleeps once for each pending request, similar to in blocking_getnameinfo()
764 TRACE(1, ("DNS success after retrying, ignoring sleeps scheduled before now (%s)\n", in blocking_getnameinfo()
1033 TRACE(1, ("sleep interrupted by daemon, ignoring sleeps scheduled before now (%s)\n", in scheduled_sleep()
/freebsd/sys/kern/
H A Dkern_lock.c335 * If interruptible sleeps left the exclusive queue empty in wakeupshlk()
342 * sleeps so lk_exslpfail might be considered an 'upper limit' in wakeupshlk()
367 * and using interruptible sleeps/timeout may have in wakeupshlk()
1150 * If interruptible sleeps left the exclusive queue in lockmgr_xunlock_hard()
1157 * conjunction with interruptible sleeps so in lockmgr_xunlock_hard()
1183 * on and using interruptible sleeps/timeout in lockmgr_xunlock_hard()
1462 * If interruptible sleeps left the exclusive in __lockmgr_args()
1471 * sleeps so lk_exslpfail might be considered in __lockmgr_args()
1482 * interruptible sleeps/timeout may in __lockmgr_args()
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_f01.txt22 - syna,doze-interval-ms: The time period that the device sleeps between finger
/freebsd/lib/libsys/
H A Dthr_suspend.285 flag to immediately abort interruptible sleeps with an
/freebsd/crypto/openssl/doc/man3/
H A DBIO_socket_wait.pod38 every B<nap_milliseconds> and sleeps in between using BIO_wait().
/freebsd/usr.bin/gcore/
H A Dgcore.197 Additionally, interruptable sleeps may exit with EINTR.
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_sleep.c77 printf("Testing sleeps unreasonably far into the future.\n"); in ATF_TC_BODY()
/freebsd/contrib/ntp/sntp/tests/
H A DkodDatabase.c102 * Sleeps for two seconds since we want to ensure that in test_AddDuplicate()
/freebsd/share/man/man7/
H A Dclocks.7153 sleeps or its clock rate changes.
/freebsd/contrib/kyua/utils/process/
H A Ddeadline_killer_test.cpp51 /// Body of a child process that sleeps and then exits.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs42l42.txt55 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after
/freebsd/sys/dev/hid/
H A Dhid_if.m33 # Any function listed here can do unbound sleeps waiting for IO to complete.
/freebsd/tools/test/stress2/misc/
H A Dsendfile18.sh44 # - sleeps for a second before exiting (and closing s2)
/freebsd/crypto/openssh/regress/
H A Dchannel-timeout.sh116 # Set up a "slow sftp server" that sleeps before executing the real one.

12345