Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py422 time_max = max(runtimes)
434 time_mean, time_median, time_min, time_max, max_at)
436 time_mean, time_median, time_min, time_max,
/openbmc/linux/fs/nfs/
H A Dnfs4state.c548 unsigned long time_min, time_max; in nfs4_gc_state_owners() local
552 time_max = jiffies; in nfs4_gc_state_owners()
553 time_min = (long)time_max - (long)clp->cl_lease_time; in nfs4_gc_state_owners()
556 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()