Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_pwork.c47 error = pctl->work_fn(pctl->mp, pwork); in xfs_pwork_work()
63 xfs_pwork_work_fn work_fn, in xfs_pwork_init() argument
77 pctl->work_fn = work_fn; in xfs_pwork_init()
Dxfs_pwork.h20 xfs_pwork_work_fn work_fn; member
54 xfs_pwork_work_fn work_fn, const char *tag,
/kernel/linux/linux-5.10/kernel/
Dpadata.c99 static void padata_work_init(struct padata_work *pw, work_func_t work_fn, in padata_work_init() argument
103 INIT_WORK_ONSTACK(&pw->pw_work, work_fn); in padata_work_init()
105 INIT_WORK(&pw->pw_work, work_fn); in padata_work_init()
/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dsocket_adapter.c780 void (*work_fn)(struct work_struct *ptr)) in hmdfs_msg_handle_async()
802 INIT_WORK(&desp->work, work_fn); in hmdfs_msg_handle_async()
/kernel/linux/linux-5.10/drivers/md/
Ddm-bufio.c2023 static void work_fn(struct work_struct *w) in work_fn() function
2069 INIT_DELAYED_WORK(&dm_bufio_cleanup_old_work, work_fn); in dm_bufio_init()