Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtrampoline.c27 static struct hlist_head trampoline_table[TRAMPOLINE_TABLE_SIZE]; variable
141 head = &trampoline_table[hash_64(key, TRAMPOLINE_HASH_BITS)]; in bpf_trampoline_lookup()
1095 INIT_HLIST_HEAD(&trampoline_table[i]); in init_trampolines()