Searched refs:MAX_XPC_SERVICE_PIDS (Results 1 – 1 of 1) sorted by relevance
124 #define MAX_XPC_SERVICE_PIDS 10 /* Max. # of XPC services per coalition we'll consider freezing. */ macro512 pid_t pid_list[MAX_XPC_SERVICE_PIDS];663 COALITION_SORT_DEFAULT, pid_list, MAX_XPC_SERVICE_PIDS);665 if (ntasks > MAX_XPC_SERVICE_PIDS) {666 ntasks = MAX_XPC_SERVICE_PIDS;1987 COALITION_SORT_DEFAULT, coalition_list, MAX_XPC_SERVICE_PIDS); in memorystatus_freeze_process()1989 if (*coalition_list_length > MAX_XPC_SERVICE_PIDS) { in memorystatus_freeze_process()1990 *coalition_list_length = MAX_XPC_SERVICE_PIDS; in memorystatus_freeze_process()2156 pid_t pid_list[MAX_XPC_SERVICE_PIDS]; in memorystatus_freeze_top_process()