Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/scripts/python/
Dtask-analyzer.py423 time_min = min(runtimes)
434 time_mean, time_median, time_min, time_max, max_at)
436 time_mean, time_median, time_min, time_max,
/linux-6.12.1/fs/nfs/
Dnfs4state.c542 unsigned long time_min, time_max; in nfs4_gc_state_owners() local
547 time_min = (long)time_max - (long)clp->cl_lease_time; in nfs4_gc_state_owners()
550 if (time_in_range(sp->so_expires, time_min, time_max)) in nfs4_gc_state_owners()