Home
last modified time | relevance | path

Searched refs:this_cpu_read (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Dcontext_tracking.h57 prev_ctx = this_cpu_read(context_tracking.state); in exception_enter()
83 this_cpu_read(context_tracking.state) : CONTEXT_DISABLED; in ct_state()
Deventfd.h51 return this_cpu_read(eventfd_wake_count); in eventfd_signal_count()
Dlockdep.h582 #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))); \
Dirqflags.h59 # define lockdep_hardirqs_enabled() (this_cpu_read(hardirqs_enabled))
Dbpf-cgroup.h178 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()
Dpercpu-defs.h507 #define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, pcp) macro
Dinterrupt.h594 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
Dcpumask.h739 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x)
Dnetdevice.h3330 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
/include/crypto/internal/
Dsimd.h64 (may_use_simd() && !this_cpu_read(crypto_simd_disabled_for_test))
/include/linux/sched/
Dmm.h309 old = this_cpu_read(int_active_memcg); in set_active_memcg()