Home
last modified time | relevance | path

Searched refs:num_active (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h212 switch (num_active) { in get_wait_val()
242 static void reset_private(kmp_int32 num_active,
244 static void reset_shared(kmp_int32 num_active,
253 tdata->num_active = num_active; in reset_private()
288 static void reset_private(kmp_int32 num_active,
290 static void reset_shared(kmp_int32 num_active,
299 tdata->num_active = num_active; in reset_private()
454 num_active, t, sched, chunk, length)); in print()
663 info[i].num_active = 0; in allocate_hier()
680 info[i].num_active = 0; in allocate_hier()
[all …]
H A Dkmp.h1870 kmp_int32 num_active; member
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dbench.c71 static int num_pipes, num_active, num_writes; variable
116 space = num_pipes / num_active; in run_once()
118 for (i = 0; i < num_active; i++, fired++) in run_once()
160 num_active = 1;
168 num_active = atoi(optarg);
/freebsd/contrib/libevent/test/
H A Dbench.c71 static int num_pipes, num_active, num_writes; variable
116 space = num_pipes / num_active; in run_once()
118 for (i = 0; i < num_active; i++, fired++) in run_once()
160 num_active = 1;
168 num_active = atoi(optarg);
/freebsd/sys/dev/ixl/
H A Dixl_pf_qmgr.c86 qtag->num_active = num; in ixl_pf_qmgr_alloc_contiguous()
114 qtag->num_active = num; in ixl_pf_qmgr_alloc_scattered()
H A Dixl_pf_qmgr.h81 u16 num_active; member
H A Dixl_pf_iov.c162 for (i = 0; i < vf->qtag.num_active; i++) in ixl_vf_alloc_vsi()
176 vf->vsi.num_rx_queues = vf->qtag.num_active; in ixl_vf_alloc_vsi()
177 vf->vsi.num_tx_queues = vf->qtag.num_active; in ixl_vf_alloc_vsi()
1764 vf->vf_num, vf->qtag.num_allocated, vf->qtag.num_active); in ixl_vf_reserve_queues()
H A Dif_ixl.c757 pf->qtag.num_allocated, pf->qtag.num_active); in ixl_if_attach_post()