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