Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2395 struct xdlistlock *xadlistlock; in txAllocPMap() local2408 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()2409 xad = xadlistlock->xdlist; in txAllocPMap()2410 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()2453 struct xdlistlock *xadlistlock; in txFreeMap() local2470 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2471 xad = xadlistlock->xdlist; in txFreeMap()2472 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()2510 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2511 xad = xadlistlock->xdlist; in txFreeMap()[all …]