Searched refs:num_active (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_dispatch_hier.h | 210 static inline kmp_uint64 get_wait_val(int num_active) { in get_wait_val() argument 212 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, 251 void core_barrier_impl<T>::reset_private(kmp_int32 num_active, in reset_private() argument 253 tdata->num_active = num_active; in reset_private() 255 tdata->wait_val[0] = tdata->wait_val[1] = get_wait_val(num_active); in reset_private() 258 void core_barrier_impl<T>::reset_shared(kmp_int32 num_active, in reset_shared() argument 271 (current_wait_value ? 0 : get_wait_val(tdata->num_active)); in barrier() 288 static void reset_private(kmp_int32 num_active, [all …]
|
| HD | kmp.h | 1521 kmp_int32 num_active; member
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/test/ |
| HD | bench.c | 69 static int num_pipes, num_active, num_writes; variable 113 space = num_pipes / num_active; in run_once() 115 for (i = 0; i < num_active; i++, fired++) in run_once() 151 num_active = 1; 159 num_active = atoi(optarg);
|
| /freebsd-11-stable/sys/dev/ixl/ |
| HD | ixl_pf_qmgr.c | 87 qtag->num_active = num; in ixl_pf_qmgr_alloc_contiguous() 115 qtag->num_active = num; in ixl_pf_qmgr_alloc_scattered()
|
| HD | ixl_pf_qmgr.h | 79 u16 num_active; member
|
| HD | ixl_pf_iov.c | 161 for (i = 0; i < vf->qtag.num_active; i++) in ixl_vf_alloc_vsi() 176 vf->vsi.num_queues = vf->qtag.num_active; in ixl_vf_alloc_vsi() 1837 vf->vf_num, vf->qtag.num_allocated, vf->qtag.num_active); in ixl_vf_reserve_queues()
|
| HD | if_ixl.c | 605 pf->qtag.num_allocated, pf->qtag.num_active); in ixl_attach()
|
| HD | ixl_pf_main.c | 4013 pf->qtag.num_allocated, pf->qtag.num_active); in ixl_rebuild_hw_structs_after_reset()
|