Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dworkqueue.h209 extern void destroy_work_on_stack(struct work_struct *work);
217 static inline void destroy_work_on_stack(struct work_struct *work) { } in destroy_work_on_stack() function
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_btree.c2918 destroy_work_on_stack(&args.work); in xfs_btree_split()