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.c389 struct htab_elem *__percpu *pptr, *l_new; local
403 l_new = container_of(l, struct htab_elem, fnode);
404 *per_cpu_ptr(pptr, cpu) = l_new;
1005 struct htab_elem *l_new, **pl_new; local
1014 l_new = *pl_new;
1023 l_new = container_of(l, struct htab_elem, fnode);
1036 l_new = bpf_mem_cache_alloc(&htab->ma);
1037 if (!l_new) {
1038 l_new = ERR_PTR(-ENOMEM);
1043 memcpy(l_new
1098 struct htab_elem *l_new = NULL, *l_old; local
1201 struct htab_elem *l_new, *l_old = NULL; local
1270 struct htab_elem *l_new = NULL, *l_old; local
1325 struct htab_elem *l_new = NULL, *l_old; local
[all...]

Completed in 139 milliseconds