Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dattr.py305 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])))
/openbmc/linux/include/linux/
H A Ddma-buf.h349 const char *exp_name; member
534 const char *exp_name; member
551 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.c86 return sysfs_emit(buf, "%s\n", dmabuf->exp_name); in exporter_name_show()
176 if (!dmabuf->exp_name) { in dma_buf_stats_setup()
H A Ddma-buf.c502 seq_printf(m, "exp_name:\t%s\n", dmabuf->exp_name); in dma_buf_show_fdinfo()
652 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export()
1635 buf_obj->exp_name, in dma_buf_debug_show()
/openbmc/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c344 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
H A Dsystem_heap.c393 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_allocate()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_prime.c883 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
/openbmc/linux/drivers/xen/
H A Dgntdev-dmabuf.c375 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Dgem.c743 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
/openbmc/linux/kernel/bpf/
H A Dbtf.c7579 char exp_name[128]; in BTF_ID_LIST_GLOBAL() local
7620 snprintf(exp_name, sizeof(exp_name), "bpf_iter_%s_%s", iter_name, sfx); in BTF_ID_LIST_GLOBAL()
7621 if (strcmp(func_name, exp_name)) in BTF_ID_LIST_GLOBAL()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst2069 exp_name: system-heap
2072 the DMA buffer file. 'exp_name' is the name of the DMA buffer exporter.