Home
last modified time | relevance | path

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

/kernel/bpf/
Dhashtab.c379 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local
393 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()
394 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()
981 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local
990 l_new = *pl_new; in alloc_htab_elem()
999 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()
1011 l_new = bpf_mem_cache_alloc(&htab->ma); in alloc_htab_elem()
1012 if (!l_new) { in alloc_htab_elem()
1013 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()
1018 memcpy(l_new->key, key, key_size); in alloc_htab_elem()
[all …]