Home
last modified time | relevance | path

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

/linux/include/net/
H A Dproto_memory.h77 val = this_cpu_sub_return(*proto->per_cpu_fw_alloc, val); in sk_memory_allocated_sub()
/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.h511 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro
/linux/Documentation/core-api/
H A Dthis_cpu_ops.rst59 this_cpu_sub_return(pcp, val)