tag | line | file | source code |
b_wait | 115 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
b_wait | 122 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
b_wait | 806 | fs/buffer.c | if (!buf->b_lock && !buf->b_dirt && !buf->b_wait) { |
b_wait | 911 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
b_wait | 913 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
b_wait | 1289 | fs/buffer.c | if (tmp->b_count || tmp->b_dirt || tmp->b_lock || tmp->b_wait) |
b_wait | 132 | include/linux/fs.h | struct wait_queue * b_wait; |
b_wait | 26 | include/linux/locks.h | wake_up(&bh->b_wait); |