Searched refs:spinlock (Results 1 – 2 of 2) sorted by relevance
2420 def GetSpinLockSummary(spinlock): argument2427 if not spinlock:2432 out_str += "Interlock\t\t: {:#x}\n".format(spinlock.interlock)2435 if spinlock.type != LCK_SPIN_TYPE:2438 lock_data = spinlock.hwlock.lock_data
51 used for allocations under spinlock and other preemption disabled contexts;