Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/nvmecontrol/
H A Dperftest.c55 bool perthread; member
64 .perthread = false,
77 OPT("perthread", 'p', arg_none, opt, perthread,
114 print_perftest(struct nvme_io_test *io_test, bool perthread) in print_perftest() argument
130 if (perthread) in print_perftest()
187 print_perftest(&io_test, opt.perthread); in perftest()
/freebsd-13.1/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()