Searched refs:sleep_time (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/lp/model/ |
H A D | drain.output.c | 72 int sleep_time = 0; in main() local 83 if (argc != 2 || (sleep_time = atoi(argv[1])) < 0) in main() 88 sleep_time = LONG_ENOUGH(bufsz, cps); in main() 90 sleep_time = 2; in main() 96 if (sleep_time) in main() 97 sleep (sleep_time); in main()
|
/titanic_44/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 | 346 hrtime_t sleep_time = 0; /* how long we slept */ in mutex_vector_enter() local 446 sleep_time -= gethrtime(); in mutex_vector_enter() 449 sleep_time += gethrtime(); in mutex_vector_enter() 459 if (sleep_time != 0) { in mutex_vector_enter() 464 LOCKSTAT_RECORD(LS_MUTEX_ENTER_BLOCK, lp, sleep_time); in mutex_vector_enter() 470 spin_time + sleep_time); in mutex_vector_enter()
|
H A D | rwlock.c | 280 hrtime_t sleep_time; in rw_enter_sleep() local 351 sleep_time = -gethrtime(); in rw_enter_sleep() 362 sleep_time += gethrtime(); in rw_enter_sleep() 364 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, lp, sleep_time, rw, in rw_enter_sleep()
|
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 292 #define dapl_os_sleep_usec(sleep_time) { \ argument 294 sleep_spec.tv_sec = (sleep_time) / 100000; \ 295 sleep_spec.tv_nsec = (sleep_time) % 100000 * 1000; \
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | multi_thread_def.h | 117 u32 sleep_time; /* In ticks */ member
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/ |
H A D | piclwatchdog.c | 535 long sleep_time; in wd_patting_thread() local 623 sleep_time = wd_data.wd1_timeout - pat_time; in wd_patting_thread() 625 if (wd_data.wd1_timeout <= 0 || sleep_time <= 0) { in wd_patting_thread() 639 sec = sleep_time/1000; in wd_patting_thread() 640 nano_sec = (sleep_time - (sec * 1000)) * 1000000; in wd_patting_thread()
|
/titanic_44/usr/src/uts/common/io/iwk/ |
H A D | iwk_calibration.h | 692 uint32_t sleep_time; member
|
/titanic_44/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
|