Home
last modified time | relevance | path

Searched refs:b_iowait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf.h158 struct completion b_iowait; /* queue for I/O waiters */ member
H A Dxfs_buf.c236 init_completion(&bp->b_iowait); in _xfs_buf_alloc()
1368 complete(&bp->b_iowait); in xfs_buf_ioend()
1639 wait_for_completion(&bp->b_iowait); in xfs_buf_iowait()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_buf.h178 struct completion b_iowait; /* queue for I/O waiters */ member
H A Dxfs_buf.c235 init_completion(&bp->b_iowait); in _xfs_buf_alloc()
1347 complete(&bp->b_iowait); in xfs_buf_ioend()
1617 wait_for_completion(&bp->b_iowait); in xfs_buf_iowait()

Completed in 7 milliseconds