Home
last modified time | relevance | path

Searched refs:rcu_read_lock_trace_held (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/include/linux/
H A Drcupdate_trace.h19 static inline int rcu_read_lock_trace_held(void) in rcu_read_lock_trace_held() function
26 static inline int rcu_read_lock_trace_held(void) in rcu_read_lock_trace_held() function
H A Dbpf_local_storage.h22 (rcu_read_lock_held() || rcu_read_lock_trace_held() || \
158 rcu_read_lock_trace_held()) in bpf_local_storage_lookup()
H A Dbpf.h2244 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
/linux-6.15/kernel/bpf/
H A Dhashtab.c654 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in __htab_map_lookup_elem()
1087 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_map_update_elem()
1205 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_lru_map_update_elem()
1274 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in __htab_percpu_map_update_elem()
1329 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in __htab_lru_percpu_map_update_elem()
1407 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_map_delete_elem()
1443 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_lru_map_delete_elem()
H A Dhelpers.c40 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_2()
57 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_4()
75 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_2()
/linux-6.15/kernel/events/
H A Duprobes.c896 lockdep_assert(rcu_read_lock_trace_held()); in find_uprobe_rcu()
1127 list_for_each_entry_rcu(uc, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in filter_chain()
1441 list_for_each_entry_rcu(con, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in uprobe_apply()
2528 list_for_each_entry_rcu(uc, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in handler_chain()
2581 list_for_each_entry_rcu(uc, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in handle_uretprobe_chain()
/linux-6.15/Documentation/RCU/
H A Dlockdep.rst22 rcu_read_lock_trace_held() for RCU Tasks Trace.
/linux-6.15/kernel/trace/
H A Dtrace_uprobe.c1409 array = rcu_dereference_check(call->prog_array, rcu_read_lock_trace_held()); in __uprobe_perf_func()
/linux-6.15/kernel/rcu/
H A Drcutorture.c1055 .readlock_held = rcu_read_lock_trace_held,
/linux-6.15/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2667 rcu_read_lock_trace_held(), call_rcu_tasks_trace(),