Home
last modified time | relevance | path

Searched refs:idle_time (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c87 uint_t idle_time = IDLE_TIME; variable
163 idle_time = (uint_t)atoi(defp); in main()
165 (void) printf("idle_time=%d\n", idle_time); in main()
257 if (idle_time > INT_MAX) { in main()
384 (void) sleep(idle_time); in main()
438 min_size, idle_time, &processed); in main()
484 if (process_time < idle_time) in main()
485 (void) sleep(idle_time - process_time); in main()
H A Dprocess_buffer.c78 int idle_time, in process_buffer() argument
134 ((time(0) - bep->be_lastprocessed) < idle_time)) { in process_buffer()
H A Dnfslogd.h171 extern uint_t idle_time;
H A Dnfslog_trans.c476 (2 * MAX(TRANS_ENTRY_TIMEOUT, idle_time))) in nfslog_process_trans_timeout()
486 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout()
499 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout()
512 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout()
525 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout()
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c651 int idle_time = info->pd_idle_time * 60; in keep_activity_data() local
673 while ((int)((hr_now - node->snaptime) / NANOSEC) > idle_time && in keep_activity_data()
689 int idle_time = info->pd_idle_time * 60; in check_activity() local
696 return (idle_time); in check_activity()
717 return (idle_time); in check_activity()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c1099 clock_t idle_time; in idm_wd_thread() local
1111 idle_time = ddi_get_lbolt() - ic->ic_timestamp; in idm_wd_thread()
1135 if ((TICK_TO_SEC(idle_time) >= in idm_wd_thread()
1146 } else if ((TICK_TO_SEC(idle_time) < in idm_wd_thread()
1165 if (TICK_TO_SEC(idle_time) > in idm_wd_thread()
1172 (void *)ic, (int)idle_time); in idm_wd_thread()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c444 uint64_t dhcp_wait_time, idle_time; in nwamd_handle_upgrade() local
519 OUR_OLD_IDLE_TIME_PROP_NAME, &idle_time) == 0) { in nwamd_handle_upgrade()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1565 int idle_time; in disk_temp_thr() local
1617 if ((idle_time = in disk_temp_thr()
1630 if (idle_time >= (disk_scan_interval/2)) { in disk_temp_thr()
1633 diskp->name, idle_time); in disk_temp_thr()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h239 uint64_aligned_t idle_time; /* idle time from boot */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c2050 int idle_time; in disk_temp_thr() local
2101 if ((idle_time = in disk_temp_thr()
2117 if (idle_time >= (disk_scan_interval/2)) { in disk_temp_thr()
2121 diskp->name, idle_time); in disk_temp_thr()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c4509 time_t idle_time; in rib_conn_timeout_call() local
4522 idle_time = (gethrestime_sec() - conn->c_last_used); in rib_conn_timeout_call()
4524 if ((idle_time <= rib_conn_timeout) && in rib_conn_timeout_call()
4532 SEC_TO_TICK(rib_conn_timeout - idle_time)); in rib_conn_timeout_call()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8342 clock_t idle_time, quit_at_ticks; in vhcache_flush_thread() local
8346 idle_time = mdi_vhcache_flush_daemon_idle_time * TICKS_PER_SECOND; in vhcache_flush_thread()
8370 quit_at_ticks = ddi_get_lbolt() + idle_time; in vhcache_flush_thread()
8804 clock_t idle_time = mdi_async_config_idle_time * TICKS_PER_SECOND; in config_client_paths_thread() local
8811 quit_at_ticks = ddi_get_lbolt() + idle_time; in config_client_paths_thread()