Searched refs:lookup_elem_raw (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_arena_htab.h | 40 static hashtab_elem_t *lookup_elem_raw(arena_list_head_t *head, __u32 hash, int key) in lookup_elem_raw() function 63 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_lookup_elem() 76 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_update_elem()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | htab_update.c | 20 int lookup_elem_raw(void *ctx) in lookup_elem_raw() function
|
/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()
|
/linux/kernel/bpf/ |
H A D | hashtab.c | 641 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1152 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1244 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1302 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_percpu_map_update_elem() 1368 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1434 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1470 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem() 1620 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()
|