···1717 rcu_read_lock_held() for normal RCU.1818 rcu_read_lock_bh_held() for RCU-bh.1919 rcu_read_lock_sched_held() for RCU-sched.2020+ rcu_read_lock_any_held() for any of normal RCU, RCU-bh, and RCU-sched.2021 srcu_read_lock_held() for SRCU.2222+ rcu_read_lock_trace_held() for RCU Tasks Trace.21232224These functions are conservative, and will therefore return 1 if they2325aren't certain (for example, if CONFIG_DEBUG_LOCK_ALLOC is not set).···5553 is invoked by both SRCU readers and updaters.5654 rcu_dereference_raw(p):5755 Don't check. (Use sparingly, if at all.)5656+ rcu_dereference_raw_check(p):5757+ Don't do lockdep at all. (Use sparingly, if at all.)5858 rcu_dereference_protected(p, c):5959 Use explicit check expression "c", and omit all barriers6060 and compiler constraints. This is useful when the data