Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2427 struct xdlistlock *xadlistlock; in txAllocPMap() local2440 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() local2502 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()[all …]