Searched refs:sched_tdcnt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sched_4bsd.c | 129 static int sched_tdcnt; /* Total runnable threads in the system. */ variable 287 sched_tdcnt++; in sched_load_add() 288 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt); in sched_load_add() 289 SDT_PROBE2(sched, , , load__change, NOCPU, sched_tdcnt); in sched_load_add() 296 sched_tdcnt--; in sched_load_rem() 297 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt); in sched_load_rem() 298 SDT_PROBE2(sched, , , load__change, NOCPU, sched_tdcnt); in sched_load_rem() 1569 return (sched_tdcnt); in sched_load()
|