Searched refs:coal_list (Results 1 – 2 of 2) sorted by relevance
91 extern size_t coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz);223 __unused struct procinfo_coalinfo *coal_list,
61 size_t coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz);2373 coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz) in coalitions_get_list() argument2381 if (coal_list && ncoals < list_sz) { in coalitions_get_list()2382 coalition_fill_procinfo(coal, &coal_list[ncoals]); in coalitions_get_list()