Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dclock.c1242 struct bintime bt, last_sleep_bt; in clock_wakeup_calendar_legacy() local
1355 last_sleep_bt = bt; in clock_wakeup_calendar_legacy()
1356 bintime_sub(&last_sleep_bt, &clock_calend.basesleep); in clock_wakeup_calendar_legacy()
1358 bintime2absolutetime(&last_sleep_bt, &mach_absolutetime_last_sleep); in clock_wakeup_calendar_legacy()
1365 bintime_add(&clock_calend.offset, &last_sleep_bt); in clock_wakeup_calendar_legacy()
1366 bintime_add(&clock_calend.bintime, &last_sleep_bt); in clock_wakeup_calendar_legacy()
1368 bintime2usclock(&last_sleep_bt, &var_s, &var_us); in clock_wakeup_calendar_legacy()
1397 last_sleep_bt = bt; in clock_wakeup_calendar_legacy()
1399 bintime2absolutetime(&last_sleep_bt, &mach_absolutetime_last_sleep); in clock_wakeup_calendar_legacy()
1403 bintime_add(&clock_calend.offset, &last_sleep_bt); in clock_wakeup_calendar_legacy()
[all …]