Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c1007 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
1015 pl_new = this_cpu_ptr(htab->extra_elems); in alloc_htab_elem()
1016 l_new = *pl_new; in alloc_htab_elem()
1018 *pl_new = old_elem; in alloc_htab_elem()