Searched refs:sleep_time (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.sbin/autofs/
H A Dautounmountd.c232 do_wait(int kq, double sleep_time) argument
238 if (sleep_time != -1.0) {
239 assert(sleep_time > 0.0);
240 timeout.tv_sec = sleep_time;
243 log_debugx("waiting for filesystem event for %.0f seconds", sleep_time);
257 assert(sleep_time > 0.0);
271 double expiration_time = 600, retry_time = 600, mounted_max, sleep_time; local
340 sleep_time = mounted_max;
343 sleep_time = difftime(expiration_time, mounted_max);
345 sleep_time);
[all...]
/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Dproc.c77 proc_track(int sleep_time) argument
86 "kevent(EVFILT_PROC, NOTE_TRACK); sleep %d", sleep_time);
120 if (sleep_time) sleep(sleep_time);
128 if (sleep_time) sleep(sleep_time);
/freebsd-11-stable/sys/dev/xen/balloon/
H A Dballoon.c278 int sleep_time; local
291 sleep_time = hz;
293 sleep_time = 0;
296 sleep_time);
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestreslist.c181 int sleep_time = RESLIST_TTL / RESLIST_HMAX; local
199 apr_sleep(sleep_time);
203 apr_sleep(sleep_time);
/freebsd-11-stable/sys/kern/
H A Dkern_sx.c565 int64_t sleep_time = 0; local
777 sleep_time -= lockstat_nsecs(&sx->lock_object);
787 sleep_time += lockstat_nsecs(&sx->lock_object);
808 if (sleep_time)
809 LOCKSTAT_RECORD4(sx__block, sx, sleep_time,
813 LOCKSTAT_RECORD4(sx__spin, sx, all_time - sleep_time,
941 int64_t sleep_time = 0; local
1084 sleep_time -= lockstat_nsecs(&sx->lock_object);
1094 sleep_time += lockstat_nsecs(&sx->lock_object);
1115 if (sleep_time)
[all...]
H A Dkern_rwlock.c441 int64_t sleep_time = 0; local
597 sleep_time -= lockstat_nsecs(&rw->lock_object);
602 sleep_time += lockstat_nsecs(&rw->lock_object);
616 if (sleep_time)
617 LOCKSTAT_RECORD4(rw__block, rw, sleep_time,
623 LOCKSTAT_RECORD4(rw__spin, rw, all_time - sleep_time,
899 int64_t sleep_time = 0; local
1087 sleep_time -= lockstat_nsecs(&rw->lock_object);
1092 sleep_time += lockstat_nsecs(&rw->lock_object);
1109 if (sleep_time)
[all...]
H A Dkern_mutex.c483 int64_t sleep_time = 0; local
631 sleep_time -= lockstat_nsecs(&m->lock_object);
639 sleep_time += lockstat_nsecs(&m->lock_object);
650 if (sleep_time)
651 LOCKSTAT_RECORD1(adaptive__block, m, sleep_time);
657 LOCKSTAT_RECORD1(adaptive__spin, m, all_time - sleep_time);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp112 DNBLogThreaded("[%3u] #%3u tid: 0x%8.8" PRIx64 ", pc: 0x%16.16" PRIx64 ", sp: 0x%16.16" PRIx64 ", user: %d.%6.6d, system: %d.%6.6d, cpu: %2d, policy: %2d, run_state: %2d (%s), flags: %2d, suspend_count: %2d (current %2d), sleep_time: %d",
126 m_basic_info.sleep_time);
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c343 int sleep_time; local
345 sleep_time = msecs_to_ticks(250);
346 if (sleep_time == 0)
347 sleep_time = 1;
351 pause("comref", sleep_time);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h3067 uint32_t sleep_time; member in struct:iwm_mvm_statistics_general_v8

Completed in 150 milliseconds