Lines Matching refs:xadlistlock
2395 struct xdlistlock *xadlistlock; in txAllocPMap() local
2408 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()
2409 xad = xadlistlock->xdlist; in txAllocPMap()
2410 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()
2453 struct xdlistlock *xadlistlock; in txFreeMap() local
2470 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2471 xad = xadlistlock->xdlist; in txFreeMap()
2472 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()
2510 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2511 xad = xadlistlock->xdlist; in txFreeMap()
2512 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()