Home
last modified time | relevance | path

Searched refs:perthread (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sbin/nvmecontrol/
H A Dperftest.c53 bool perthread; member
62 .perthread = false,
75 OPT("perthread", 'p', arg_none, opt, perthread,
112 print_perftest(struct nvme_io_test *io_test, bool perthread) in print_perftest() argument
128 if (perthread) in print_perftest()
185 print_perftest(&io_test, opt.perthread); in perftest()
/freebsd-14.2/contrib/unbound/daemon/
H A Dunbound.c190 size_t perthread = perthread_noudp + outudpnum; in checkrlimits() local
197 size_t total = numthread * perthread + misc; in checkrlimits()
244 if(perthread > 64 && in checkrlimits()