/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_tasking.cpp | 2075 KMP_ATOMIC_INC(&tdg->num_tasks); 4876 kmp_uint64 ub_glob, kmp_uint64 num_tasks, argument 4896 KMP_DEBUG_ASSERT(tc == num_tasks * grainsize + 4898 KMP_DEBUG_ASSERT(num_tasks > extras); 4899 KMP_DEBUG_ASSERT(num_tasks > 0); 4902 gtid, num_tasks, grainsize, extras, last_chunk, lower, upper, 4906 for (i = 0; i < num_tasks; ++i) { 4918 if (i == num_tasks - 1) { 4990 kmp_uint64 num_tasks; member 5021 kmp_uint64 num_tasks = p->num_tasks; local [all …]
|
H A D | kmp_gsupport.cpp | 1769 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 D | kmp_taskdeps.cpp | 729 KMP_ATOMIC_INC(&tdg->num_tasks); in __kmpc_omp_task_with_deps()
|
H A D | kmp.h | 2648 std::atomic<kmp_int32> num_tasks; // Number of TDG nodes member
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_proto_if.h | 67 u16 num_tasks; member 102 u16 num_tasks; member
|
H A D | storage_common.h | 129 __le16 num_tasks /* Number of tasks in global task list */; member
|
H A D | ecore_cxt.c | 2166 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 D | ecore_rdma.c | 273 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/sys/contrib/ncsw/Peripherals/FM/ |
H A D | fman_ncsw.c | 483 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 D | mlx4_fw.c | 2672 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 D | OMP.td | 286 def OMPC_NumTasks : Clause<"num_tasks"> {
|
/freebsd/sys/dev/bxe/ |
H A D | ecore_hsi.h | 8228 uint16_t num_tasks /* Number of tasks in global task list */; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 3111 __be16 num_tasks; member
|