Searched refs:MAX_XPC_SERVICE_PIDS (Results 1 – 2 of 2) sorted by relevance
158 #define MAX_XPC_SERVICE_PIDS 10 /* Max. # of XPC services per coalition we'll consider freezing. */ macro536 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()
58 … as RunningBoard. We will freeze up to 10 coalition members (See `MAX_XPC_SERVICE_PIDS`), so that …