Home
last modified time | relevance | path

Searched refs:tick_dep_clear_cpu (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dtick.h236 static inline void tick_dep_clear_cpu(int cpu, enum tick_dep_bits bit) in tick_dep_clear_cpu() function
288 static inline void tick_dep_clear_cpu(int cpu, enum tick_dep_bits bit) { } in tick_dep_clear_cpu() function
/linux/kernel/rcu/
H A Dtree_exp.h259 tick_dep_clear_cpu(cpu, TICK_DEP_BIT_RCU_EXP); in rcu_report_exp_cpu_mult()
H A Dtree.c727 tick_dep_clear_cpu(rdp->cpu, TICK_DEP_BIT_RCU); in rcu_disable_urgency_upon_qs()
/linux/kernel/events/
H A Dcore.c4656 tick_dep_clear_cpu(smp_processor_id(), TICK_DEP_BIT_PERF_EVENTS); in perf_event_task_tick()