Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp2062 KMP_ATOMIC_INC(&tdg->num_tasks);
4860 kmp_uint64 ub_glob, kmp_uint64 num_tasks, argument
4880 KMP_DEBUG_ASSERT(tc == num_tasks * grainsize +
4882 KMP_DEBUG_ASSERT(num_tasks > extras);
4883 KMP_DEBUG_ASSERT(num_tasks > 0);
4886 gtid, num_tasks, grainsize, extras, last_chunk, lower, upper,
4890 for (i = 0; i < num_tasks; ++i) {
4902 if (i == num_tasks - 1) {
4974 kmp_uint64 num_tasks; member
5005 kmp_uint64 num_tasks = p->num_tasks; local
[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.cpp736 KMP_ATOMIC_INC(&tdg->num_tasks); in __kmpc_omp_task_with_deps()
H A Dkmp.h2692 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.def230 // Modifiers for the 'num_tasks' clause.
233 // Modifiers for the 'num_tasks' clause.
/freebsd/sys/dev/dpaa/
H A Dfman.h97 uint8_t num_tasks; member
H A Dfman_port.c574 params.num_tasks = sc->sc_tasks.num; in fman_port_init()
H A Dfman.c935 params->num_tasks, params->extra_tasks); in fman_set_port_params()
/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.td345 def OMPC_NumTasks : Clause<[Spelling<"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.h4027 __be16 num_tasks; member