Searched refs:lookup_elem_raw (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | htab_update.c | 19 SEC("?fentry/lookup_elem_raw") 20 int lookup_elem_raw(void *ctx) in lookup_elem_raw() function
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | htab_update.c | 25 /* lookup_elem_raw() may be inlined and find_kernel_btf_id() will return -ESRCH */ in test_reenter_update() 26 bpf_program__set_autoload(skel->progs.lookup_elem_raw, true); in test_reenter_update()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | hashtab.c | 538 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1007 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1086 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1140 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_percpu_map_update_elem() 1203 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1263 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1295 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | hashtab.c | 634 static struct htab_elem *lookup_elem_raw(struct hlist_nulls_head *head, u32 hash, in lookup_elem_raw() function 1144 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_map_update_elem() 1236 l_old = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_update_elem() 1294 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_percpu_map_update_elem() 1360 l_old = lookup_elem_raw(head, hash, key, key_size); in __htab_lru_percpu_map_update_elem() 1426 l = lookup_elem_raw(head, hash, key, key_size); in htab_map_delete_elem() 1462 l = lookup_elem_raw(head, hash, key, key_size); in htab_lru_map_delete_elem() 1606 l = lookup_elem_raw(head, hash, key, key_size); in __htab_map_lookup_and_delete_elem()
|
Completed in 7 milliseconds