Home
last modified time | relevance | path

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

/lib/
Dstackdepot.c60 depot_stack_handle_t handle; member
72 union handle_parts handle; member
140 stack->handle.slabindex = depot_index; in depot_alloc_stack()
141 stack->handle.offset = depot_offset >> STACK_ALLOC_ALIGN; in depot_alloc_stack()
142 stack->handle.valid = 1; in depot_alloc_stack()
184 void depot_fetch_stack(depot_stack_handle_t handle, struct stack_trace *trace) in depot_fetch_stack() argument
186 union handle_parts parts = { .handle = handle }; in depot_fetch_stack()
283 retval = found->handle.handle; in depot_save_stack()
Diommu-common.c100 unsigned long *handle, in iommu_tbl_range_alloc() argument
136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc()
137 (*handle >= pool->start) && (*handle < pool->end)) in iommu_tbl_range_alloc()
138 start = *handle; in iommu_tbl_range_alloc()
219 if (handle) in iommu_tbl_range_alloc()
220 *handle = end; in iommu_tbl_range_alloc()
DKconfig.debug706 Drivers ought to be able to handle interrupts coming in at those