Home
last modified time | relevance | path

Searched refs:__this_cpu_dec (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dpercpu-rwsem.h96 __this_cpu_dec(*sem->read_count); in percpu_up_read_preempt_enable()
Dhighmem.h114 __this_cpu_dec(__kmap_atomic_idx); in kmap_atomic_idx_pop()
Dpercpu-defs.h515 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) macro