Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dsched_prim.h442 int selfpri,
458 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) \ argument
462 (reasons), (selfpri), (otherpri)); \
476 #define SCHED_STATS_CSW(processor, reasons, selfpri, otherpri) do { }while(0) argument
H A Dsched_prim.c6869 sched_stats_handle_csw(processor_t processor, int reasons, int selfpri, int otherpri) in sched_stats_handle_csw() argument
6885 if (selfpri >= BASEPRI_REALTIME) { in sched_stats_handle_csw()