Home
last modified time | relevance | path

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

/xnu-11417.101.15/iokit/Kernel/
H A DIOHibernateIO.cpp1688 uint64_t progressStamp; in hibernate_write_image() local
2180 progressStamp = nsec / 750000000ULL; in hibernate_write_image()
2181 if (progressStamp != lastProgressStamp) { in hibernate_write_image()
2182 lastProgressStamp = progressStamp; in hibernate_write_image()
2389 uint64_t progressStamp; in hibernate_machine_init() local
2706 progressStamp = nsec / 750000000ULL; in hibernate_machine_init()
2707 if (progressStamp != lastProgressStamp) { in hibernate_machine_init()
2708 lastProgressStamp = progressStamp; in hibernate_machine_init()