Home
last modified time | relevance | path

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

/lib/
A Dstackdepot.c491 union handle_parts parts = { .handle = handle }; in depot_fetch_stack() local
493 u32 pool_index = parts.pool_index_plus_1 - 1; in depot_fetch_stack()
494 size_t offset = parts.offset << DEPOT_STACK_ALIGN; in depot_fetch_stack()
826 union handle_parts parts = { .handle = handle }; in stack_depot_set_extra_bits() local
832 parts.extra = extra_bits; in stack_depot_set_extra_bits()
833 return parts.handle; in stack_depot_set_extra_bits()
839 union handle_parts parts = { .handle = handle }; in stack_depot_get_extra_bits() local
841 return parts.extra; in stack_depot_get_extra_bits()
A DKconfig.debug1698 Some parts of the kernel contain bugs relating to their use of
3223 The test consists of two parts: saving kernel data before kexec and

Completed in 9 milliseconds