Home
last modified time | relevance | path

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

/linux/kernel/bpf/
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.c739 WARN_ON_ONCE(!bpf_rcu_lock_held()); in __htab_map_lookup_elem()
1186 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_map_update_elem()
1293 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_lru_map_update_elem()
1370 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_map_update_elem_in_place()
1432 WARN_ON_ONCE(!bpf_rcu_lock_held()); in __htab_lru_percpu_map_update_elem()
1509 WARN_ON_ONCE(!bpf_rcu_lock_held()); in htab_map_delete_elem()
1544 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()
/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()
235 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_4()
266 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_2()
388 WARN_ON_ONCE(!bpf_rcu_lock_held()); in BPF_CALL_4()
398 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.h2531 #define bpf_rcu_lock_held() \ macro