Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
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])))
/linux-5.19.10/include/linux/
Ddma-buf.h358 const char *exp_name; member
543 const char *exp_name; member
560 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
/linux-5.19.10/drivers/dma-buf/
Ddma-buf-sysfs-stats.c86 return sysfs_emit(buf, "%s\n", dmabuf->exp_name); in exporter_name_show()
179 if (!dmabuf->exp_name) { in dma_buf_stats_setup()
Ddma-buf.c384 seq_printf(m, "exp_name:\t%s\n", dmabuf->exp_name); in dma_buf_show_fdinfo()
533 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export()
1377 buf_obj->exp_name, in dma_buf_debug_show()
/linux-5.19.10/drivers/dma-buf/heaps/
Dcma_heap.c344 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
Dsystem_heap.c394 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_allocate()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_prime.c886 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
/linux-5.19.10/drivers/xen/
Dgntdev-dmabuf.c374 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
/linux-5.19.10/drivers/gpu/drm/tegra/
Dgem.c742 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
/linux-5.19.10/Documentation/filesystems/
Dproc.rst2038 exp_name: system-heap
2041 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.