Home
last modified time | relevance | path

Searched refs:DEPOT_STACK_ALIGN (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/lib/
A Dstackdepot.c37 #define DEPOT_STACK_ALIGN 4 macro
38 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
264 required_size = ALIGN(required_size, 1 << DEPOT_STACK_ALIGN); in depot_alloc_stack()
304 stack->handle.offset = pool_offset >> DEPOT_STACK_ALIGN; in depot_alloc_stack()
464 size_t offset = parts.offset << DEPOT_STACK_ALIGN; in stack_depot_fetch()

Completed in 3 milliseconds