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

/freebsd-current/usr.bin/rusers/
H A Drusers.c98 char date[32], idle_time[64], remote[64]; local
127 sprintf(idle_time, " :%02d", idle);
129 strcpy(idle_time, "??");
131 strcpy(idle_time, "");
141 sprintf(idle_time, "%d:%02d", minutes, seconds);
143 sprintf(idle_time, "%d:%02d:%02d",
146 sprintf(idle_time, "%d days, %d:%02d:%02d",
161 idle_time, remote );
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dn_private.h313 uint64_t idle_time; /* start of scheduler instance idle time */ member in struct:dn_sch_inst
H A Dip_dn_io.c345 * (1 - * w_q)^(idle_time/s) where s is the time to send a
656 si->idle_time = now;
960 if (si->idle_time < V_dn_cfg.curr_time) {
967 uint64_t burst = (V_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-current/sys/cam/ctl/
H A Dctl_private.h333 sbintime_t idle_time; member in struct:ctl_lun
H A Dctl.c2380 lun->idle_time += getsbinuptime() - lun->last_busy;
6845 scsi_u64to8b(lun->idle_time / SBT_1MS, data->it.idle_int);
11322 lun->idle_time += getsbinuptime() - lun->last_busy;
12291 lun->idle_time += getsbinuptime() - lun->last_busy;
/freebsd-current/sys/contrib/xen/
H A Dsysctl.h230 uint64_aligned_t idle_time; /* idle time from boot */ member in struct:pm_cx_stat
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dwmi.h3198 __le32 idle_time; member in struct:wmi_start_scan_cmd
3294 u32 idle_time; member in struct:ath12k_wmi_scan_req_arg
3365 u32 idle_time; member in struct:wmi_start_scan_arg
H A Dwmi.c2215 arg->idle_time = 0;
2383 cmd->idle_time = cpu_to_le32(arg->idle_time);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dwmi.h3235 u32 idle_time; member in struct:wmi_start_scan_cmd
3341 u32 idle_time; member in struct:scan_req_params
3416 u32 idle_time; member in struct:wmi_start_scan_arg
H A Dwmi.c2212 arg->idle_time = 0;
2391 cmd->idle_time = params->idle_time;
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwmi.h3188 * activity. activity is determined by the idle_time parameter.
3205 __le32 idle_time; member in struct:wmi_start_scan_common
3257 u32 idle_time; member in struct:wmi_start_scan_arg
H A Dwmi.c7012 cmn->idle_time = __cpu_to_le32(arg->idle_time);
7171 arg->idle_time = 0;
/freebsd-current/sys/netinet/tcp_stacks/
H A Dbbr.c7889 bbr_restart_after_idle(struct tcp_bbr *bbr, uint32_t cts, uint32_t idle_time) argument
7896 if (idle_time >= bbr_idle_restart_threshold) {
7921 uint32_t idle_time; local
7925 idle_time = bbr_calc_time(cts, bbr->r_ctl.rc_went_idle_time);
7943 bbr_log_type_pesist(bbr, cts, idle_time, line, 0);
7944 if (idle_time >= bbr_rtt_probe_time) {
7974 bbr_restart_after_idle(bbr, cts, idle_time);

Completed in 681 milliseconds