Searched refs:h_expires (Results 1 - 4 of 4) 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.c175 host->h_expires = jiffies + NLM_HOST_EXPIRE;
413 host->h_expires = jiffies + NLM_HOST_EXPIRE;
504 host->h_expires = jiffies - 1;
524 host->h_inuse, host->h_expires);
554 || time_before(jiffies, host->h_expires)) {
557 host->h_inuse, host->h_expires);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/lockd/
H A Dhost.c175 host->h_expires = jiffies + NLM_HOST_EXPIRE;
413 host->h_expires = jiffies + NLM_HOST_EXPIRE;
504 host->h_expires = jiffies - 1;
524 host->h_inuse, host->h_expires);
554 || time_before(jiffies, host->h_expires)) {
557 host->h_inuse, host->h_expires);
/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.h62 unsigned long h_expires; /* eligible for GC */ 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.h62 unsigned long h_expires; /* eligible for GC */ member in struct:nlm_host

Completed in 192 milliseconds