Home
last modified time | relevance | path

Searched refs:task_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4677 size_t task_size; local
4684 task_size = taskdata_src->td_size_alloc;
4688 task_size));
4690 taskdata = (kmp_taskdata_t *)__kmp_fast_allocate(thread, task_size);
4692 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, task_size);
4694 KMP_MEMCPY(taskdata, taskdata_src, task_size);
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_cxt.c636 u32 curr_line, total, i, task_size, line; in ecore_cxt_cfg_ilt_compute() local
781 task_size = p_mngr->task_type_size[p_seg->type]; in ecore_cxt_cfg_ilt_compute()
784 task_size); in ecore_cxt_cfg_ilt_compute()