Searched refs:__this_cpu_dec (Results 1 – 3 of 3) sorted by relevance
96 __this_cpu_dec(*sem->read_count); in percpu_up_read_preempt_enable()
114 __this_cpu_dec(__kmap_atomic_idx); in kmap_atomic_idx_pop()
515 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro