Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c320 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local
334 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()
335 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()
863 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
872 l_new = *pl_new; in alloc_htab_elem()
881 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()
891 l_new = ERR_PTR(-E2BIG); in alloc_htab_elem()
894 l_new = kmalloc_node(htab->elem_size, GFP_ATOMIC | __GFP_NOWARN, in alloc_htab_elem()
896 if (!l_new) { in alloc_htab_elem()
897 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()
[all …]