Home
last modified time | relevance | path

Searched refs:exp_name (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dattr.py244 for exp_name, exp_event in expect.items():
247 log.debug(" matching [%s]" % exp_name)
256 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list)))
261 log.debug(" %s does not match, but is optional" % exp_name)
269 match[exp_name] = exp_list
273 for exp_name, exp_event in expect.items():
279 for res_name in match[exp_name]:
285 (exp_name, str(match[group])))
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drk_dmabuf_procfs.c44 dmabuf->exp_name, K(dmabuf->size)); in rk_dmabuf_dump_empty_sgt()
73 dmabuf->exp_name, K(dmabuf->size)); in rk_dmabuf_dump_sgt()
107 dmabuf->exp_name, K(dmabuf->size)); in rk_dmabuf_cb3()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-buf.h418 const char *exp_name; member
541 const char *exp_name; member
561 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.c55 return sysfs_emit(buf, "%s\n", dmabuf->exp_name); in exporter_name_show()
201 if (!dmabuf->exp_name) { in dma_buf_stats_setup()
H A Ddma-buf.c550 seq_printf(m, "exp_name:\t%s\n", dmabuf->exp_name); in dma_buf_show_fdinfo()
710 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export()
1541 buf_obj->exp_name, in dma_buf_debug_show()
/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dcma_heap.c341 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
H A Drk_cma_heap.c418 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_do_allocate()
H A Dsystem_heap.c456 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_do_allocate()
H A Drk_system_heap.c607 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_do_allocate()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/
H A Dminidump_memory.c1067 buf_obj->exp_name, in dump_bufinfo()
1254 dmabuf->exp_name, in get_dma_info()
/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.c494 if (!strcmp(dmabuf->exp_name, heap->name)) { in rk_dma_heap_dump_dmabuf()
H A Drk-cma-heap.c492 exp_info.exp_name = rk_dma_heap_get_name(heap); in rk_cma_heap_allocate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Dgem.c665 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_prime.c906 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
/OK3568_Linux_fs/kernel/drivers/base/arm/dma_buf_test_exporter/
H A Ddma-buf-test-exporter.c528 .exp_name = "dma_buf_te", in do_dma_buf_te_ioctl_alloc()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dgntdev-dmabuf.c380 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c1814 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in rockchip_drm_gem_prime_export()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dproc.rst2058 exp_name: system-heap
2061 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.