Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dpercpu_test.c121 ul = __this_cpu_sub_return(ulong_counter, ui_one); in percpu_test_init()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst216 __this_cpu_sub_return(pcp, val)
/openbmc/linux/include/linux/
H A Dpercpu-defs.h481 #define __this_cpu_sub_return(pcp, val) __this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro
/openbmc/linux/kernel/
H A Dsoftirq.c194 newcnt = __this_cpu_sub_return(softirq_ctrl.cnt, cnt); in __local_bh_enable()
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst247 __this_cpu_sub_return(pcp, val)