Searched defs:arg_fuzz (Results 1 - 1 of 1) sorted by relevance

/systemd/src/analyze/
H A Danalyze.c72 static usec_t arg_fuzz = 0; variable
853 if (times && times->activated && times->activated <= boot->finish_time && (service_longest - times->activated) <= arg_fuzz)
865 || service_longest - times->activated > arg_fuzz)
1397 r = parse_sec(optarg, &arg_fuzz);

Completed in 15 milliseconds