Searched refs:lookup_elem_raw (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_arena_htab.h | 39 static hashtab_elem_t *lookup_elem_raw(arena_list_head_t *head, __u32 hash, int key) 62 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_lookup_elem() 75 l_old = lookup_elem_raw(head, htab_hash(key), key); in htab_update_elem() 40 static hashtab_elem_t *lookup_elem_raw(arena_list_head_t *head, __u32 hash, int key) lookup_elem_raw() function
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | htab_update.c | 20 int lookup_elem_raw(void *ctx) lookup_elem_raw() function
|
| /linux/kernel/bpf/ |
| H A D | hashtab.c | 698 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1227 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1322 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1389 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem_in_place() 1462 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1527 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1562 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem() 1703 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()
|