Searched refs:q_pinwait (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dquot_item.c96 wake_up(&dqp->q_pinwait);
115 wait_event(dqp->q_pinwait, (atomic_read(&dqp->q_pincount) == 0));
H A Dxfs_dquot.h85 struct wait_queue_head q_pinwait; member in struct:xfs_dquot
H A Dxfs_dquot.c508 init_waitqueue_head(&dqp->q_pinwait);

Completed in 105 milliseconds