Searched refs:coal_list (Results 1 – 2 of 2) sorted by relevance
86 extern int coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, int list_sz);207 __unused struct procinfo_coalinfo *coal_list,
59 int coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, int list_sz);2091 coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, int list_sz) in coalitions_get_list() argument2099 if (coal_list && ncoals < list_sz) { in coalitions_get_list()2100 coalition_fill_procinfo(coal, &coal_list[ncoals]); in coalitions_get_list()