wql               529 fs/autofs/waitq.c 	struct autofs_wait_queue *wq, **wql;
wql               532 fs/autofs/waitq.c 	for (wql = &sbi->queues; (wq = *wql) != NULL; wql = &wq->next) {
wql               542 fs/autofs/waitq.c 	*wql = wq->next;	/* Unlink from chain */