Searched refs:this_cpu_sub (Results 1 – 6 of 6) sorted by relevance
276 this_cpu_sub(*percpu_count, nr); in percpu_ref_put_many()
506 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) macro508 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1)
95 this_cpu_sub(long_counter, ui_one); in percpu_test_init()
53 this_cpu_sub(pcp, val)
1130 this_cpu_sub(nr_dentry_unused, freed); in shrink_dcache_sb()
580 this_cpu_sub(sockets_in_use, 1); in sock_release()