Searched refs:wait_queue_token (Results 1 – 4 of 4) sorted by relevance
/fs/autofs4/ |
D | waitq.c | 107 wq->wait_queue_token, wq->name.len, wq->name.name, type); in autofs4_notify_daemon() 121 mp->wait_queue_token = wq->wait_queue_token; in autofs4_notify_daemon() 133 ep->wait_queue_token = wq->wait_queue_token; in autofs4_notify_daemon() 152 packet->wait_queue_token = wq->wait_queue_token; in autofs4_notify_daemon() 385 wq->wait_queue_token = autofs4_next_wait_queue; in autofs4_wait() 419 (unsigned long) wq->wait_queue_token, wq->name.len, in autofs4_wait() 429 (unsigned long) wq->wait_queue_token, wq->name.len, in autofs4_wait() 504 int autofs4_wait_release(struct autofs_sb_info *sbi, autofs_wqt_t wait_queue_token, int status) in autofs4_wait_release() argument 510 if (wq->wait_queue_token == wait_queue_token) in autofs4_wait_release()
|
D | autofs_i.h | 102 autofs_wqt_t wait_queue_token; member
|
/fs/autofs/ |
D | waitq.c | 87 DPRINTK(("autofs_wait: wait id = 0x%08lx, name = ", wq->wait_queue_token)); in autofs_notify_daemon() 94 pkt.wait_queue_token = wq->wait_queue_token; in autofs_notify_daemon() 134 wq->wait_queue_token = autofs_next_wait_queue++; in autofs_wait() 181 int autofs_wait_release(struct autofs_sb_info *sbi, autofs_wqt_t wait_queue_token, int status) in autofs_wait_release() argument 186 if ( wq->wait_queue_token == wait_queue_token ) in autofs_wait_release()
|
D | autofs_i.h | 74 autofs_wqt_t wait_queue_token; member
|