/src/sbin/nvmectl/ |
perftest.c | 62 for (i = 0; i < io_test->num_threads; i++) 69 io_test->num_threads, io_test->size, 74 for (i = 0; i < io_test->num_threads; i++) 118 io_test.num_threads = strtoul(optarg, &p, 0); 124 } else if (io_test.num_threads == 0 || 125 io_test.num_threads > 128) {
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_stoptheworld_mac.cc | 59 mach_msg_type_number_t num_threads; local in function:__sanitizer::RunThread 60 kern_return_t err = task_threads(mach_task_self(), &threads, &num_threads); 67 for (unsigned int i = 0; i < num_threads; ++i) {
|
/src/sys/fs/nfs/common/ |
nfs_fha.h | 68 u_int8_t num_threads; member in struct:fha_hash_entry
|
nfs_fha.c | 202 e->num_threads = 0; 217 KASSERT(e->num_threads == 0, 218 ("%d threads on destroyed fhe %p", e->num_threads, e)); 261 fhe->num_threads++; 272 fhe->num_threads--; 358 (fhe->num_threads < softc->ctls.max_nfsds_per_fh)) { 514 sbuf_printf(&sb, " num_threads: %d\n", fhe->num_threads);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_cik.c | 4504 u32 num_threads[3]; member in struct:bonaire_mqd
|