HomeSort by: relevance | last modified time | path
    Searched defs:atatime (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 71 int atatime; /* How many segments (bytes) to clean at a time */ variable in typeref:typename:int
183 atatime);
316 atatime);
1134 goal = lfs_sb_getssize(fs) * atatime;
1170 goal = atatime;
1484 atatime = 1;
1526 atatime = atoi(optarg);
lfs_cleanerd.c 71 int atatime; /* How many segments (bytes) to clean at a time */ variable in typeref:typename:int
183 atatime);
316 atatime);
1134 goal = lfs_sb_getssize(fs) * atatime;
1170 goal = atatime;
1484 atatime = 1;
1526 atatime = atoi(optarg);

Completed in 23 milliseconds