Lines Matching defs:pctl
32 struct xfs_pwork_ctl *pctl;
35 #define XFS_PWORK_SINGLE_THREADED { .pctl = NULL }
40 struct xfs_pwork_ctl *pctl)
42 return pctl && pctl->error;
50 return xfs_pwork_ctl_want_abort(pwork->pctl);
53 int xfs_pwork_init(struct xfs_mount *mp, struct xfs_pwork_ctl *pctl,
56 void xfs_pwork_queue(struct xfs_pwork_ctl *pctl, struct xfs_pwork *pwork);
57 int xfs_pwork_destroy(struct xfs_pwork_ctl *pctl);
58 void xfs_pwork_poll(struct xfs_pwork_ctl *pctl);