Searched refs:num_tasks (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_tasking.cpp | 4269 KMP_DEBUG_ASSERT(num_tasks > 0); in __kmp_taskloop_linear() 4288 if (i == num_tasks - 1) { in __kmp_taskloop_linear() 4348 kmp_uint64 num_tasks; member 4379 kmp_uint64 num_tasks = p->num_tasks; in __kmp_taskloop_task() local 4398 if (num_tasks > num_t_min) in __kmp_taskloop_task() 4518 p->num_tasks = n_tsk1; in __kmp_taskloop_recur() 4631 num_tasks = grainsize; in __kmp_taskloop() 4632 grainsize = tc / num_tasks; in __kmp_taskloop() 4633 extras = tc % num_tasks; in __kmp_taskloop() 4638 num_tasks = 1; in __kmp_taskloop() [all …]
|
| H A D | kmp_gsupport.cpp | 1710 unsigned long num_tasks, int priority, T start, T end, in __GOMP_taskloop() argument 1733 gomp_flags, num_tasks, priority, start, end, step)); in __GOMP_taskloop() 1763 if (num_tasks > 0) { in __GOMP_taskloop() 1811 (kmp_uint64)num_tasks, (void *)task_dup); in __GOMP_taskloop() 1872 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME() 1875 num_tasks, priority, start, end, step); in KMP_EXPAND_NAME() 1880 long arg_size, long arg_align, unsigned gomp_flags, unsigned long num_tasks, in KMP_EXPAND_NAME() 1884 arg_align, gomp_flags, num_tasks, in KMP_EXPAND_NAME()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_proto_if.h | 69 u16 num_tasks; member 104 u16 num_tasks; member
|
| H A D | storage_common.h | 131 __le16 num_tasks /* Number of tasks in global task list */; member
|
| H A D | ecore_cxt.c | 2168 u32 num_tasks) in ecore_rdma_set_pf_params() argument 2217 if (num_cons && num_tasks) { in ecore_rdma_set_pf_params() 2229 num_tasks, in ecore_rdma_set_pf_params() 2299 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params() 2306 p_params->num_tasks, in ecore_cxt_set_pf_params() 2320 if (p_params->num_cons && p_params->num_tasks) { in ecore_cxt_set_pf_params() 2327 p_params->num_tasks, in ecore_cxt_set_pf_params()
|
| H A D | ecore_rdma.c | 275 u32 num_cons, num_tasks; in ecore_rdma_alloc() local 297 num_tasks = ecore_cxt_get_proto_tid_count(p_hwfn, PROTOCOLID_ROCE); in ecore_rdma_alloc() 300 p_rdma_info->num_mrs = num_tasks; in ecore_rdma_alloc()
|
| /freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 201 def OMPC_NumTasks : Clause<"num_tasks"> {
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | ecore_hsi.h | 8230 uint16_t num_tasks /* Number of tasks in global task list */; member
|
| /freebsd-13.1/sys/dev/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 3113 __be16 num_tasks; member
|