Home
last modified time | relevance | path

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

/include/net/
Dproto_memory.h77 val = this_cpu_sub_return(*proto->per_cpu_fw_alloc, val); in sk_memory_allocated_sub()
/include/linux/
Dpercpu-defs.h509 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val)) macro