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

/linux-master/fs/xfs/
H A Dxfs_buf.h184 wait_queue_head_t b_waiters; /* unpin waiters */ member in struct:xfs_buf
H A Dxfs_buf.c272 init_waitqueue_head(&bp->b_waiters);
1217 add_wait_queue(&bp->b_waiters, &wait);
1224 remove_wait_queue(&bp->b_waiters, &wait);
H A Dxfs_buf_item.c523 wake_up_all(&bp->b_waiters);

Completed in 277 milliseconds