Home
last modified time | relevance | path

Searched refs:num_tasks (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_tasking.cpp3879 if (i == num_tasks - 1) { in __kmp_taskloop_linear()
3938 kmp_uint64 num_tasks; member
3967 kmp_uint64 num_tasks = p->num_tasks; in __kmp_taskloop_task() local
3984 if (num_tasks > num_t_min) in __kmp_taskloop_task()
4091 p->num_tasks = n_tsk1; in __kmp_taskloop_recur()
4215 num_tasks = grainsize; in __kmpc_taskloop()
4216 grainsize = tc / num_tasks; in __kmpc_taskloop()
4217 extras = tc % num_tasks; in __kmpc_taskloop()
4226 num_tasks = tc / grainsize; in __kmpc_taskloop()
4228 grainsize = tc / num_tasks; in __kmpc_taskloop()
[all …]
H A Dkmp_gsupport.cpp1679 unsigned long num_tasks, int priority, T start, T end, in __GOMP_taskloop() argument
1701 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
1731 if (num_tasks > 0) { in __GOMP_taskloop()
1763 sched, (kmp_uint64)num_tasks, (void *)task_dup); in __GOMP_taskloop()
1818 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1821 num_tasks, priority, start, end, step); in KMP_EXPAND_NAME()
1826 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1830 arg_align, gomp_flags, num_tasks, in KMP_EXPAND_NAME()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_proto_if.h69 u16 num_tasks; member
105 u16 num_tasks; member
H A Dstorage_common.h137 __le16 num_tasks /* Number of tasks in global task list */; member
H A Decore_cxt.c2170 u32 num_tasks) in ecore_rdma_set_pf_params() argument
2219 if (num_cons && num_tasks) { in ecore_rdma_set_pf_params()
2231 num_tasks, in ecore_rdma_set_pf_params()
2301 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2308 p_params->num_tasks, in ecore_cxt_set_pf_params()
2322 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2329 p_params->num_tasks, in ecore_cxt_set_pf_params()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def278 OPENMP_CLAUSE(num_tasks, OMPNumTasksClause)
591 OPENMP_TASKLOOP_CLAUSE(num_tasks)
613 OPENMP_TASKLOOP_SIMD_CLAUSE(num_tasks)
/freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c483 uint8_t num_tasks, in fman_set_num_of_tasks() argument
494 tmp |= (uint32_t)(((num_tasks - 1) << BMI_NUM_OF_TASKS_SHIFT) | in fman_set_num_of_tasks()
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2665 int num_tasks = atomic_read(&priv->opreq_count); in mlx4_opreq_action() local
2691 while (num_tasks) { in mlx4_opreq_action()
2751 num_tasks = atomic_dec_return(&priv->opreq_count); in mlx4_opreq_action()
/freebsd-12.1/sys/dev/bxe/
H A Decore_hsi.h8230 uint16_t num_tasks /* Number of tasks in global task list */; member
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3106 __be16 num_tasks; member