Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dhashtab.c388 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local
402 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()
403 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()
1010 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
1019 l_new = *pl_new; in alloc_htab_elem()
1027 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()
1040 l_new = bpf_mem_cache_alloc(&htab->ma); in alloc_htab_elem()
1041 if (!l_new) { in alloc_htab_elem()
1042 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()
1047 memcpy(l_new->key, key, key_size); in alloc_htab_elem()
[all …]