HomeSort by relevance Sort by last modified time
    Searched refs:max_nr_run (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
fsck.c 46 long max_nr_run;
347 && (TT.nr_run >= TT.max_nr_run))) ret |= wait_for(0);
387 TT.max_nr_run = strtol_range(tmp, 0, INT_MAX);
410 if ((toys.optflags & FLAG_s) || (TT.nr_run && (TT.nr_run >= TT.max_nr_run)))
  /external/toybox/generated/
globals.h 609 long max_nr_run; member in struct:fsck_data

Completed in 45 milliseconds