Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c624 static const struct debug_obj_descr work_debug_descr; variable
649 debug_object_init(work, &work_debug_descr); in work_fixup_init()
667 debug_object_free(work, &work_debug_descr); in work_fixup_free()
674 static const struct debug_obj_descr work_debug_descr = { variable
684 debug_object_activate(work, &work_debug_descr); in debug_work_activate()
689 debug_object_deactivate(work, &work_debug_descr); in debug_work_deactivate()
695 debug_object_init_on_stack(work, &work_debug_descr); in __init_work()
697 debug_object_init(work, &work_debug_descr); in __init_work()
703 debug_object_free(work, &work_debug_descr); in destroy_work_on_stack()
710 debug_object_free(&work->work, &work_debug_descr); in destroy_delayed_work_on_stack()