Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4912 if (i == num_tasks - 1) {
4984 kmp_uint64 num_tasks; member
5015 kmp_uint64 num_tasks = p->num_tasks; local
5034 if (num_tasks > num_t_min)
5159 p->num_tasks = n_tsk1;
5281 num_tasks = grainsize;
5282 grainsize = tc / num_tasks;
5283 extras = tc % num_tasks;
5288 num_tasks = 1;
5300 extras = tc % num_tasks;
[all …]
H A Dkmp_gsupport.cpp1769 unsigned long num_tasks, int priority, T start, T end, in __GOMP_taskloop() argument
1792 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop()
1822 if (num_tasks > 0) { in __GOMP_taskloop()
1870 (kmp_uint64)num_tasks, (void *)task_dup); in __GOMP_taskloop()
1931 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1934 num_tasks, priority, start, end, step); in KMP_EXPAND_NAME()
1939 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME()
1943 arg_align, gomp_flags, num_tasks, in KMP_EXPAND_NAME()
H A Dkmp_taskdeps.cpp729 KMP_ATOMIC_INC(&tdg->num_tasks); in __kmpc_omp_task_with_deps()
H A Dkmp.h2640 std::atomic<kmp_int32> num_tasks; // Number of TDG nodes member
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_proto_if.h67 u16 num_tasks; member
102 u16 num_tasks; member
H A Dstorage_common.h129 __le16 num_tasks /* Number of tasks in global task list */; member
H A Decore_cxt.c2166 u32 num_tasks) in ecore_rdma_set_pf_params() argument
2215 if (num_cons && num_tasks) { in ecore_rdma_set_pf_params()
2227 num_tasks, in ecore_rdma_set_pf_params()
2297 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2304 p_params->num_tasks, in ecore_cxt_set_pf_params()
2318 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params()
2325 p_params->num_tasks, in ecore_cxt_set_pf_params()
H A Decore_rdma.c273 u32 num_cons, num_tasks; in ecore_rdma_alloc() local
295 num_tasks = ecore_cxt_get_proto_tid_count(p_hwfn, PROTOCOLID_ROCE); in ecore_rdma_alloc()
298 p_rdma_info->num_mrs = num_tasks; in ecore_rdma_alloc()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def213 // Modifiers for the 'num_tasks' clause.
/freebsd/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/sys/dev/mlx4/mlx4_core/
H A Dmlx4_fw.c2672 int num_tasks = atomic_read(&priv->opreq_count); in mlx4_opreq_action() local
2698 while (num_tasks) { in mlx4_opreq_action()
2758 num_tasks = atomic_dec_return(&priv->opreq_count); in mlx4_opreq_action()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td267 def OMPC_NumTasks : Clause<"num_tasks"> {
/freebsd/sys/dev/bxe/
H A Decore_hsi.h8228 uint16_t num_tasks /* Number of tasks in global task list */; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h3111 __be16 num_tasks; member