Searched refs:work_fn (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_pwork.c47 error = pctl->work_fn(pctl->mp, pwork);
55 * Set up control data for parallel work. @work_fn is the function that will
63 xfs_pwork_work_fn work_fn,
79 pctl->work_fn = work_fn;
60 xfs_pwork_init( struct xfs_mount *mp, struct xfs_pwork_ctl *pctl, xfs_pwork_work_fn work_fn, const char *tag) argument
H A Dxfs_pwork.h20 xfs_pwork_work_fn work_fn; member in struct:xfs_pwork_ctl
54 xfs_pwork_work_fn work_fn, const char *tag);
/linux-master/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.h47 void (*work_fn)(struct vdpasim *vdpasim); member in struct:vdpasim_dev_attr
H A Dvdpa_sim_blk.c427 dev_attr.work_fn = vdpasim_blk_work;
H A Dvdpa_sim_net.c465 dev_attr.work_fn = vdpasim_net_work;
H A Dvdpa_sim.c185 vdpasim->dev_attr.work_fn(vdpasim);
/linux-master/kernel/
H A Dpadata.c88 * a way that it directly refers to work_fn's address, which causes modpost to
89 * complain when work_fn is marked __init. This scenario was observed with clang
91 * padata_mt_helper() because the calls to padata_work_init() with other work_fn
94 static void __ref padata_work_init(struct padata_work *pw, work_func_t work_fn, argument
98 INIT_WORK_ONSTACK(&pw->pw_work, work_fn);
100 INIT_WORK(&pw->pw_work, work_fn);
/linux-master/drivers/md/
H A Ddm-bufio.c2780 static void work_fn(struct work_struct *w) function
2929 INIT_DELAYED_WORK(&dm_bufio_cleanup_old_work, work_fn);

Completed in 266 milliseconds