Searched refs:lookup_elem_raw (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | htab_update.c | 20 int lookup_elem_raw(void *ctx) in lookup_elem_raw() function
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | htab_update.c | 26 bpf_program__set_autoload(skel->progs.lookup_elem_raw, true); in test_reenter_update()
|
/openbmc/linux/kernel/bpf/ |
H A D | hashtab.c | 637 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1150 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1257 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1315 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_percpu_map_update_elem() 1381 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1447 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1483 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem() 1627 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()
|