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