| tag | line | file | source code |
|---|---|---|---|
| rq_wait | 86 | fs/nfs/nfsiod.c | dprintk("BIO: waking up nfsiod (%p)\n", req->rq_wait); |
| rq_wait | 87 | fs/nfs/nfsiod.c | wake_up(&req->rq_wait); |
| rq_wait | 112 | fs/nfs/nfsiod.c | interruptible_sleep_on(&req->rq_wait); |
| rq_wait | 29 | include/linux/nfsiod.h | struct wait_queue * rq_wait; |