Searched refs:DEPOT_STACK_ALIGN (Results 1 – 3 of 3) sorted by relevance
14 DEPOT_STACK_ALIGN = 4 variable24 global DEPOT_STACK_ALIGN34 offset = parts['offset'] << DEPOT_STACK_ALIGN
37 #define DEPOT_STACK_ALIGN 4 macro38 #define DEPOT_OFFSET_BITS (DEPOT_POOL_ORDER + PAGE_SHIFT - DEPOT_STACK_ALIGN)
334 stack->handle.offset = pool_offset >> DEPOT_STACK_ALIGN; in depot_pop_free_pool()376 return ALIGN(sizeof(struct stack_record) - unused, 1 << DEPOT_STACK_ALIGN); in depot_stack_record_size()445 size_t offset = parts.offset << DEPOT_STACK_ALIGN; in depot_fetch_stack()
Completed in 9 milliseconds