Home
last modified time | relevance | path

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

/include/crypto/internal/
A Dsimd.h54 (may_use_simd() && !this_cpu_read(crypto_simd_disabled_for_test))
/include/linux/
A Dlockdep.h573 #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))); \
A Dirqflags.h54 # define lockdep_hardirqs_enabled() (this_cpu_read(hardirqs_enabled))
A Dpercpu-defs.h499 #define this_cpu_read(pcp) __pcpu_size_call_return(this_cpu_read_, pcp) macro
A Dinterrupt.h662 return this_cpu_read(ksoftirqd); in this_cpu_ksoftirqd()
A Dcpumask.h1006 #define this_cpu_cpumask_var_ptr(x) this_cpu_read(x)
A Dperf_event.h750 (this_cpu_read(hardirqs_enabled) && \
A Dnetdevice.h3528 return this_cpu_read(softnet_data.xmit.recursion); in dev_recursion_level()
/include/linux/sched/
A Dmm.h494 old = this_cpu_read(int_active_memcg); in set_active_memcg()

Completed in 35 milliseconds