Searched refs:contig (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/media/v4l2-core/ |
D | Makefile | 27 obj-$(CONFIG_VIDEOBUF_DMA_CONTIG) += videobuf-dma-contig.o 34 obj-$(CONFIG_VIDEOBUF2_DMA_CONTIG) += videobuf2-dma-contig.o
|
/linux-4.1.27/arch/ia64/mm/ |
D | Makefile | 11 obj-$(CONFIG_FLATMEM) += contig.o
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 76 int nouveau_bo_pin(struct nouveau_bo *, u32 flags, bool contig);
|
D | nouveau_bo.c | 313 nouveau_bo_pin(struct nouveau_bo *nvbo, uint32_t memtype, bool contig) in nouveau_bo_pin() argument 325 memtype == TTM_PL_FLAG_VRAM && contig) { in nouveau_bo_pin()
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamalg.c | 2433 int contig) in init_aead_giv_job() argument 2469 if (contig & GIV_SRC_CONTIG) { in init_aead_giv_job() 2483 if (contig & GIV_DST_CONTIG) { in init_aead_giv_job() 2852 u32 contig = GIV_SRC_CONTIG | GIV_DST_CONTIG; in aead_giv_edesc_alloc() local 2899 contig &= ~GIV_SRC_CONTIG; in aead_giv_edesc_alloc() 2904 contig &= ~GIV_SRC_CONTIG; in aead_giv_edesc_alloc() 2908 contig &= ~GIV_DST_CONTIG; in aead_giv_edesc_alloc() 2910 if (!(contig & GIV_SRC_CONTIG)) { in aead_giv_edesc_alloc() 2916 contig &= ~GIV_DST_CONTIG; in aead_giv_edesc_alloc() 2923 if (is_gcm && req->src == req->dst && !(contig & GIV_DST_CONTIG)) in aead_giv_edesc_alloc() [all …]
|
/linux-4.1.27/fs/btrfs/ |
D | file-item.c | 427 struct bio *bio, u64 file_start, int contig) in btrfs_csum_one_bio() argument 448 if (contig) in btrfs_csum_one_bio() 459 if (!contig) in btrfs_csum_one_bio()
|
D | extent_io.h | 205 u64 max_bytes, unsigned bits, int contig);
|
D | extent_io.c | 1814 unsigned bits, int contig) in count_range_bits() argument 1843 if (contig && found && state->start > last + 1) in count_range_bits() 1855 } else if (contig && found) { in count_range_bits() 2804 int contig = 0; in submit_extent_page() local 2812 contig = bio->bi_iter.bi_sector == sector; in submit_extent_page() 2814 contig = bio_end_sector(bio) == sector; in submit_extent_page() 2816 if (prev_bio_flags != bio_flags || !contig || in submit_extent_page()
|
D | ctree.h | 3839 struct bio *bio, u64 file_start, int contig);
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 777 线性 DMA(videobuf-dma-contig)以及大多用于 USB 设备的用 vmalloc
|
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.c | 1224 enum ocfs2_ref_rec_contig contig = in ocfs2_refcount_rec_merge() local 1227 if (contig == REF_CONTIG_NONE) in ocfs2_refcount_rec_merge() 1230 if (contig == REF_CONTIG_LEFT || contig == REF_CONTIG_LEFTRIGHT) { in ocfs2_refcount_rec_merge() 1237 if (contig == REF_CONTIG_LEFTRIGHT) in ocfs2_refcount_rec_merge()
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 57 <media/videobuf-dma-contig.h> /* Physically contiguous */
|
D | v4l2-framework.txt | 917 (videobuf-dma-contig), and vmalloced buffers, mostly used on USB drivers
|