Home
last modified time | relevance | path

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

/lib/
A Dstackdepot.c384 stack->handle.extra = 0; in depot_pop_free_pool()
491 union handle_parts parts = { .handle = handle }; in depot_fetch_stack()
640 depot_stack_handle_t handle = 0; in stack_depot_save_flags() local
730 handle = found->handle.handle; in stack_depot_save_flags()
731 return handle; in stack_depot_save_flags()
746 if (!handle) in __stack_depot_get_stack_record()
749 return depot_fetch_stack(handle); in __stack_depot_get_stack_record()
826 union handle_parts parts = { .handle = handle }; in stack_depot_set_extra_bits()
829 if (!handle) in stack_depot_set_extra_bits()
833 return parts.handle; in stack_depot_set_extra_bits()
[all …]
A Dalloc_tag.c178 union pgtag_ref_handle handle; in pgalloc_tag_split() local
181 if (get_page_tag_ref(folio_page(folio, i), &ref, &handle)) { in pgalloc_tag_split()
184 update_page_tag_ref(handle, &ref); in pgalloc_tag_split()
185 put_page_tag_ref(handle); in pgalloc_tag_split()
A DKconfig.kgdb152 If an architecture can definitely handle entering the debugger
159 still try to register kgdb to handle breakpoints and crashes
A DKconfig.debug1052 is currently disabled). Drivers need to handle this correctly. Some
2099 an error value and have to handle it. This is useful to test the

Completed in 17 milliseconds