Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 3 of 3) sorted by relevance

/kernel/debug/kdb/
Dkdb_io.c207 int tab = 0; in kdb_read() local
230 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()
/kernel/bpf/
Dcore.c785 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in bpf_jit_add_poke_descriptor() local
805 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()
Dverifier.c10761 struct bpf_jit_poke_descriptor *tab = prog->aux->poke_tab; in adjust_poke_descs() local
10766 desc = &tab[i]; in adjust_poke_descs()