Home
last modified time | relevance | path

Searched defs:selfpri (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dsched_prim.h458 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument
476 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) do { }while(0) argument
H A Dsched_prim.c6931 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw()