Lines Matching defs:tab_cnt
5643 int j, tab_cnt;
5657 tab_cnt = tab ? tab->cnt : 0;
5658 new_tab = krealloc(tab, struct_size(new_tab, types, tab_cnt + 1),
8858 u32 tab_cnt, i;
8885 tab_cnt = tab ? tab->cnt : 0;
8886 if (tab_cnt > U32_MAX - add_cnt) {
8890 if (tab_cnt + add_cnt >= BTF_DTOR_KFUNC_MAX_CNT) {
8897 struct_size(tab, dtors, tab_cnt + add_cnt),
8911 for (i = tab_cnt; i < tab_cnt + add_cnt; i++) {