Home
last modified time | relevance | path

Searched refs:bpf_rcu_lock_held (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_inode_storage.c48 rcu_dereference_check(bsb->storage, bpf_rcu_lock_held()); in inode_storage_lookup()
130 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_4()
163 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_2()
H A Dbpf_local_storage.c216 smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held()); in bpf_selem_unlink_storage_nolock()
236 smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held()); in bpf_selem_link_storage_nolock()
252 bpf_rcu_lock_held()); in bpf_selem_unlink_map()
253 smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held()); in bpf_selem_unlink_map()
316 bpf_rcu_lock_held()); in bpf_selem_unlink()
359 local_storage = rcu_dereference_check(selem->local_storage, bpf_rcu_lock_held()); in bpf_selem_unlink_nofail()
360 smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held()); in bpf_selem_unlink_nofail()
566 bpf_rcu_lock_held()); in bpf_local_storage_update()
H A Dhashtab.c745 WARN_ON_ONCE(!bpf_rcu_lock_held()); in __htab_map_lookup_elem()
1192 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_map_update_elem()
1299 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_lru_map_update_elem()
1376 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_map_update_elem_in_place()
1438 WARN_ON_ONCE(!bpf_rcu_lock_held()); in __htab_lru_percpu_map_update_elem()
1515 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_map_delete_elem()
1550 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_lru_map_delete_elem()
H A Dhelpers.c46 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_2()
62 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_4()
79 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_2()
135 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_3()
H A Dbpf_struct_ops.c1554 st_ops_assoc = rcu_dereference_check(aux->st_ops_assoc, bpf_rcu_lock_held()); in bpf_prog_get_assoc_struct_ops()
/linux/net/core/
H A Dbpf_sk_storage.c27 rcu_dereference_check(sk->sk_bpf_storage, bpf_rcu_lock_held()); in bpf_sk_storage_lookup()
233 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_4()
264 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_2()
386 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_4()
396 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_2()
/linux/include/linux/
H A Dbpf_local_storage.h153 bpf_rcu_lock_held()); in bpf_local_storage_lookup()
H A Dbpf.h2662 #define bpf_rcu_lock_held() \ macro