Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dstackdepot.c55 u32 slabindex : STACK_ALLOC_INDEX_BITS; member
136 stack->handle.slabindex = depot_index; in depot_alloc_stack()
235 if (parts.slabindex > depot_index) { in stack_depot_fetch()
237 parts.slabindex, depot_index, handle); in stack_depot_fetch()
240 slab = stack_slabs[parts.slabindex]; in stack_depot_fetch()