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

/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_htab.h71 hashtab_elem_t *l_new = NULL, *l_old; local
78 l_new = bpf_alloc(sizeof(*l_new));
79 if (!l_new)
81 l_new->key = key;
82 l_new->hash = htab_hash(key);
83 l_new->value = value;
85 list_add_head(&l_new->hash_node, head);
/linux-master/kernel/bpf/
H A Dhashtab.c392 struct htab_elem *__percpu *pptr, *l_new; local
406 l_new = container_of(l, struct htab_elem, fnode);
407 *per_cpu_ptr(pptr, cpu) = l_new;
1008 struct htab_elem *l_new, **pl_new; local
1017 l_new = *pl_new;
1026 l_new = container_of(l, struct htab_elem, fnode);
1039 l_new = bpf_mem_cache_alloc(&htab->ma);
1040 if (!l_new) {
1041 l_new = ERR_PTR(-ENOMEM);
1046 memcpy(l_new
1101 struct htab_elem *l_new = NULL, *l_old; local
1204 struct htab_elem *l_new, *l_old = NULL; local
1273 struct htab_elem *l_new = NULL, *l_old; local
1328 struct htab_elem *l_new = NULL, *l_old; local
[all...]

Completed in 155 milliseconds