| 281 | "struct proc *"); |
| 282 | |
| 283 | static __inline void |
| 284 | sched_load_add(void) |
| 285 | { |
| 286 | |
| 287 | sched_tdcnt++; |
| 288 | KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt); |
| 289 | SDT_PROBE2(sched, , , load__change, NOCPU, sched_tdcnt); |
| 290 | } |
| 291 | |
| 292 | static __inline void |
| 293 | sched_load_rem(void) |
no outgoing calls
no test coverage detected