Searched refs:idle_time (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.c | 89 uint_t idle_time = IDLE_TIME; variable 165 idle_time = (uint_t)atoi(defp); in main() 167 (void) printf("idle_time=%d\n", idle_time); in main() 259 if (idle_time > INT_MAX) { in main() 386 (void) sleep(idle_time); in main() 440 min_size, idle_time, &processed); in main() 486 if (process_time < idle_time) in main() 487 (void) sleep(idle_time - process_time); in main()
|
H A D | process_buffer.c | 80 int idle_time, in process_buffer() argument 136 ((time(0) - bep->be_lastprocessed) < idle_time)) { in process_buffer()
|
H A D | nfslogd.h | 171 extern uint_t idle_time;
|
H A D | nfslog_trans.c | 478 (2 * MAX(TRANS_ENTRY_TIMEOUT, idle_time))) in nfslog_process_trans_timeout() 488 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout() 501 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout() 514 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout() 527 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) { in nfslog_process_trans_timeout()
|
/titanic_50/usr/src/cmd/power/ |
H A D | sysstat.c | 652 int idle_time = info->pd_idle_time * 60; in keep_activity_data() local 674 while ((int)((hr_now - node->snaptime) / NANOSEC) > idle_time && in keep_activity_data() 690 int idle_time = info->pd_idle_time * 60; in check_activity() local 697 return (idle_time); in check_activity() 718 return (idle_time); in check_activity()
|
/titanic_50/usr/src/uts/common/io/idm/ |
H A D | idm_impl.c | 1099 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()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | llp.c | 444 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()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/chicago/envd/ |
H A D | piclenvd.c | 1565 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()
|
/titanic_50/usr/src/uts/common/xen/public/ |
H A D | sysctl.h | 239 uint64_aligned_t idle_time; /* idle time from boot */ member
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 2051 int idle_time; in disk_temp_thr() local 2100 if ((idle_time = in disk_temp_thr() 2112 if (idle_time >= (disk_scan_interval/2)) { in disk_temp_thr() 2116 diskp->name, idle_time); in disk_temp_thr()
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | rpcib.c | 4509 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()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunmdi.c | 8331 clock_t idle_time, quit_at_ticks; in vhcache_flush_thread() local 8335 idle_time = mdi_vhcache_flush_daemon_idle_time * TICKS_PER_SECOND; in vhcache_flush_thread() 8359 quit_at_ticks = ddi_get_lbolt() + idle_time; in vhcache_flush_thread() 8793 clock_t idle_time = mdi_async_config_idle_time * TICKS_PER_SECOND; in config_client_paths_thread() local 8800 quit_at_ticks = ddi_get_lbolt() + idle_time; in config_client_paths_thread()
|