Searched refs:coda_timeout (Results 1 – 4 of 4) sorted by relevance
9 extern unsigned long coda_timeout;
20 .data = &coda_timeout,
48 unsigned long coda_timeout = 30; /* .. secs, then signals will dequeue */ variable
655 unsigned long timeout = jiffies + coda_timeout * HZ; in coda_waitfor_upcall()