Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2429 struct xdlistlock *xadlistlock; in txAllocPMap() local2442 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()2443 xad = xadlistlock->xdlist; in txAllocPMap()2444 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()2487 struct xdlistlock *xadlistlock; in txFreeMap() local2504 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2505 xad = xadlistlock->xdlist; in txFreeMap()2506 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()2544 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2545 xad = xadlistlock->xdlist; in txFreeMap()[all …]