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.c118 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.rst58 this_cpu_sub_return(pcp, val)
/openbmc/linux/include/linux/
H A Dpercpu-defs.h503 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro
/openbmc/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst59 this_cpu_sub_return(pcp, val)
/openbmc/linux/include/net/
H A Dsock.h1489 val = this_cpu_sub_return(*proto->per_cpu_fw_alloc, val); in sk_memory_allocated_sub()