Searched refs:interlock (Results 1 - 7 of 7) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dsimple_lock.h97 hw_lock_data_t interlock; /* must be first... see lock.c */ member in struct:slock
H A Dlocks.h49 volatile uintptr_t interlock; member in struct:__anon905
H A Dlocks_i386.c254 if (lck->interlock == LCK_SPIN_TAG_DESTROYED)
256 lck->interlock = LCK_SPIN_TAG_DESTROYED;
303 return (lck->interlock != 0)? TRUE : FALSE;
318 hw_lock_init(&l->interlock);
365 if(__improbable(hw_lock_to(&l->interlock, LockTimeOutTSC) == 0)) {
369 if ((uslock_acquired = hw_lock_to(&l->interlock, LockTimeOutTSC)))
375 uintptr_t lowner = (uintptr_t)l->interlock.lock_data;
378 panic("Spinlock acquisition timed out: lock=%p, lock owner thread=0x%lx, current_thread: %p, lock owner active on CPU 0x%x, current owner: 0x%lx", l, lowner, current_thread(), lock_cpu, (uintptr_t)l->interlock.lock_data);
404 hw_lock_unlock(&l->interlock);
433 if ((success = hw_lock_try(&l->interlock))) {
[all...]
H A Dgenassym.c127 DECLARE("SLOCK_ILK", offsetof(usimple_lock_data_t, interlock));
471 DECLARE("USL_INTERLOCK", offsetof(usimple_lock_data_t, interlock));
H A Dmp.c595 snprintf(&pstr[0], sizeof(pstr), "Panic(CPU %d): NMIPI for spinlock acquisition timeout, spinlock: %p, spinlock owner: %p, current_thread: %p, spinlock_owner_cpu: 0x%x\n", cpu_number(), spinlock_timed_out, (void *) spinlock_timed_out->interlock.lock_data, current_thread(), spinlock_owner_cpu);
841 lock->interlock.lock_data;
/xnu-2782.1.97/osfmk/kern/
H A Dtimer_call.c1013 call->lock.interlock.lock_data,
1223 call->lock.interlock.lock_data,
/xnu-2782.1.97/tools/lldbmacros/
H A Dmemory.py1939 out_str += "Interlock\t\t: {:#x}\n".format(spinlock.interlock)

Completed in 48 milliseconds