Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c604 static const struct debug_obj_descr work_debug_descr; variable
629 debug_object_init(work, &work_debug_descr); in work_fixup_init()
647 debug_object_free(work, &work_debug_descr); in work_fixup_free()
654 static const struct debug_obj_descr work_debug_descr = { variable
664 debug_object_activate(work, &work_debug_descr); in debug_work_activate()
669 debug_object_deactivate(work, &work_debug_descr); in debug_work_deactivate()
675 debug_object_init_on_stack(work, &work_debug_descr); in __init_work()
677 debug_object_init(work, &work_debug_descr); in __init_work()
683 debug_object_free(work, &work_debug_descr); in destroy_work_on_stack()
690 debug_object_free(&work->work, &work_debug_descr); in destroy_delayed_work_on_stack()