Lines Matching refs:xadlistlock
2390 struct xdlistlock *xadlistlock; in txAllocPMap() local
2403 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()
2404 xad = xadlistlock->xdlist; in txAllocPMap()
2405 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()
2448 struct xdlistlock *xadlistlock; in txFreeMap() local
2465 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2466 xad = xadlistlock->xdlist; in txFreeMap()
2467 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()
2505 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2506 xad = xadlistlock->xdlist; in txFreeMap()
2507 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()