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

  /external/ltp/testcases/kernel/ipc/ipc_stress/
shmem_test_04.c 101 #define USAGE "\nUsage: %s [{-F | M}] [-l nloops] [-p nprocs] \n" \
105 "\t-l nloops Number of loops\n" \
145 int nloops, objtype, pgspblks; variable
186 printf("\tNumber of loops = %d\n", nloops);
250 for (loop = 1; loop <= nloops; loop++) {
595 nloops = atoi(optarg);
673 nloops = 1;
  /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 478 unsigned nloops; local
517 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
524 offset / pagesize, nloops);
529 offset / pagesize, nloops);
548 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {
mmapstress10.c 541 unsigned nloops; local
609 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
616 offset / pagesize, nloops);
621 (long)mapsize_mapper, offset / pagesize, nloops);
628 for (loopcnt = 0; loopcnt < nloops; loopcnt++) {

Completed in 196 milliseconds