Home
last modified time | relevance | path

Searched refs:proc_time (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c209 time_t proc_time; in sched() local
218 proc_time = 0; in sched()
227 if (t->t_stime - proc_time > 0) in sched()
228 proc_time = t->t_stime; in sched()
239 prp, proc_pri, proc_time); in sched()
248 swapin_proc_time = proc_time; in sched()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2914 hrtime_t proc_time = 0, recv_time = 0; in probe_state_event() local
2949 proc_time = pr->pr_hrtime_ackproc; in probe_state_event()
2956 errno = nvlist_add_hrtime(nvl, IPMP_PROBE_ACKPROC_TIME, proc_time); in probe_state_event()