Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2396 struct xdlistlock *xadlistlock; in txAllocPMap() local2409 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()2410 xad = xadlistlock->xdlist; in txAllocPMap()2411 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()2454 struct xdlistlock *xadlistlock; in txFreeMap() local2471 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2472 xad = xadlistlock->xdlist; in txFreeMap()2473 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()2511 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2512 xad = xadlistlock->xdlist; in txFreeMap()[all …]