Searched refs:stack_depot_fetch (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/lib/ |
D | stackdepot.c | 331 nr_entries = stack_depot_fetch(handle, &entries); in stack_depot_snprint() 349 nr_entries = stack_depot_fetch(stack, &entries); in stack_depot_print() 364 unsigned int stack_depot_fetch(depot_stack_handle_t handle, in stack_depot_fetch() function 389 EXPORT_SYMBOL_GPL(stack_depot_fetch);
|
/linux-6.1.9/mm/kmsan/ |
D | report.c | 98 nr_entries = stack_depot_fetch(origin, &entries); in kmsan_print_origin() 124 stack_depot_fetch(head, &chained_entries); in kmsan_print_origin()
|
/linux-6.1.9/include/linux/ |
D | stackdepot.h | 65 unsigned int stack_depot_fetch(depot_stack_handle_t handle,
|
/linux-6.1.9/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 103 nr_entries = stack_depot_fetch(stack_depot, &entries); in __drm_stack_depot_print()
|
/linux-6.1.9/mm/ |
D | slub.c | 4479 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info() 4487 nr_entries = stack_depot_fetch(handle, &entries); in __kmem_obj_info() 6112 nr_entries = stack_depot_fetch(handle, &entries); in slab_debugfs_show()
|