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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.c89 uint_t idle_time = IDLE_TIME; variable
165 idle_time = (uint_t)atoi(defp);
167 (void) printf("idle_time=%d\n", idle_time);
259 if (idle_time > INT_MAX) {
386 (void) sleep(idle_time);
440 min_size, idle_time, &processed);
481 * Sleep idle_time minus however long it took us
486 if (process_time < idle_time)
487 (void) sleep(idle_time
[all...]
H A Dnfslogd.h171 extern uint_t idle_time;
H A Dprocess_buffer.c80 int idle_time,
136 ((time(0) - bep->be_lastprocessed) < idle_time)) {
76 process_buffer( struct buffer_ent *bep, nfsl_config_t **config_list, int min_size, int idle_time, int *buffer_processed) argument
H A Dnfslog_trans.c478 (2 * MAX(TRANS_ENTRY_TIMEOUT, idle_time)))
488 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) {
501 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) {
514 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) {
527 MAX(TRANS_ENTRY_TIMEOUT, idle_time))) {
/illumos-gate/usr/src/cmd/power/
H A Dsysstat.c652 int idle_time = info->pd_idle_time * 60; local
674 while ((int)((hr_now - node->snaptime) / NANOSEC) > idle_time &&
690 int idle_time = info->pd_idle_time * 60; local
697 return (idle_time);
718 return (idle_time);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c56 #define OUR_OLD_IDLE_TIME_PROP_NAME "idle_time"
444 uint64_t dhcp_wait_time, idle_time; local
515 * not removed. nwamd/use_net_svc and nwamd/idle_time are two
519 OUR_OLD_IDLE_TIME_PROP_NAME, &idle_time) == 0) {
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c1099 clock_t idle_time; local
1111 idle_time = ddi_get_lbolt() - ic->ic_timestamp;
1135 if ((TICK_TO_SEC(idle_time) >=
1146 } else if ((TICK_TO_SEC(idle_time) <
1165 if (TICK_TO_SEC(idle_time) >
1172 (void *)ic, (int)idle_time);
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h239 uint64_aligned_t idle_time; /* idle time from boot */ member in struct:pm_cx_stat
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvd.c1565 int idle_time; local
1609 * the idle_time of the disk. If the disk has been IDLE since
1617 if ((idle_time =
1630 if (idle_time >= (disk_scan_interval/2)) {
1633 diskp->name, idle_time);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c2051 int idle_time; local
2092 * the idle_time of the disk. If the disk has been IDLE since
2100 if ((idle_time =
2112 if (idle_time >= (disk_scan_interval/2)) {
2116 diskp->name, idle_time);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c4509 time_t idle_time; local
4522 idle_time = (gethrestime_sec() - conn->c_last_used);
4524 if ((idle_time <= rib_conn_timeout) &&
4532 SEC_TO_TICK(rib_conn_timeout - idle_time));
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c8331 clock_t idle_time, quit_at_ticks; local
8335 idle_time = mdi_vhcache_flush_daemon_idle_time * TICKS_PER_SECOND;
8359 quit_at_ticks = ddi_get_lbolt() + idle_time;
8793 clock_t idle_time = mdi_async_config_idle_time * TICKS_PER_SECOND; local
8800 quit_at_ticks = ddi_get_lbolt() + idle_time;

Completed in 115 milliseconds