Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_freeze.c158 #define MAX_XPC_SERVICE_PIDS 10 /* Max. # of XPC services per coalition we'll consider freezing. */ macro
536 pid_t pid_list[MAX_XPC_SERVICE_PIDS];
688 COALITION_SORT_DEFAULT, pid_list, MAX_XPC_SERVICE_PIDS);
690 if (ntasks > MAX_XPC_SERVICE_PIDS) {
691 ntasks = MAX_XPC_SERVICE_PIDS;
1970 COALITION_SORT_DEFAULT, coalition_list, MAX_XPC_SERVICE_PIDS); in memorystatus_freeze_process()
1972 if (*coalition_list_length > MAX_XPC_SERVICE_PIDS) { in memorystatus_freeze_process()
1973 *coalition_list_length = MAX_XPC_SERVICE_PIDS; in memorystatus_freeze_process()
2160 pid_t pid_list[MAX_XPC_SERVICE_PIDS]; in memorystatus_freeze_top_process()
/xnu-12377.81.4/doc/vm/
H A Dfreezer.md58 … as RunningBoard. We will freeze up to 10 coalition members (See `MAX_XPC_SERVICE_PIDS`), so that …