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