Searched refs:work_fn (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_pwork.c | 47 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()
|
D | xfs_pwork.h | 20 xfs_pwork_work_fn work_fn; member 54 xfs_pwork_work_fn work_fn, const char *tag,
|
/kernel/linux/linux-5.10/kernel/ |
D | padata.c | 99 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/ |
D | socket_adapter.c | 780 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/ |
D | dm-bufio.c | 2023 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()
|