Home
last modified time | relevance | path

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

/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp1640 uint64_t progressStamp; in hibernate_write_image() local
2119 progressStamp = nsec / 750000000ULL; in hibernate_write_image()
2120 if (progressStamp != lastProgressStamp) { in hibernate_write_image()
2121 lastProgressStamp = progressStamp; in hibernate_write_image()
2316 uint64_t progressStamp; in hibernate_machine_init() local
2633 progressStamp = nsec / 750000000ULL; in hibernate_machine_init()
2634 if (progressStamp != lastProgressStamp) { in hibernate_machine_init()
2635 lastProgressStamp = progressStamp; in hibernate_machine_init()