Search | Google it | Results 1 - 3 of 3 for funcall:MUnlock (0.00 seconds) |
37: #define LockDM() MLock(&knl_DevMgrLock, 0) 38: #define UnlockDM() MUnlock(&knl_DevMgrLock, 0) 39:
48: #define LockDM() MLock(&DevMgrLock, 0) 49: #define UnlockDM() MUnlock(&DevMgrLock, 0) 50:
130: { 131: MUnlock(&fs_gdt.mlock, locknum); 132: }