Searched refs:rcu_read_lock_trace_held (Results 1 – 10 of 10) sorted by relevance
/linux/include/linux/ |
H A D | rcupdate_trace.h | 19 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 D | bpf.h | 2321 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
|
/linux/net/core/ |
H A D | netclassid_cgroup.c | 26 rcu_read_lock_trace_held())); in task_cls_state()
|
/linux/kernel/bpf/ |
H A D | hashtab.c | 664 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 D | helpers.c | 42 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 D | uprobes.c | 900 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 D | lockdep.rst | 22 rcu_read_lock_trace_held() for RCU Tasks Trace.
|
/linux/kernel/trace/ |
H A D | trace_uprobe.c | 1422 array = rcu_dereference_check(call->prog_array, rcu_read_lock_trace_held()); in __uprobe_perf_func()
|
/linux/kernel/rcu/ |
H A D | rcutorture.c | 1126 .readlock_held = rcu_read_lock_trace_held,
|
/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 2795 rcu_read_lock_trace_held(), call_rcu_tasks_trace(),
|