Searched refs:new_tab (Results 1 – 1 of 1) sorted by relevance
5848 struct btf_struct_metas *new_tab; in btf_parse_struct_metas() local5868 new_tab = krealloc(tab, struct_size(new_tab, types, tab_cnt + 1), in btf_parse_struct_metas()5870 if (!new_tab) { in btf_parse_struct_metas()5875 new_tab->cnt = 0; in btf_parse_struct_metas()5876 tab = new_tab; in btf_parse_struct_metas()9894 struct btf_struct_ops_tab *tab, *new_tab; in btf_add_struct_ops() local9911 new_tab = krealloc(tab, in btf_add_struct_ops()9914 if (!new_tab) in btf_add_struct_ops()9916 tab = new_tab; in btf_add_struct_ops()