Home
last modified time | relevance | path

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

/include/linux/
Dtick.h108 enum tick_dep_bits { enum
207 extern void tick_nohz_dep_set(enum tick_dep_bits bit);
208 extern void tick_nohz_dep_clear(enum tick_dep_bits bit);
209 extern void tick_nohz_dep_set_cpu(int cpu, enum tick_dep_bits bit);
210 extern void tick_nohz_dep_clear_cpu(int cpu, enum tick_dep_bits bit);
212 enum tick_dep_bits bit);
214 enum tick_dep_bits bit);
216 enum tick_dep_bits bit);
218 enum tick_dep_bits bit);
225 static inline void tick_dep_set(enum tick_dep_bits bit) in tick_dep_set()
[all …]