Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dworkqueue.h208 extern void destroy_work_on_stack(struct work_struct *work);
216 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack() function
/Linux-v5.4/kernel/locking/
Dtest-ww_mutex.c93 destroy_work_on_stack(&mtx.work); in __test_mutex()
218 destroy_work_on_stack(&abba.work); in test_abba()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_framebuffer.c473 destroy_work_on_stack(&arg.work); in drm_mode_rmfb()
686 destroy_work_on_stack(&arg.work); in drm_fb_release()
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_sw_fence.c562 destroy_work_on_stack(&ipc.work); in test_ipc()
/Linux-v5.4/kernel/rcu/
Dtree_exp.h841 destroy_work_on_stack(&rew.rew_work); in synchronize_rcu_expedited()
/Linux-v5.4/drivers/md/
Ddm-snap-persistent.c260 destroy_work_on_stack(&req.work); in chunk_io()
/Linux-v5.4/kernel/
Dworkqueue.c511 void destroy_work_on_stack(struct work_struct *work) in destroy_work_on_stack() function
515 EXPORT_SYMBOL_GPL(destroy_work_on_stack);
3041 destroy_work_on_stack(&barr.work); in __flush_work()
5075 destroy_work_on_stack(&wfc.work); in work_on_cpu()
/Linux-v5.4/drivers/block/zram/
Dzram_drv.c810 destroy_work_on_stack(&work.work); in read_from_bdev_sync()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_btree.c2907 destroy_work_on_stack(&args.work); in xfs_btree_split()