Lines Matching defs:handle
52 depot_stack_handle_t handle;
64 union handle_parts handle;
136 stack->handle.slabindex = depot_index;
137 stack->handle.offset = depot_offset >> STACK_ALLOC_ALIGN;
138 stack->handle.valid = 1;
196 * @handle: Stack depot handle which was returned from
202 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
205 union handle_parts parts = { .handle = handle };
213 parts.slabindex, depot_index, handle);
233 * Return: The handle of the stack struct stored in depot
315 retval = found->handle.handle;