Home
last modified time | relevance | path

Searched refs:wait_ctr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/autofs/
H A Dwaitq.c36 if (!--wq->wait_ctr) in autofs_catatonic_mode()
401 wq->wait_ctr = 2; in autofs_wait()
428 wq->wait_ctr++; in autofs_wait()
479 if (!--wq->wait_ctr) in autofs_wait()
508 if (!--wq->wait_ctr) in autofs_wait_release()
H A Dautofs_i.h97 unsigned int wait_ctr; member