Searched refs:lookup_elem_raw (Results 1 – 2 of 2) 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/kernel/bpf/ ! |
| H A D | hashtab.c | 692 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1217 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1312 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1379 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem_in_place() 1452 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1517 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1552 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem() 1693 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()
|