Lines Matching defs:wait
29 sbi->queues = NULL; /* Erase all wait queues */
92 pr_debug("wait id = 0x%08lx, name = %.*s, type=%d\n",
244 * found or NULL to idicate a new wait needs to be created.
247 static int validate_request(struct autofs_wait_queue **wait,
262 *wait = wq;
266 *wait = NULL;
274 * If we've been asked to wait on an existing expire (NFY_NONE)
275 * but there is no wait in the queue ...
280 * wait or it finished while we waited on the mutex.
281 * So we need to wait till either, the wait appears
296 *wait = wq;
303 * cases where we wait on NFY_NONE neither depend on the
304 * return status of the wait.
320 * on the wait queue mutex we can return success. If it
359 /* In catatonic mode, we don't wait for nobody */
375 * A wait for a negative dentry is invalid for certain
419 /* Create a new wait queue */
459 pr_debug("new wait id = 0x%08lx, name = %.*s, nfy=%d\n",
469 pr_debug("existing wait id = 0x%08lx, name = %.*s, nfy=%d\n",
545 wq->name.name = NULL; /* Do not wait on this queue */