Home
last modified time | relevance | path

Searched refs:allow_nohz (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/time/
H A Dtick-internal.h109 extern int tick_check_oneshot_change(int allow_nohz);
122 static inline int tick_check_oneshot_change(int allow_nohz) { return 0; } in tick_check_oneshot_change() argument
H A Dtick-sched.c1487 * softirq) allow_nohz signals, that we can switch into low-res nohz
1491 int tick_check_oneshot_change(int allow_nohz) in tick_check_oneshot_change() argument
1504 if (!allow_nohz) in tick_check_oneshot_change()
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-internal.h110 extern int tick_check_oneshot_change(int allow_nohz);
123 static inline int tick_check_oneshot_change(int allow_nohz) { return 0; } in tick_check_oneshot_change() argument
H A Dtick-sched.c1595 * softirq) allow_nohz signals, that we can switch into low-res nohz
1599 int tick_check_oneshot_change(int allow_nohz) in tick_check_oneshot_change() argument
1612 if (!allow_nohz) in tick_check_oneshot_change()

Completed in 5 milliseconds