Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_prim.h489 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument
507 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) do { }while(0) argument
H A Dsched_prim.c7263 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw()