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

  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress09.c 380 unsigned nloops; local
385 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
389 procno, getpid(), seed, nloops);
395 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
mmapstress01.c 477 unsigned nloops; local
516 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
523 offset / pagesize, nloops);
528 offset / pagesize, nloops);
547 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
mmapstress10.c 539 unsigned nloops; local
607 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
614 offset / pagesize, nloops);
619 (long)mapsize_mapper, offset / pagesize, nloops);
626 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
clast.h 171 struct clast_for ***loops, int *nloops, int **stmts, int *nstmts);

Completed in 88 milliseconds