Searched refs:l_new (Results 1 – 1 of 1) sorted by relevance
385 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local399 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()400 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()997 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local1006 l_new = *pl_new; in alloc_htab_elem()1015 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()1028 l_new = bpf_mem_cache_alloc(&htab->ma); in alloc_htab_elem()1029 if (!l_new) { in alloc_htab_elem()1030 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()1035 memcpy(l_new->key, key, key_size); in alloc_htab_elem()[all …]