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