Searched refs:this_cpu_add_return (Results 1 – 2 of 2) sorted by relevance
66 val = this_cpu_add_return(*proto->per_cpu_fw_alloc, val); in sk_memory_allocated_add()
504 #define this_cpu_add_return(pcp, val) __pcpu_size_call_return2(this_cpu_add_return_, pcp, val) macro513 #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