Searched refs:l_new (Results 1 – 1 of 1) sorted by relevance
376 struct htab_elem *__percpu *pptr, *l_new; in alloc_extra_elems() local390 l_new = container_of(l, struct htab_elem, fnode); in alloc_extra_elems()391 *per_cpu_ptr(pptr, cpu) = l_new; in alloc_extra_elems()978 struct htab_elem *l_new, **pl_new; in alloc_htab_elem() local987 l_new = *pl_new; in alloc_htab_elem()996 l_new = container_of(l, struct htab_elem, fnode); in alloc_htab_elem()1008 l_new = bpf_mem_cache_alloc(&htab->ma); in alloc_htab_elem()1009 if (!l_new) { in alloc_htab_elem()1010 l_new = ERR_PTR(-ENOMEM); in alloc_htab_elem()1014 l_new->key + round_up(key_size, 8)); in alloc_htab_elem()[all …]