Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dhashtab.c204 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local
218 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()
219 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()
728 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
737 l_new = *pl_new; in alloc_htab_elem()
745 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()
755 l_new = ERR_PTR(-E2BIG); in alloc_htab_elem()
758 l_new = kmalloc_node(htab->elem_size, GFP_ATOMIC | __GFP_NOWARN, in alloc_htab_elem()
760 if (!l_new) { in alloc_htab_elem()
761 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()
[all …]