Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c1517 long binlimit = max_t(long, at_history / AT_BINS, 1); in at_measured() local
1538 } else if (now - at->at_binstart < binlimit) { in at_measured()
1546 shift = (u32)(now - at->at_binstart) / binlimit; in at_measured()
1558 at->at_binstart += shift * binlimit; in at_measured()