Searched refs:RCU_LOCKDEP_WARN (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | rcupdate.h | 144 #define RCU_NOCB_LOCKDEP_WARN(c, s) RCU_LOCKDEP_WARN(c, s) 396 #define RCU_LOCKDEP_WARN(c, s) \ macro 409 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 422 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 483 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 842 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 869 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() 895 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh() 906 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock_bh() 933 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_sched() [all …]
|
| A D | rcu_sync.h | 34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
|
| A D | rcuref.h | 103 RCU_LOCKDEP_WARN(!rcu_read_lock_held() && preemptible(), in __rcuref_put()
|
| A D | fdtable.h | 90 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked()
|
| A D | srcutree.h | 247 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_lock_fast()."); in __srcu_read_lock_fast() 278 RCU_LOCKDEP_WARN(!rcu_is_watching(), "RCU must be watching srcu_read_unlock_fast()."); in __srcu_read_unlock_fast()
|
| A D | rculist.h | 65 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 71 RCU_LOCKDEP_WARN(!(cond), \
|
| A D | bpf.h | 2280 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array() 2321 RCU_LOCKDEP_WARN(!rcu_read_lock_trace_held(), "no rcu lock held"); in bpf_prog_run_array_uprobe()
|
Completed in 24 milliseconds