Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/arm/commpage/
H A Dcommpage.h46 extern void commpage_update_mach_continuous_time(uint64_t sleeptime);
H A Dcommpage.c806 commpage_update_mach_continuous_time(uint64_t sleeptime) in commpage_update_mach_continuous_time() argument
814 os_atomic_store_wide(cont_time_base, sleeptime, relaxed); in commpage_update_mach_continuous_time()
/xnu-8796.141.3/osfmk/i386/commpage/
H A Dcommpage.h145 extern void commpage_update_mach_continuous_time(uint64_t sleeptime);
H A Dcommpage.c955 commpage_update_mach_continuous_time(uint64_t sleeptime) in commpage_update_mach_continuous_time() argument
961 *(uint64_t *)cp = sleeptime; in commpage_update_mach_continuous_time()
967 *(uint64_t *)cp = sleeptime; in commpage_update_mach_continuous_time()
/xnu-8796.141.3/iokit/Kernel/
H A DIOPMrootDomain.cpp1202 static SYSCTL_PROC(_kern, OID_AUTO, sleeptime,