Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dclock.c1238 struct bintime bt, last_sleep_bt; in clock_wakeup_calendar_legacy() local
1351 last_sleep_bt = bt; in clock_wakeup_calendar_legacy()
1352 bintime_sub(&last_sleep_bt, &clock_calend.basesleep); in clock_wakeup_calendar_legacy()
1354 bintime2absolutetime(&last_sleep_bt, &mach_absolutetime_last_sleep); in clock_wakeup_calendar_legacy()
1361 bintime_add(&clock_calend.offset, &last_sleep_bt); in clock_wakeup_calendar_legacy()
1362 bintime_add(&clock_calend.bintime, &last_sleep_bt); in clock_wakeup_calendar_legacy()
1364 bintime2usclock(&last_sleep_bt, &var_s, &var_us); in clock_wakeup_calendar_legacy()
1393 last_sleep_bt = bt; in clock_wakeup_calendar_legacy()
1395 bintime2absolutetime(&last_sleep_bt, &mach_absolutetime_last_sleep); in clock_wakeup_calendar_legacy()
1399 bintime_add(&clock_calend.offset, &last_sleep_bt); in clock_wakeup_calendar_legacy()
[all …]