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

/opensolaris-onvv-gate/usr/src/cmd/lp/model/
H A Ddrain.output.c72 int sleep_time = 0; local
83 if (argc != 2 || (sleep_time = atoi(argv[1])) < 0)
88 sleep_time = LONG_ENOUGH(bufsz, cps);
90 sleep_time = 2;
96 if (sleep_time)
97 sleep (sleep_time);
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Drwstlock.c59 hrtime_t sleep_time; local
81 sleep_time = -gethrtime();
86 sleep_time += gethrtime();
87 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, l, sleep_time, rw,
108 sleep_time = -gethrtime();
116 sleep_time += gethrtime();
117 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, l, sleep_time, rw,
H A Dmutex.c346 hrtime_t sleep_time = 0; /* how long we slept */ local
446 sleep_time -= gethrtime();
449 sleep_time += gethrtime();
459 if (sleep_time != 0) {
464 LOCKSTAT_RECORD(LS_MUTEX_ENTER_BLOCK, lp, sleep_time);
470 spin_time + sleep_time);
H A Drwlock.c239 hrtime_t sleep_time; local
306 sleep_time = -gethrtime();
317 sleep_time += gethrtime();
319 LOCKSTAT_RECORD4(LS_RW_ENTER_BLOCK, lp, sleep_time, rw,
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h290 * void dapl_os_sleep_usec(int sleep_time)
292 #define dapl_os_sleep_usec(sleep_time) { \
294 sleep_spec.tv_sec = (sleep_time) / 100000; \
295 sleep_spec.tv_nsec = (sleep_time) % 100000 * 1000; \
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_client.c198 time_t retry_time = 2, lease, sleep_time = 0; local
340 sleep_time = 0;
373 sleep_time = 0;
447 sleep_time = 0;
675 sleep_time = 0;
677 sleep_time = lease / 2;
682 sleep_time = release_time;
765 if (sleep_time != 0) {
767 tr.tv_sec = time(NULL) + sleep_time;
799 sleep_time
[all...]
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c535 long sleep_time; local
623 sleep_time = wd_data.wd1_timeout - pat_time;
625 if (wd_data.wd1_timeout <= 0 || sleep_time <= 0) {
639 sec = sleep_time/1000;
640 nano_sec = (sleep_time - (sec * 1000)) * 1000000;
/opensolaris-onvv-gate/usr/src/uts/common/io/iwk/
H A Diwk_calibration.h692 uint32_t sleep_time; member in struct:statistics_general
/opensolaris-onvv-gate/usr/src/cmd/hal/addons/cpufreq/
H A Daddon-cpufreq.c761 int sleep_time = 0; local
909 int sleep_time = 0; local
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c686 unsigned int sleep_time = 2; local
749 (void) sleep(sleep_time);

Completed in 104 milliseconds