Searched refs:this_cpu_read (Results 1 – 11 of 11) sorted by relevance
57 prev_ctx = this_cpu_read(context_tracking.state); in exception_enter()83 this_cpu_read(context_tracking.state) : CONTEXT_DISABLED; in ct_state()
51 return this_cpu_read(eventfd_wake_count); in eventfd_signal_count()
582 #define __lockdep_enabled (debug_locks && !this_cpu_read(lockdep_recursion))586 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirqs_enabled)); \591 WARN_ON_ONCE(__lockdep_enabled && this_cpu_read(hardirqs_enabled)); \596 WARN_ON_ONCE(__lockdep_enabled && !this_cpu_read(hardirq_context)); \604 !this_cpu_read(hardirqs_enabled))); \612 this_cpu_read(hardirqs_enabled))); \
59 # define lockdep_hardirqs_enabled() (this_cpu_read(hardirqs_enabled))
178 if (unlikely(this_cpu_read(bpf_cgroup_storage_info[i].task) != NULL)) in bpf_cgroup_storage_set()200 if (likely(this_cpu_read(bpf_cgroup_storage_info[i].task) != current)) in bpf_cgroup_storage_unset()
507 #define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, pcp) macro
594 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
739 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x)
3330 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
64 (may_use_simd() && !this_cpu_read(crypto_simd_disabled_for_test))
309 old = this_cpu_read(int_active_memcg); in set_active_memcg()