Home
last modified time | relevance | path

Searched refs:suballoc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_cmdbuf.c39 suballoc = kzalloc(sizeof(*suballoc), GFP_KERNEL); in etnaviv_cmdbuf_suballoc_new()
40 if (!suballoc) in etnaviv_cmdbuf_suballoc_new()
43 suballoc->dev = dev; in etnaviv_cmdbuf_suballoc_new()
50 if (!suballoc->vaddr) { in etnaviv_cmdbuf_suballoc_new()
55 return suballoc; in etnaviv_cmdbuf_suballoc_new()
58 kfree(suballoc); in etnaviv_cmdbuf_suballoc_new()
80 dma_free_wc(suballoc->dev, SUBALLOC_SIZE, suballoc->vaddr, in etnaviv_cmdbuf_suballoc_destroy()
81 suballoc->paddr); in etnaviv_cmdbuf_suballoc_destroy()
82 kfree(suballoc); in etnaviv_cmdbuf_suballoc_destroy()
90 cmdbuf->suballoc = suballoc; in etnaviv_cmdbuf_init()
[all …]
A Detnaviv_cmdbuf.h19 struct etnaviv_cmdbuf_suballoc *suballoc; member
29 void etnaviv_cmdbuf_suballoc_destroy(struct etnaviv_cmdbuf_suballoc *suballoc);
30 int etnaviv_cmdbuf_suballoc_map(struct etnaviv_cmdbuf_suballoc *suballoc,
38 int etnaviv_cmdbuf_init(struct etnaviv_cmdbuf_suballoc *suballoc,
A Detnaviv_mmu.h107 struct etnaviv_cmdbuf_suballoc *suballoc);
A Detnaviv_mmu.c314 struct etnaviv_cmdbuf_suballoc *suballoc) in etnaviv_iommu_context_init() argument
327 ret = etnaviv_cmdbuf_suballoc_map(suballoc, ctx, &ctx->cmdbuf_mapping, in etnaviv_iommu_context_init()
A Detnaviv_gem_submit.c379 if (submit->cmdbuf.suballoc) in submit_cleanup()
/linux/fs/ocfs2/
A DMakefile35 suballoc.o \
A Dalloc.h199 int type, int slot, u64 suballoc, u64 blkno,
A Docfs2_trace.h670 TP_PROTO(int type, int slot, unsigned long long suballoc,
672 TP_ARGS(type, slot, suballoc, blkno, bit),
676 __field(unsigned long long, suballoc)
683 __entry->suballoc = suballoc;
688 __entry->type, __entry->slot, __entry->suballoc,
A Dsuballoc.c2756 struct inode *suballoc, in ocfs2_test_suballoc_bit() argument
2781 status = ocfs2_read_group_descriptor(suballoc, alloc_di, bg_blkno, in ocfs2_test_suballoc_bit()
A Dalloc.c6750 int type, int slot, u64 suballoc, in ocfs2_cache_block_dealloc() argument
6772 (unsigned long long)suballoc, in ocfs2_cache_block_dealloc()
6775 item->free_bg = suballoc; in ocfs2_cache_block_dealloc()

Completed in 30 milliseconds