Home
last modified time | relevance | path

Searched refs:coda_timeout (Results 1 – 4 of 4) sorted by relevance

/fs/coda/
Dcoda_int.h8 extern unsigned long coda_timeout;
Dsysctl.c20 .data = &coda_timeout,
Dpsdev.c54 unsigned long coda_timeout = 30; /* .. secs, then signals will dequeue */ variable
Dupcall.c611 unsigned long timeout = jiffies + coda_timeout * HZ; in coda_waitfor_upcall()