Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dhashtab.c376 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local
390 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()
391 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()
978 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
987 l_new = *pl_new; in alloc_htab_elem()
996 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()
1008 l_new = bpf_mem_cache_alloc(&htab->ma); in alloc_htab_elem()
1009 if (!l_new) { in alloc_htab_elem()
1010 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()
1014 l_new->key + round_up(key_size, 8)); in alloc_htab_elem()
[all …]