Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dmemorystatus_sort_test.c20 #define NUM_PER_ROLE 3 /* Number of procs per role in coalition (besides leader) */ macro
21 #define NUM_PROCS_IN_COALITION (NUM_PER_ROLE * (COALITION_NUM_TASKROLES - 1) + 1)
474 /* COALITION_TASKROLE_LEADER */ (NUM_PER_ROLE + 1) * 3, in init_coalition()
475 /* COALITION_TASKROLE_XPC */ (NUM_PER_ROLE + 1) * 2, in init_coalition()
476 /* COALITION_TASKROLE_EXT */ NUM_PER_ROLE + 1 in init_coalition()
489 } else if (n_roles[role] == NUM_PER_ROLE) { in init_coalition()