Searched refs:exp_name (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/perf/tests/ |
A D | attr.py | 305 for exp_name, exp_event in expect.items(): 308 log.debug(" matching [%s]" % exp_name) 317 log.debug(" match: [%s] matches %s" % (exp_name, str(exp_list))) 322 log.debug(" %s does not match, but is optional" % exp_name) 330 match[exp_name] = exp_list 334 for exp_name, exp_event in expect.items(): 340 for res_name in match[exp_name]: 346 (exp_name, str(match[group])))
|
/linux-6.3-rc2/include/linux/ |
A D | dma-buf.h | 349 const char *exp_name; member 534 const char *exp_name; member 551 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
|
/linux-6.3-rc2/drivers/dma-buf/ |
A D | dma-buf-sysfs-stats.c | 86 return sysfs_emit(buf, "%s\n", dmabuf->exp_name); in exporter_name_show() 176 if (!dmabuf->exp_name) { in dma_buf_stats_setup()
|
A D | dma-buf.c | 507 seq_printf(m, "exp_name:\t%s\n", dmabuf->exp_name); in dma_buf_show_fdinfo() 657 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export() 1646 buf_obj->exp_name, in dma_buf_debug_show()
|
/linux-6.3-rc2/drivers/dma-buf/heaps/ |
A D | cma_heap.c | 347 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
|
A D | system_heap.c | 397 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_allocate()
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_prime.c | 888 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
|
/linux-6.3-rc2/drivers/xen/ |
A D | gntdev-dmabuf.c | 374 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
|
/linux-6.3-rc2/drivers/gpu/drm/tegra/ |
A D | gem.c | 744 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | proc.rst | 2052 exp_name: system-heap 2055 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.
|
Completed in 20 milliseconds