Searched refs:tab (Results 1 – 3 of 3) sorted by relevance
207 int tab = 0; in kdb_read() local230 tab = 0; in kdb_read()314 if (tab < 2) in kdb_read()315 ++tab; in kdb_read()331 if (tab == 2 && count > 0) { in kdb_read()356 } else if (tab != 2 && count > 0) { in kdb_read()
785 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in bpf_jit_add_poke_descriptor() local805 tab = krealloc(tab, size * sizeof(*poke), GFP_KERNEL); in bpf_jit_add_poke_descriptor()806 if (!tab) in bpf_jit_add_poke_descriptor()809 memcpy(&tab[slot], poke, sizeof(*poke)); in bpf_jit_add_poke_descriptor()811 prog->aux->poke_tab = tab; in bpf_jit_add_poke_descriptor()
10761 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in adjust_poke_descs() local10766 desc = &tab[i]; in adjust_poke_descs()