Lines Matching refs:xadlistlock
2443 struct xdlistlock *xadlistlock; in txAllocPMap() local
2456 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()
2457 xad = xadlistlock->xdlist; in txAllocPMap()
2458 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()
2501 struct xdlistlock *xadlistlock; in txFreeMap() local
2518 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2519 xad = xadlistlock->xdlist; in txFreeMap()
2520 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()
2559 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2560 xad = xadlistlock->xdlist; in txFreeMap()
2561 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()