Lines Matching refs:GFP_KERNEL
165 buf = kzalloc(sizeof *buf, GFP_KERNEL); in vb2_dc_alloc()
170 GFP_KERNEL | gfp_flags); in vb2_dc_alloc()
247 attach = kzalloc(sizeof(*attach), GFP_KERNEL); in vb2_dc_dmabuf_ops_attach()
255 ret = sg_alloc_table(sgt, buf->sgt_base->orig_nents, GFP_KERNEL); in vb2_dc_dmabuf_ops_attach()
384 sgt = kmalloc(sizeof(*sgt), GFP_KERNEL); in vb2_dc_get_base_sgt()
600 buf = kzalloc(sizeof *buf, GFP_KERNEL); in vb2_dc_get_userptr()
612 pages = kmalloc(n_pages * sizeof(pages[0]), GFP_KERNEL); in vb2_dc_get_userptr()
655 sgt = kzalloc(sizeof(*sgt), GFP_KERNEL); in vb2_dc_get_userptr()
663 offset, size, GFP_KERNEL); in vb2_dc_get_userptr()
819 buf = kzalloc(sizeof(*buf), GFP_KERNEL); in vb2_dc_attach_dmabuf()
866 conf = kzalloc(sizeof *conf, GFP_KERNEL); in vb2_dma_contig_init_ctx()