Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2390 struct xdlistlock *xadlistlock; in txAllocPMap() local2403 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()2404 xad = xadlistlock->xdlist; in txAllocPMap()2405 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()2448 struct xdlistlock *xadlistlock; in txFreeMap() local2465 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2466 xad = xadlistlock->xdlist; in txFreeMap()2467 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()2505 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2506 xad = xadlistlock->xdlist; in txFreeMap()[all …]