Home
last modified time | relevance | path

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

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