Searched refs:sleep_time (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/lp/model/ |
H A D | drain.output.c | 70 int sleep_time = 0; in main() local 81 if (argc != 2 || (sleep_time = atoi(argv[1])) < 0) in main() 86 sleep_time = LONG_ENOUGH(bufsz, cps); in main() 88 sleep_time = 2; in main() 94 if (sleep_time) in main() 95 sleep (sleep_time); in main()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rwstlock.c | 63 hrtime_t sleep_time; in rwst_enter_common() local 86 sleep_time = -gethrtime(); in rwst_enter_common() 91 sleep_time += gethrtime(); in rwst_enter_common() 92 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, l, sleep_time, rw, in rwst_enter_common() 113 sleep_time = -gethrtime(); in rwst_enter_common() 121 sleep_time += gethrtime(); in rwst_enter_common() 122 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, l, sleep_time, rw, in rwst_enter_common()
|
H A D | mutex.c | 347 hrtime_t sleep_time = 0; /* how long we slept */ in mutex_vector_enter() local 447 sleep_time -= gethrtime(); in mutex_vector_enter() 450 sleep_time += gethrtime(); in mutex_vector_enter() 460 if (sleep_time != 0) { in mutex_vector_enter() 465 LOCKSTAT_RECORD(LS_MUTEX_ENTER_BLOCK, lp, sleep_time); in mutex_vector_enter() 471 spin_time + sleep_time); in mutex_vector_enter()
|
H A D | rwlock.c | 277 hrtime_t sleep_time; in rw_enter_sleep() local 347 sleep_time = -gethrtime(); in rw_enter_sleep() 357 sleep_time += gethrtime(); in rw_enter_sleep() 359 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, lp, sleep_time, rw, in rw_enter_sleep()
|
/illumos-gate/usr/src/cmd/fs.d/nfs/tests/rpcsec_gss_conn/ |
H A D | rpcsec_gss_conn.c | 47 ulong_t sleep_time = 0; in main() local 73 sleep_time = strtoul(argv[2], NULL, 0); in main() 167 if (sleep_time != 0) in main() 168 (void) sleep(sleep_time); in main()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 290 #define dapl_os_sleep_usec(sleep_time) { \ argument 292 sleep_spec.tv_sec = (sleep_time) / 100000; \ 293 sleep_spec.tv_nsec = (sleep_time) % 100000 * 1000; \
|
/illumos-gate/usr/src/uts/common/io/nvme/ |
H A D | nvme_lock.c | 471 hrtime_t sleep_time; in nvme_rwlock() local 548 sleep_time = gethrtime(); in nvme_rwlock() 549 info->nli_last_change = sleep_time; in nvme_rwlock() 568 ASSERT3S(info->nli_last_change, !=, sleep_time); in nvme_rwlock()
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | multi_thread_def.h | 117 u32 sleep_time; /* In ticks */ member
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk_calibration.h | 692 uint32_t sleep_time; member
|
/illumos-gate/usr/src/cmd/hal/addons/cpufreq/ |
H A D | addon-cpufreq.c | 761 int sleep_time = 0; in set_cpufreq_gov() local 909 int sleep_time = 0; in set_cpufreq_performance() local
|