Searched refs:leaders (Results 1 – 1 of 1) sorted by relevance
8170 memstat_sort_info_t leaders[MAX_COAL_LEADERS]; local8181 leaders[i].msi_coal = COALITION_NULL;8182 leaders[i].msi_page_count = 0; /* will hold total coalition page count */8183 leaders[i].msi_pid = 0; /* will hold coalition leader pid */8184 leaders[i].msi_ntasks = 0; /* will hold the number of tasks in a coalition */8194 leaders[nleaders].msi_coal = coal;8195 leaders[nleaders].msi_page_count = coal_page_count;8196 leaders[nleaders].msi_pid = proc_getpid(p); /* the coalition leader */8197 leaders[nleaders].msi_ntasks = coal_ntasks;8225 qsort(leaders, nleaders, sizeof(memstat_sort_info_t), memstat_asc_cmp);[all …]