Lines Matching refs:xadlistlock
2427 struct xdlistlock *xadlistlock; in txAllocPMap() local
2440 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()
2441 xad = xadlistlock->xdlist; in txAllocPMap()
2442 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()
2485 struct xdlistlock *xadlistlock; in txFreeMap() local
2502 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2503 xad = xadlistlock->xdlist; in txFreeMap()
2504 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()
2542 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2543 xad = xadlistlock->xdlist; in txFreeMap()
2544 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()