Lines Matching defs:new_tab
5638 struct btf_struct_metas *new_tab;5658 new_tab = krealloc(tab, struct_size(new_tab, types, tab_cnt + 1),5660 if (!new_tab) {5665 new_tab->cnt = 0;5666 tab = new_tab;9450 struct btf_struct_ops_tab *tab, *new_tab;9467 new_tab = krealloc(tab,9470 if (!new_tab)9472 tab = new_tab;