Home
last modified time | relevance | path

Searched refs:this_cpu_sub_return (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst58 this_cpu_sub_return(pcp, val)
/linux/include/linux/
H A Dpercpu-defs.h508 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro
/linux/kernel/
H A Dsoftirq.c262 newcnt = this_cpu_sub_return(softirq_ctrl.cnt, cnt); in __local_bh_enable()