Searched refs:h_nextrebind (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/lockd/
H A Dhost.c174 host->h_nextrebind = jiffies + NLM_HOST_REBIND;
341 if (time_after_eq(jiffies, host->h_nextrebind)) {
343 host->h_nextrebind = jiffies + NLM_HOST_REBIND;
345 host->h_nextrebind - jiffies);
399 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) {
401 host->h_nextrebind = jiffies + NLM_HOST_REBIND;
H A Dclntlock.c233 host->h_nextrebind = jiffies;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dhost.c174 host->h_nextrebind = jiffies + NLM_HOST_REBIND;
341 if (time_after_eq(jiffies, host->h_nextrebind)) {
343 host->h_nextrebind = jiffies + NLM_HOST_REBIND;
345 host->h_nextrebind - jiffies);
399 if (host->h_rpcclnt && time_after_eq(jiffies, host->h_nextrebind)) {
401 host->h_nextrebind = jiffies + NLM_HOST_REBIND;
H A Dclntlock.c233 host->h_nextrebind = jiffies;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/lockd/
H A Dlockd.h61 unsigned long h_nextrebind; /* next portmap call */ member in struct:nlm_host
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/lockd/
H A Dlockd.h61 unsigned long h_nextrebind; /* next portmap call */ member in struct:nlm_host

Completed in 122 milliseconds