Lines Matching refs:xadlistlock
2380 struct xdlistlock *xadlistlock; in txAllocPMap() local
2393 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()
2394 xad = xadlistlock->xdlist; in txAllocPMap()
2395 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()
2439 struct xdlistlock *xadlistlock; in txFreeMap() local
2456 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2457 xad = xadlistlock->xdlist; in txFreeMap()
2458 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()
2497 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()
2498 xad = xadlistlock->xdlist; in txFreeMap()
2499 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()