Searched refs:scsipi_xfer_pool (Results 1 – 1 of 1) sorted by relevance
122 static struct pool scsipi_xfer_pool; variable142 pool_init(&scsipi_xfer_pool, sizeof(struct scsipi_xfer), 0, in scsipi_init()144 pool_prime(&scsipi_xfer_pool, 1); in scsipi_init()528 xs = pool_get(&scsipi_xfer_pool, in scsipi_get_xs()585 pool_put(&scsipi_xfer_pool, xs); in scsipi_put_xs()