Searched refs:RCU_LOCKDEP_WARN (Results 1 – 5 of 5) sorted by relevance
/include/linux/ |
D | rcupdate.h | 382 #define RCU_LOCKDEP_WARN(c, s) \ macro 395 RCU_LOCKDEP_WARN(lock_is_held(&rcu_lock_map), in rcu_preempt_sleep_check() 406 RCU_LOCKDEP_WARN(lock_is_held(&rcu_bh_lock_map), \ 408 RCU_LOCKDEP_WARN(lock_is_held(&rcu_sched_lock_map), \ 414 #define RCU_LOCKDEP_WARN(c, s) do { } while (0 && (c)) macro 459 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_check() usage"); \ 465 RCU_LOCKDEP_WARN(!(c), "suspicious rcu_dereference_protected() usage"); \ 770 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock() 798 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_unlock() 824 RCU_LOCKDEP_WARN(!rcu_is_watching(), in rcu_read_lock_bh() [all …]
|
D | rcu_sync.h | 34 RCU_LOCKDEP_WARN(!rcu_read_lock_any_held(), in rcu_sync_is_idle()
|
D | fdtable.h | 96 RCU_LOCKDEP_WARN(!lockdep_is_held(&files->file_lock), in files_lookup_fd_locked() 103 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), in files_lookup_fd_rcu()
|
D | rculist.h | 54 RCU_LOCKDEP_WARN(!(cond) && !rcu_read_lock_any_held(), \ 60 RCU_LOCKDEP_WARN(!(cond), \
|
D | bpf.h | 1627 RCU_LOCKDEP_WARN(!rcu_read_lock_held(), "no rcu lock held"); in bpf_prog_run_array()
|