| tag | line | file | source code |
|---|---|---|---|
| b_wait | 62 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
| b_wait | 69 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
| b_wait | 486 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
| b_wait | 488 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
| b_wait | 127 | include/linux/fs.h | struct wait_queue * b_wait; |
| b_wait | 26 | include/linux/locks.h | wake_up(&bh->b_wait); |
| b_wait | 191 | kernel/blk_drv/blk.h | wake_up(&bh->b_wait); |
| b_wait | 341 | kernel/blk_drv/floppy.c | sleep_on(&bh->b_wait); |