Searched refs:l_new (Results 1 – 1 of 1) sorted by relevance
377 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local391 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()392 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()926 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local935 l_new = *pl_new; in alloc_htab_elem()944 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()954 l_new = ERR_PTR(-E2BIG); in alloc_htab_elem()957 l_new = bpf_map_kmalloc_node(&htab->map, htab->elem_size, in alloc_htab_elem()960 if (!l_new) { in alloc_htab_elem()961 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()[all …]