HomeSort by relevance Sort by last modified time
    Searched full:hopt (Results 1 - 6 of 6) sorted by null

  /external/iproute2/tc/
q_htb.c 269 struct tc_htb_opt *hopt; local
285 hopt = RTA_DATA(tb[TCA_HTB_PARMS]);
286 if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1;
288 if (!hopt->level) {
289 fprintf(f, "prio %d ", (int)hopt->prio);
291 fprintf(f, "quantum %d ", (int)hopt->quantum);
294 rate64 = hopt->rate.rate;
300 ceil64 = hopt->ceil.rate;
306 if (hopt->rate.overhead)
307 fprintf(f, "overhead %u ", hopt->rate.overhead)
    [all...]
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap01.c 73 static char *Hopt;
89 {"H:", &Hflag, &Hopt},
98 Hopt = tst_get_tmpdir();
162 if (mount("none", Hopt, "hugetlbfs", 0, NULL) < 0)
163 tst_brkm(TBROK | TERRNO, NULL, "mount failed on %s", Hopt);
167 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid());
175 umount(Hopt);
hugemmap02.c 75 static char *Hopt;
88 {"H:", &Hflag, &Hopt},
99 Hopt = tst_get_tmpdir();
199 if (mount("none", Hopt, "hugetlbfs", 0, NULL) < 0)
200 tst_brkm(TBROK | TERRNO, NULL, "mount failed on %s", Hopt);
203 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid());
211 umount(Hopt);
hugemmap04.c 80 static char *Hopt;
92 {"H:", &Hflag, &Hopt},
101 Hopt = tst_get_tmpdir();
178 if (mount("none", Hopt, "hugetlbfs", 0, NULL) < 0)
179 tst_brkm(TBROK | TERRNO, NULL, "mount failed on %s", Hopt);
182 snprintf(TEMPFILE, sizeof(TEMPFILE), "%s/mmapfile%d", Hopt, getpid());
190 umount(Hopt);
  /art/tools/jfuzz/
README.md 60 hopt = Art optimizing on host (default for m2)
run_jfuzz_test.py 62 if mode == 'hopt':
231 return 'HOpt'
598 parser.add_argument('--mode2', default='hopt',
599 help='execution mode 2 (default: hopt)')

Completed in 159 milliseconds