tag | line | file | source code |
---|---|---|---|
s_wait | 188 | fs/super.c | add_wait_queue(&sb->s_wait, &wait); |
s_wait | 195 | fs/super.c | remove_wait_queue(&sb->s_wait, &wait); |
s_wait | 311 | include/linux/fs.h | struct wait_queue * s_wait; |
s_wait | 52 | include/linux/locks.h | wake_up(&sb->s_wait); |