Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/Kernel/
H A DIOHibernateIO.cpp1680 uint64_t progressStamp; in hibernate_write_image() local
2168 progressStamp = nsec / 750000000ULL; in hibernate_write_image()
2169 if (progressStamp != lastProgressStamp) { in hibernate_write_image()
2170 lastProgressStamp = progressStamp; in hibernate_write_image()
2376 uint64_t progressStamp; in hibernate_machine_init() local
2693 progressStamp = nsec / 750000000ULL; in hibernate_machine_init()
2694 if (progressStamp != lastProgressStamp) { in hibernate_machine_init()
2695 lastProgressStamp = progressStamp; in hibernate_machine_init()