Searched refs:this_cpu_read (Results 1 – 9 of 9) sorted by relevance
56 (may_use_simd() && !this_cpu_read(crypto_simd_disabled_for_test))
573 #define __lockdep_enabled (debug_locks && !this_cpu_read(lockdep_recursion))577 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirqs_enabled)); \582 WARN_ON_ONCE(__lockdep_enabled && this_cpu_read(hardirqs_enabled)); \587 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirq_context)); \592 WARN_ON_ONCE(__lockdep_enabled && (this_cpu_read(hardirq_context) || \593 !this_cpu_read(hardirqs_enabled))); \601 !this_cpu_read(hardirqs_enabled))); \609 this_cpu_read(hardirqs_enabled))); \
48 # define lockdep_hardirqs_enabled() (this_cpu_read(hardirqs_enabled))
495 #define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, pcp) macro
644 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
930 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x)
705 (this_cpu_read(hardirqs_enabled) && \
3302 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
494 old = this_cpu_read(int_active_memcg); in set_active_memcg()