Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp4671 size_t task_size; local
4678 task_size = taskdata_src->td_size_alloc;
4682 task_size));
4684 taskdata = (kmp_taskdata_t *)__kmp_fast_allocate(thread, task_size);
4686 taskdata = (kmp_taskdata_t *)__kmp_thread_malloc(thread, task_size);
4688 KMP_MEMCPY(taskdata, taskdata_src, task_size);
/freebsd-14.2/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()