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

/freebsd-10-stable/usr.bin/rusers/
H A Drusers.c99 char date[32], idle_time[64], remote[64]; local
128 sprintf(idle_time, " :%02d", idle);
130 strcpy(idle_time, "??");
132 strcpy(idle_time, "");
142 sprintf(idle_time, "%d:%02d", minutes, seconds);
144 sprintf(idle_time, "%d:%02d:%02d",
147 sprintf(idle_time, "%d days, %d:%02d:%02d",
162 idle_time, remote );
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h319 uint64_t idle_time; /* start of scheduler instance idle time */ member in struct:dn_sch_inst
H A Dip_dn_io.c326 * (1 - * w_q)^(idle_time/s) where s is the time to send a
616 si->idle_time = now;
892 if (si->idle_time < dn_cfg.curr_time) {
899 uint64_t burst = (dn_cfg.curr_time - si->idle_time) * p->bandwidth;
H A Dip_dn_glue.c219 int64_t idle_time; /* start of queue idle time */ member in struct:dn_flow_queue8
251 int64_t idle_time; /* start of pipe idle time */ member in struct:dn_pipe8
279 * add idle_time (int64_t)
287 * q_time from u_int32_t to int64_t and name idle_time
/freebsd-10-stable/sys/net/
H A Dflowtable.c1055 int idle_time; local
1061 idle_time = (int)(time_uptime - fle->f_uptime);
1101 db_printf("hash=%08x idle_time=%03d"
1103 fle->f_hash, idle_time, fle->f_fibnum, fle->f_rt);
/freebsd-10-stable/sys/xen/interface/
H A Dsysctl.h225 uint64_aligned_t idle_time; /* idle time from boot */ member in struct:pm_cx_stat
/freebsd-10-stable/sys/cam/ctl/
H A Dctl_private.h387 sbintime_t idle_time; member in struct:ctl_lun
H A Dctl.c2294 lun->idle_time += getsbinuptime() - lun->last_busy;
6782 scsi_u64to8b(lun->idle_time / SBT_1MS, data->it.idle_int);
11301 lun->idle_time += getsbinuptime() - lun->last_busy;

Completed in 203 milliseconds