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.cpp4664 size_t task_size; local
4671 task_size = taskdata_src->td_size_alloc;
4675 task_size));
4677 taskdata = (kmp_taskdata_t *)__kmp_fast_allocate(thread, task_size);
4679 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, task_size);
4681 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()