Searched refs:im_aglock (Results 1 – 2 of 2) sorted by relevance
126 struct semaphore im_aglock[MAXAG]; /* 512: per AG locks */ member
64 #define AG_LOCK_INIT(imap,index) init_MUTEX(&(imap->im_aglock[index]))65 #define AG_LOCK(imap,agno) down(&imap->im_aglock[agno])66 #define AG_UNLOCK(imap,agno) up(&imap->im_aglock[agno])