Home
last modified time | relevance | path

Searched refs:this_cpu_dec_return (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/kernel/
A Ddebug-monitors.c107 if (this_cpu_dec_return(mde_ref_count) == 0) in disable_debug_monitors()
111 this_cpu_dec_return(kde_ref_count) == 0) in disable_debug_monitors()
/linux/arch/x86/kernel/
A Dnmi.c520 if (this_cpu_dec_return(nmi_state)) in DEFINE_IDTENTRY_RAW()
/linux/include/linux/
A Dpercpu-defs.h524 #define this_cpu_dec_return(pcp) this_cpu_add_return(pcp, -1) macro
/linux/kernel/kcsan/
A Dcore.c274 if (this_cpu_dec_return(kcsan_skip) >= 0) in should_watch()
/linux/Documentation/core-api/
A Dthis_cpu_ops.rst62 this_cpu_dec_return(pcp)

Completed in 10 milliseconds