Searched refs:new_tab (Results 1 – 1 of 1) sorted by relevance
5750 struct btf_struct_metas *new_tab; in btf_parse_struct_metas() local5770 new_tab = krealloc(tab, struct_size(new_tab, types, tab_cnt + 1), in btf_parse_struct_metas()5772 if (!new_tab) { in btf_parse_struct_metas()5777 new_tab->cnt = 0; in btf_parse_struct_metas()5778 tab = new_tab; in btf_parse_struct_metas()9615 struct btf_struct_ops_tab *tab, *new_tab; in btf_add_struct_ops() local9632 new_tab = krealloc(tab, in btf_add_struct_ops()9635 if (!new_tab) in btf_add_struct_ops()9637 tab = new_tab; in btf_add_struct_ops()