Home
last modified time | relevance | path

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

/xnu-10063.141.1/iokit/Kernel/
H A DIOHibernateIO.cpp1648 uint64_t progressStamp; in hibernate_write_image() local
2127 progressStamp = nsec / 750000000ULL; in hibernate_write_image()
2128 if (progressStamp != lastProgressStamp) { in hibernate_write_image()
2129 lastProgressStamp = progressStamp; in hibernate_write_image()
2324 uint64_t progressStamp; in hibernate_machine_init() local
2641 progressStamp = nsec / 750000000ULL; in hibernate_machine_init()
2642 if (progressStamp != lastProgressStamp) { in hibernate_machine_init()
2643 lastProgressStamp = progressStamp; in hibernate_machine_init()