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

  /external/toybox/toys/pending/
fsck.c 44 int nr_run;
212 TT.nr_run++;
214 printf("[%s (%d) -- %s]", args[0], TT.nr_run,
288 TT.nr_run--;
346 if ((toys.optflags & FLAG_s) || (TT.nr_run
347 && (TT.nr_run >= TT.max_nr_run))) ret |= wait_for(0);
410 if ((toys.optflags & FLAG_s) || (TT.nr_run && (TT.nr_run >= TT.max_nr_run)))
  /external/toybox/generated/
globals.h 532 int nr_run; member in struct:fsck_data

Completed in 2123 milliseconds