Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dmp.c146 static volatile long mp_rv_exit __attribute__((aligned(64))); variable
914 atomic_incl(&mp_rv_exit, 1); in mp_rendezvous_action()
916 while (mp_rv_exit < mp_rv_ncpus) { in mp_rendezvous_action()
921 …panic("mp_rv_action() exit: %ld of %d responses, start: 0x%llx, cur: 0x%llx", mp_rv_exit, mp_rv_nc… in mp_rendezvous_action()
967 mp_rv_exit = 0; in mp_rendezvous()