mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
Add get_next_event_cpu to get the next wakeup time for the CPU. This is used by the sleep driver if it has to query the next wakeup for a CPU other than the thread that its running on. Test: make Bug: 150895657 Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org> Change-Id: I0f0347f9648932a55cb64c630694d0a2e290b633 (cherry picked from commit e948653a6a5cb055b5ed692d52817e52f02a1bb1) [hridya: also added an EXPORT_SYMBOL_GPL(get_next_event_cpu) to make the symbol available to kernel modules.] Signed-off-by: Hridya Valsaraju <hridya@google.com> |
||
|---|---|---|
| .. | ||
| alarmtimer.c | ||
| clockevents.c | ||
| clocksource.c | ||
| hrtimer.c | ||
| itimer.c | ||
| jiffies.c | ||
| Kconfig | ||
| Makefile | ||
| ntp_internal.h | ||
| ntp.c | ||
| posix-clock.c | ||
| posix-cpu-timers.c | ||
| posix-stubs.c | ||
| posix-timers.c | ||
| posix-timers.h | ||
| sched_clock.c | ||
| test_udelay.c | ||
| tick-broadcast-hrtimer.c | ||
| tick-broadcast.c | ||
| tick-common.c | ||
| tick-internal.h | ||
| tick-oneshot.c | ||
| tick-sched.c | ||
| tick-sched.h | ||
| time.c | ||
| timeconst.bc | ||
| timeconv.c | ||
| timecounter.c | ||
| timekeeping_debug.c | ||
| timekeeping_internal.h | ||
| timekeeping.c | ||
| timekeeping.h | ||
| timer_list.c | ||
| timer.c | ||