Searched refs:xadlistlock (Results 1 – 1 of 1) sorted by relevance
2380 struct xdlistlock *xadlistlock; in txAllocPMap() local2393 xadlistlock = (struct xdlistlock *) maplock; in txAllocPMap()2394 xad = xadlistlock->xdlist; in txAllocPMap()2395 for (n = 0; n < xadlistlock->count; n++, xad++) { in txAllocPMap()2439 struct xdlistlock *xadlistlock; in txFreeMap() local2456 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2457 xad = xadlistlock->xdlist; in txFreeMap()2458 for (n = 0; n < xadlistlock->count; n++, xad++) { in txFreeMap()2497 xadlistlock = (struct xdlistlock *) maplock; in txFreeMap()2498 xad = xadlistlock->xdlist; in txFreeMap()[all …]