Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1537 time_t binlimit = max_t(time_t, at_history / AT_BINS, 1); in at_measured() local
1558 } else if (now - at->at_binstart < binlimit) { in at_measured()
1566 shift = (now - at->at_binstart) / binlimit; in at_measured()
1578 at->at_binstart += shift * binlimit; in at_measured()