Searched refs:MAX_XPC_SERVICE_PIDS (Results 1 – 2 of 2) sorted by relevance
133 #define MAX_XPC_SERVICE_PIDS 10 /* Max. # of XPC services per coalition we'll consider freezing. */ macro517 pid_t pid_list[MAX_XPC_SERVICE_PIDS];669 COALITION_SORT_DEFAULT, pid_list, MAX_XPC_SERVICE_PIDS);671 if (ntasks > MAX_XPC_SERVICE_PIDS) {672 ntasks = MAX_XPC_SERVICE_PIDS;1951 COALITION_SORT_DEFAULT, coalition_list, MAX_XPC_SERVICE_PIDS); in memorystatus_freeze_process()1953 if (*coalition_list_length > MAX_XPC_SERVICE_PIDS) { in memorystatus_freeze_process()1954 *coalition_list_length = MAX_XPC_SERVICE_PIDS; in memorystatus_freeze_process()2141 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 …