Searched refs:pool_offset (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dstackdepot.c71 static size_t pool_offset = DEPOT_POOL_SIZE; variable
285 pool_offset = 0;
318 if (pool_offset + size > DEPOT_POOL_SIZE) {
330 stack = current_pool + pool_offset;
334 stack->handle.offset = pool_offset >> DEPOT_STACK_ALIGN;
338 pool_offset += size;
/linux-master/drivers/md/
H A Draid5-cache.c1625 sector_t pool_offset; /* offset of first page in the pool */ member in struct:r5l_recovery_ctx
1649 ctx->pool_offset = 0;
1680 ctx->pool_offset = offset;
1709 if (offset < ctx->pool_offset ||
1710 offset >= ctx->pool_offset + ctx->valid_pages * BLOCK_SECTORS) {
1716 BUG_ON(offset < ctx->pool_offset ||
1717 offset >= ctx->pool_offset + ctx->valid_pages * BLOCK_SECTORS);
1720 page_address(ctx->ra_pool[(offset - ctx->pool_offset) >>

Completed in 120 milliseconds