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

/linux-master/kernel/bpf/
H A Dbpf_task_storage.c64 rcu_dereference_check(task->bpf_storage, bpf_rcu_lock_held());
236 WARN_ON_ONCE(!bpf_rcu_lock_held());
254 WARN_ON_ONCE(!bpf_rcu_lock_held());
271 WARN_ON_ONCE(!bpf_rcu_lock_held());
291 WARN_ON_ONCE(!bpf_rcu_lock_held());
H A Dbpf_local_storage.c261 smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held());
331 bpf_rcu_lock_held());
337 selem_smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held());
355 bpf_rcu_lock_held());
357 bpf_rcu_lock_held());
387 smap = rcu_dereference_check(SDATA(selem)->smap, bpf_rcu_lock_held());
546 bpf_rcu_lock_held());
712 storage_smap = rcu_dereference_check(local_storage->smap, bpf_rcu_lock_held());
H A Dbpf_inode_storage.c49 rcu_dereference_check(bsb->storage, bpf_rcu_lock_held());
143 WARN_ON_ONCE(!bpf_rcu_lock_held());
176 WARN_ON_ONCE(!bpf_rcu_lock_held());
H A Dbpf_cgrp_storage.c70 bpf_rcu_lock_held());
166 WARN_ON_ONCE(!bpf_rcu_lock_held());
195 WARN_ON_ONCE(!bpf_rcu_lock_held());
/linux-master/include/linux/
H A Dbpf_local_storage.h21 #define bpf_rcu_lock_held() \ macro
146 bpf_rcu_lock_held());
/linux-master/net/core/
H A Dbpf_sk_storage.c27 rcu_dereference_check(sk->sk_bpf_storage, bpf_rcu_lock_held());
229 WARN_ON_ONCE(!bpf_rcu_lock_held());
260 WARN_ON_ONCE(!bpf_rcu_lock_held());
393 WARN_ON_ONCE(!bpf_rcu_lock_held());
404 WARN_ON_ONCE(!bpf_rcu_lock_held());

Completed in 176 milliseconds