Searched refs:xa_task (Results 1 – 2 of 2) sorted by relevance
576 wake_up_process(ailp->xa_task); in xfs_ail_push()606 wake_up_process(ailp->xa_task); in xfs_ail_push_all_sync()774 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild/%s", in xfs_trans_ail_init()776 if (IS_ERR(ailp->xa_task)) in xfs_trans_ail_init()793 kthread_stop(ailp->xa_task); in xfs_trans_ail_destroy()
69 struct task_struct *xa_task; member