Home
last modified time | relevance | path

Searched refs:RECOUNT_PLAN_DEFINE (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Drecount.c119 RECOUNT_PLAN_DEFINE(recount_thread_plan, RCT_TOPO_CPU_KIND);
120 RECOUNT_PLAN_DEFINE(recount_task_plan, RCT_TOPO_CPU);
121 RECOUNT_PLAN_DEFINE(recount_task_terminated_plan, RCT_TOPO_CPU_KIND);
122 RECOUNT_PLAN_DEFINE(recount_coalition_plan, RCT_TOPO_CPU_KIND);
123 RECOUNT_PLAN_DEFINE(recount_processor_plan, RCT_TOPO_SYSTEM);
H A Drecount.h78 #define RECOUNT_PLAN_DEFINE(_name, _topo) \ macro
/xnu-8792.61.2/doc/
H A Drecount.md68 …t_plan_t`, declared using `RECOUNT_PLAN_DECLARE` and defined with `RECOUNT_PLAN_DEFINE`, which tak…