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