Home
last modified time | relevance | path

Searched refs:__vmalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h51 #define vzalloc(size) __vmalloc(size, GFP_KERNEL | __GFP_NOWARN | __GFP_ZERO, 0)
54 #define vmalloc_node(size, node) __vmalloc(size, GFP_KERNEL, 0)
55 #define vmalloc_user(size) __vmalloc(size, GFP_KERNEL | __GFP_ZERO, 0)
56 #define vmalloc(size) __vmalloc(size, GFP_KERNEL, 0)
122 __vmalloc(size_t size, gfp_t flags, int other) in __vmalloc() function
/freebsd-12.1/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_srq.c176 srq->wrid = __vmalloc(srq->msrq.max * sizeof(u64), in mlx4_ib_create_srq()
H A Dmlx4_ib_qp.c824 qp->sq.wrid = __vmalloc(qp->sq.wqe_cnt * sizeof(u64), in create_qp_common()
829 qp->rq.wrid = __vmalloc(qp->rq.wqe_cnt * sizeof(u64), in create_qp_common()