Searched refs:new_tab (Results 1 – 1 of 1) sorted by relevance
5759 struct btf_struct_metas *new_tab; in btf_parse_struct_metas() local5779 new_tab = krealloc(tab, struct_size(new_tab, types, tab_cnt + 1), in btf_parse_struct_metas()5781 if (!new_tab) { in btf_parse_struct_metas()5786 new_tab->cnt = 0; in btf_parse_struct_metas()5787 tab = new_tab; in btf_parse_struct_metas()9631 struct btf_struct_ops_tab *tab, *new_tab; in btf_add_struct_ops() local9648 new_tab = krealloc(tab, in btf_add_struct_ops()9651 if (!new_tab) in btf_add_struct_ops()9653 tab = new_tab; in btf_add_struct_ops()