tag | line | file | source code |
---|---|---|---|
b_wait | 125 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
b_wait | 132 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
b_wait | 958 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
b_wait | 960 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
b_wait | 1227 | fs/buffer.c | buffer_dirty(tmp) || buffer_locked(tmp) || tmp->b_wait) |
b_wait | 146 | include/linux/fs.h | struct wait_queue * b_wait; |
b_wait | 25 | include/linux/locks.h | wake_up(&bh->b_wait); |