Searched refs:pxdlock (Results 1 – 3 of 3) sorted by relevance
1434 struct pxd_lock *pxdlock; in diLog() local1488 pxdlock = (struct pxd_lock *) & tlck->lock; in diLog()1489 *pxd = pxdlock->pxd; in diLog()1557 struct pxd_lock *pxdlock; in dtLog() local1598 pxdlock = (struct pxd_lock *) & tlck->lock; in dtLog()1599 pxdlock->flag = mlckALLOCPXD; in dtLog()1600 pxdlock->pxd = *pxd; in dtLog()1602 pxdlock->index = 1; in dtLog()1639 pxdlock = (struct pxd_lock *) & tlck->lock; in dtLog()1640 *pxd = pxdlock->pxd; in dtLog()[all …]
190 s32 pxdlock[8]; /* 32: */ member
860 struct pxd_lock *pxdlock; in diFree() local1242 pxdlock = (struct pxd_lock *) & tlck->lock; in diFree()1243 pxdlock->flag = mlckFREEPXD; in diFree()1244 pxdlock->pxd = freepxd; in diFree()1245 pxdlock->index = 1; in diFree()