Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dhashtab.c997 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
1005 pl_new = this_cpu_ptr(htab->extra_elems); in alloc_htab_elem()
1006 l_new = *pl_new; in alloc_htab_elem()
1008 *pl_new = old_elem; in alloc_htab_elem()