Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c610 static const struct debug_obj_descr work_debug_descr; variable
635 debug_object_init(work, &work_debug_descr); in work_fixup_init()
653 debug_object_free(work, &work_debug_descr); in work_fixup_free()
660 static const struct debug_obj_descr work_debug_descr = { variable
670 debug_object_activate(work, &work_debug_descr); in debug_work_activate()
675 debug_object_deactivate(work, &work_debug_descr); in debug_work_deactivate()
681 debug_object_init_on_stack(work, &work_debug_descr); in __init_work()
683 debug_object_init(work, &work_debug_descr); in __init_work()
689 debug_object_free(work, &work_debug_descr); in destroy_work_on_stack()
696 debug_object_free(&work->work, &work_debug_descr); in destroy_delayed_work_on_stack()