Lines Matching defs:wait
29 sbi->queues = NULL; /* Erase all wait queues */
92 pr_debug("wait id = 0x%08lx, name = %.*s, type=%d\n",
199 * found or NULL to idicate a new wait needs to be created.
202 static int validate_request(struct autofs_wait_queue **wait,
217 *wait = wq;
221 *wait = NULL;
229 * If we've been asked to wait on an existing expire (NFY_NONE)
230 * but there is no wait in the queue ...
235 * wait or it finished while we waited on the mutex.
236 * So we need to wait till either, the wait appears
251 *wait = wq;
258 * cases where we wait on NFY_NONE neither depend on the
259 * return status of the wait.
275 * on the wait queue mutex we can return success. If it
315 /* In catatonic mode, we don't wait for nobody */
331 * A wait for a negative dentry is invalid for certain
378 /* Create a new wait queue */
419 pr_debug("new wait id = 0x%08lx, name = %.*s, nfy=%d\n",
429 pr_debug("existing wait id = 0x%08lx, name = %.*s, nfy=%d\n",
505 wq->name.name = NULL; /* Do not wait on this queue */