tag
line
file
source code
update_wait
504
fs/inode.c
static struct wait_queue * update_wait = NULL;
update_wait
520
fs/inode.c
wake_up(&update_wait);
update_wait
557
fs/inode.c
sleep_on(&update_wait);