Home
last modified time | relevance | path

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

/include/net/
A Dproto_memory.h66 val = this_cpu_add_return(*proto->per_cpu_fw_alloc, val); in sk_memory_allocated_add()
/include/linux/
A Dpercpu-defs.h504 #define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) macro
513 #define this_cpu_sub_return(pcp, val) this_cpu_add_return(pcp, -(typeof(pcp))(val))
514 #define this_cpu_inc_return(pcp) this_cpu_add_return(pcp, 1)
515 #define this_cpu_dec_return(pcp) this_cpu_add_return(pcp, -1)

Completed in 18 milliseconds