Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dxprt.c612 static unsigned long nextstat = 0; in xprt_complete_rqst() local
618 if (time_before(nextstat, jiffies)) { in xprt_complete_rqst()
623 nextstat = jiffies + 5 * HZ; in xprt_complete_rqst()