Home
last modified time | relevance | path

Searched refs:round_up (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libthr/thread/
HDthr_stack.c128 round_up(size_t size) in round_up() function
141 round_up(thrd->attr.guardsize_attr), in _thr_stack_fix_protection()
142 round_up(thrd->attr.stacksize_attr), in _thr_stack_fix_protection()
199 stacksize = round_up(attr->stacksize_attr); in _thr_stack_alloc()
200 guardsize = round_up(attr->guardsize_attr); in _thr_stack_alloc()
297 spare_stack->stacksize = round_up(attr->stacksize_attr); in _thr_stack_free()
298 spare_stack->guardsize = round_up(attr->guardsize_attr); in _thr_stack_free()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDkernel.h589 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/freebsd-13-stable/sys/dev/drm2/
HDdrm_os_freebsd.h260 #define round_up(x, y) roundup2((x), (y)) macro
/freebsd-13-stable/sys/dev/irdma/
HDirdma_ctrl.c4728 size += round_up(hmc_info->hmc_obj[i].cnt * in irdma_est_sd()
4733 size += round_up(pble_info->cnt * pble_info->size, 512); in irdma_est_sd()
4989 hte = round_up(qpwanted + hmc_info->hmc_obj[IRDMA_HMC_IW_FSIMC].cnt, 512); in irdma_cfg_fpm_val()
5006 (round_up(qpwanted, 512) / 512 + 1) * hmc_fpm_misc->timer_bucket; in irdma_cfg_fpm_val()
HDirdma_kcompat.c1084 iwcq->kmem.size = round_up(rsize, IRDMA_HW_PAGE_SIZE); in irdma_create_cq()
HDirdma_verbs.c1586 kmem_buf.size = round_up(rsize, 256); in irdma_resize_cq()