Home
last modified time | relevance | path

Searched refs:t_rq (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/sys/
H A Dvmmeter.h45 u_int16_t t_rq; /* length of the run queue */ member
/openbsd/sys/uvm/
H A Duvm_meter.c208 totalp->t_rq++; in uvm_total()
/openbsd/usr.bin/systat/
H A Dvmstat.c400 putint(total.t_rq - 1, PROCSROW + 1, PROCSCOL + 3, 3); in showkre()
/openbsd/usr.bin/vmstat/
H A Dvmstat.c362 (void)printf("%2u %3u", total.t_rq - 1, total.t_sl); in dovmstat()