Home
last modified time | relevance | path

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

/linux/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.h2321 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
/linux/net/core/
H A Dnetclassid_cgroup.c26 rcu_read_lock_trace_held())); in task_cls_state()
/linux/kernel/bpf/
H A Dhashtab.c664 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in __htab_map_lookup_elem()
1093 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_map_update_elem()
1201 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_lru_map_update_elem()
1270 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_map_update_elem_in_place()
1333 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in __htab_lru_percpu_map_update_elem()
1411 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_map_delete_elem()
1447 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in htab_lru_map_delete_elem()
H A Dhelpers.c42 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_2()
59 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_4()
77 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_2()
134 WARN_ON_ONCE(!rcu_read_lock_held() && !rcu_read_lock_trace_held() && in BPF_CALL_3()
/linux/kernel/events/
H A Duprobes.c900 lockdep_assert(rcu_read_lock_trace_held()); in find_uprobe_rcu()
1131 list_for_each_entry_rcu(uc, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in filter_chain()
1447 list_for_each_entry_rcu(con, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in uprobe_apply()
2534 list_for_each_entry_rcu(uc, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in handler_chain()
2587 list_for_each_entry_rcu(uc, &uprobe->consumers, cons_node, rcu_read_lock_trace_held()) { in handle_uretprobe_chain()
/linux/Documentation/RCU/
H A Dlockdep.rst22 rcu_read_lock_trace_held() for RCU Tasks Trace.
/linux/kernel/trace/
H A Dtrace_uprobe.c1422 array = rcu_dereference_check(call->prog_array, rcu_read_lock_trace_held()); in __uprobe_perf_func()
/linux/kernel/rcu/
H A Drcutorture.c1126 .readlock_held = rcu_read_lock_trace_held,
/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst2795 rcu_read_lock_trace_held(), call_rcu_tasks_trace(),