Home
last modified time | relevance | path

Searched refs:__this_cpu_sub (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/lib/
Dpercpu_test.c77 __this_cpu_sub(long_counter, ui_one); in percpu_test_init()
110 __this_cpu_sub(ulong_counter, ui_one); in percpu_test_init()
Dpercpu_counter.c85 __this_cpu_sub(*fbc->counters, count - amount); in __percpu_counter_add()
/linux-4.4.14/include/linux/
Dpercpu-defs.h483 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) macro
485 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1)
/linux-4.4.14/mm/
Dmemcontrol.c2478 __this_cpu_sub(head->mem_cgroup->stat->count[MEM_CGROUP_STAT_RSS_HUGE], in mem_cgroup_split_huge_fixup()
4583 __this_cpu_sub(from->stat->count[MEM_CGROUP_STAT_FILE_MAPPED], in mem_cgroup_move_account()
4598 __this_cpu_sub(from->stat->count[MEM_CGROUP_STAT_DIRTY], in mem_cgroup_move_account()
4606 __this_cpu_sub(from->stat->count[MEM_CGROUP_STAT_WRITEBACK], in mem_cgroup_move_account()
5477 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS], nr_anon); in uncharge_batch()
5478 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_CACHE], nr_file); in uncharge_batch()
5479 __this_cpu_sub(memcg->stat->count[MEM_CGROUP_STAT_RSS_HUGE], nr_huge); in uncharge_batch()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event.c1804 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
1805 __this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn)); in x86_pmu_cancel_txn()
/linux-4.4.14/Documentation/
Dthis_cpu_ops.txt236 __this_cpu_sub(pcp, val)