/freebsd/usr.bin/netstat/ |
H A D | mbuf.c | 290 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 D | sleepqueue.9 | 251 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 D | locking.9 | 291 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 D | BUF_TIMELOCK.9 | 63 The wmesg used in any sleeps while acquiring the lock. 67 The timeout for any sleeps encountered during the lock.
|
H A D | vm_page_grab.9 | 53 The function sleeps until the allocation request can be satisfied. 60 function sleeps for any reason, the object lock is temporary dropped.
|
H A D | vinvalbuf.9 | 64 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 D | dev_refthread.9 | 66 Destruction of the cdev sleeps until the thread reference is released.
|
H A D | panic.9 | 142 Time-based sleeps such as
|
H A D | unr.9 | 124 This function does not allocate memory and never sleeps, however it may
|
/freebsd/lib/libmemstat/ |
H A D | memstat_internal.h | 69 uint64_t mt_sleeps; /* Number of allocation sleeps. */ 70 uint64_t mt_xdomain; /* Number of cross domain sleeps. */
|
/freebsd/usr.bin/lockf/ |
H A D | lockf.1 | 196 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 D | ntp_intres.c | 31 * 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 D | kern_lock.c | 335 * 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 D | rmi_f01.txt | 22 - syna,doze-interval-ms: The time period that the device sleeps between finger
|
/freebsd/lib/libsys/ |
H A D | thr_suspend.2 | 85 flag to immediately abort interruptible sleeps with an
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_socket_wait.pod | 38 every B<nap_milliseconds> and sleeps in between using BIO_wait().
|
/freebsd/usr.bin/gcore/ |
H A D | gcore.1 | 97 Additionally, interruptable sleeps may exit with EINTR.
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_sleep.c | 77 printf("Testing sleeps unreasonably far into the future.\n"); in ATF_TC_BODY()
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | kodDatabase.c | 102 * Sleeps for two seconds since we want to ensure that in test_AddDuplicate()
|
/freebsd/share/man/man7/ |
H A D | clocks.7 | 153 sleeps or its clock rate changes.
|
/freebsd/contrib/kyua/utils/process/ |
H A D | deadline_killer_test.cpp | 51 /// Body of a child process that sleeps and then exits.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs42l42.txt | 55 - cirrus,btn-det-init-dbnce : This sets how long the driver sleeps after
|
/freebsd/sys/dev/hid/ |
H A D | hid_if.m | 33 # Any function listed here can do unbound sleeps waiting for IO to complete.
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile18.sh | 44 # - sleeps for a second before exiting (and closing s2)
|
/freebsd/crypto/openssh/regress/ |
H A D | channel-timeout.sh | 116 # Set up a "slow sftp server" that sleeps before executing the real one.
|