Searched refs:handoff (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1872 IOHibernateHandoff * handoff; local
1874 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
1876 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
1878 HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount);
1879 uint8_t * data = &handoff
2716 IOHibernateHandoff * handoff; local
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.c2112 * Context switch by performing a stack handoff.
2386 * If we are doing a direct handoff then
2603 ast_t handoff = AST_HANDOFF; local
2610 while (!thread_invoke(self, new_thread, handoff)) {
2616 handoff = AST_NONE;

Completed in 22 milliseconds