Searched refs:destroy_work_on_stack (Results 1 – 3 of 3) sorted by relevance
163 void destroy_work_on_stack(struct work_struct *work);
423 destroy_work_on_stack(&arg.work); in drm_mode_rmfb()627 destroy_work_on_stack(&arg.work); in drm_fb_release()
434 destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack() function