Searched refs:num_active (Results 1 - 8 of 8) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench.c69 static int num_pipes, num_active, num_writes; variable
113 space = num_pipes / num_active;
115 for (i = 0; i < num_active; i++, fired++)
151 num_active = 1;
159 num_active = atoi(optarg);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1521 kmp_int32 num_active; member in struct:kmp_hier_private_bdata_t
H A Dkmp_dispatch_hier.h189 * In the barrier implementations, num_active is the number of threads that are
210 static inline kmp_uint64 get_wait_val(int num_active) {
212 switch (num_active) {
242 static void reset_private(kmp_int32 num_active,
244 static void reset_shared(kmp_int32 num_active,
251 void core_barrier_impl<T>::reset_private(kmp_int32 num_active,
253 tdata->num_active = num_active;
255 tdata->wait_val[0] = tdata->wait_val[1] = get_wait_val(num_active);
258 void core_barrier_impl<T>::reset_shared(kmp_int32 num_active,
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dif_ixl.c605 pf->qtag.num_allocated, pf->qtag.num_active);
H A Dixl_pf_iov.c161 for (i = 0; i < vf->qtag.num_active; i++)
176 vf->vsi.num_queues = vf->qtag.num_active;
1837 vf->vf_num, vf->qtag.num_allocated, vf->qtag.num_active);
H A Dixl_pf_main.c4013 pf->qtag.num_allocated, pf->qtag.num_active);
H A Dixl_pf_qmgr.c87 qtag->num_active = num;
115 qtag->num_active = num;
H A Dixl_pf_qmgr.h79 u16 num_active; member in struct:ixl_pf_qtag

Completed in 208 milliseconds