Searched refs:alloc_htab_elem (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | hashtab.c | 1003 static struct htab_elem *alloc_htab_elem(struct bpf_htab *htab, void *key, in alloc_htab_elem() function 1170 l_new = alloc_htab_elem(htab, key, value, key_size, hash, false, false, in htab_map_update_elem() 1326 l_new = alloc_htab_elem(htab, key, value, key_size, in __htab_percpu_map_update_elem()
|