Symbol: PAGE_ALIGN
sys/compat/linuxkpi/common/include/linux/scatterlist.h
497
return (PAGE_ALIGN(sg->offset + sg->length) >> PAGE_SHIFT);
sys/dev/bnxt/bnxt_re/ib_verbs.c
1239
bytes = PAGE_ALIGN(bytes);
sys/dev/bnxt/bnxt_re/ib_verbs.c
1726
bytes = PAGE_ALIGN(bytes);
sys/dev/bnxt/bnxt_re/ib_verbs.c
1746
bytes = PAGE_ALIGN(bytes);
sys/dev/bnxt/bnxt_re/ib_verbs.c
1765
bytes = PAGE_ALIGN(bytes);
sys/dev/bnxt/bnxt_re/main.c
1826
*db_len = PAGE_ALIGN(le16_to_cpu(resp.l2_doorbell_bar_size_kb) * 1024);
sys/dev/bnxt/bnxt_re/main.c
1827
*offset = PAGE_ALIGN(le16_to_cpu(resp.legacy_l2_db_size_kb) * 1024);
sys/dev/cxgbe/iw_cxgbe/qp.c
1860
sq_key_mm->len = PAGE_ALIGN(qhp->wq.sq.memsize);
sys/dev/cxgbe/iw_cxgbe/qp.c
1867
rq_key_mm->len = PAGE_ALIGN(qhp->wq.rq.memsize);
sys/dev/drm2/drm_bufs.c
1084
? PAGE_ALIGN(size) : size;
sys/dev/drm2/drm_bufs.c
1240
? PAGE_ALIGN(size) : size;
sys/dev/drm2/drm_bufs.c
241
map->size = PAGE_ALIGN(map->size);
sys/dev/drm2/drm_bufs.c
708
? PAGE_ALIGN(size) : size;
sys/dev/drm2/drm_bufs.c
886
? PAGE_ALIGN(size) : size;
sys/dev/drm2/ttm/ttm_bo.c
1313
unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT;
sys/dev/drm2/ttm/ttm_bo.c
1317
size += PAGE_ALIGN(npages * sizeof(void *));
sys/dev/drm2/ttm/ttm_bo.c
1326
unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT;
sys/dev/drm2/ttm/ttm_bo.c
1330
size += PAGE_ALIGN(npages * sizeof(void *));
sys/dev/drm2/ttm/ttm_bo.c
1331
size += PAGE_ALIGN(npages * sizeof(dma_addr_t));
sys/dev/drm2/ttm/ttm_memory.c
457
return PAGE_ALIGN(size);
sys/dev/mlx4/mlx4_core/mlx4_eq.c
1078
int npages = PAGE_ALIGN(dev->caps.eqe_size * eq->nent) / PAGE_SIZE;
sys/dev/mlx4/mlx4_core/mlx4_eq.c
972
npages = PAGE_ALIGN(eq->nent * dev->caps.eqe_size) / PAGE_SIZE;
sys/dev/mlx4/mlx4_core/mlx4_icm.c
415
chunk_size = PAGE_ALIGN(size -
sys/dev/mlx4/mlx4_en/en.h
121
#define MLX4_EN_ALLOC_SIZE PAGE_ALIGN(PAGE_SIZE)
sys/dev/mthca/mthca_qp.c
1047
size = PAGE_ALIGN(qp->send_wqe_offset +
sys/dev/mthca/mthca_qp.c
1070
mthca_buf_free(dev, PAGE_ALIGN(qp->send_wqe_offset +
sys/ofed/drivers/infiniband/core/ib_umem.c
112
PAGE_ALIGN(addr + size) < (addr + size))
sys/ofed/include/rdma/ib_umem.h
76
return PAGE_ALIGN(umem->address + umem->length);