Home
last modified time | relevance | path

Searched refs:xa_task (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_trans_ail.c575 wake_up_process(ailp->xa_task); in xfs_ail_push()
605 wake_up_process(ailp->xa_task); in xfs_ail_push_all_sync()
773 ailp->xa_task = kthread_run(xfsaild, ailp, "xfsaild/%s", in xfs_trans_ail_init()
775 if (IS_ERR(ailp->xa_task)) in xfs_trans_ail_init()
792 kthread_stop(ailp->xa_task); in xfs_trans_ail_destroy()
Dxfs_trans_priv.h69 struct task_struct *xa_task; member