HomeSort by: relevance | last modified time | path
    Searched defs:sleep_time (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/autofs/
autounmountd.c 230 do_wait(int kq, time_t sleep_time)
236 if (sleep_time != -1) {
237 assert(sleep_time > 0);
238 timeout.tv_sec = (int)sleep_time;
242 (intmax_t)sleep_time);
256 assert(sleep_time > 0);
267 time_t expiration_time = 600, retry_time = 600, mounted_max, sleep_time; local in function:main_autounmountd
337 sleep_time = mounted_max;
340 sleep_time =
343 (intmax_t)sleep_time);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.c 279 unsigned long sleep_time = NSEC_PER_MSEC / 1000; local in function:nouveau_fence_wait_legacy
312 kt = sleep_time;
314 sleep_time *= 2;
315 if (sleep_time > NSEC_PER_MSEC)
316 sleep_time = NSEC_PER_MSEC;
  /src/sys/dev/pci/
if_iwmreg.h 3134 uint32_t sleep_time; member in struct:iwm_statistics_general_common

Completed in 22 milliseconds