Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2441 struct xdlistlock *xadlistlock; in txAllocPMap() local2454 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()2455 xad = xadlistlock->xdlist; in txAllocPMap()2456 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()2499 struct xdlistlock *xadlistlock; in txFreeMap() local2516 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2517 xad = xadlistlock->xdlist; in txFreeMap()2518 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()2556 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2557 xad = xadlistlock->xdlist; in txFreeMap()[all …]