Searched refs:coal_list (Results 1 – 2 of 2) sorted by relevance
90 extern size_t coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz);222 __unused struct procinfo_coalinfo *coal_list,
61 size_t coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz);2359 coalitions_get_list(int type, struct procinfo_coalinfo *coal_list, size_t list_sz) in coalitions_get_list() argument2367 if (coal_list && ncoals < list_sz) { in coalitions_get_list()2368 coalition_fill_procinfo(coal, &coal_list[ncoals]); in coalitions_get_list()