Searched refs:im_freelock (Results 1 – 2 of 2) sorted by relevance
130 struct mutex im_freelock; /* 4: iag free list lock */ member
51 #define IAGFREE_LOCK_INIT(imap) mutex_init(&imap->im_freelock)52 #define IAGFREE_LOCK(imap) mutex_lock(&imap->im_freelock)53 #define IAGFREE_UNLOCK(imap) mutex_unlock(&imap->im_freelock)