Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Ddmabuf_iter.c46 bpf_core_read(&exporter, sizeof(exporter), &dmabuf->exp_name)) in dmabuf_collector()
/linux/drivers/dma-buf/
H A Ddma-buf.c602 seq_printf(m, "exp_name:\t%s\n", dmabuf->exp_name); in dma_buf_show_fdinfo()
748 dmabuf->exp_name = exp_info->exp_name; in dma_buf_export()
1715 buf_obj->exp_name, in dma_buf_debug_show()
/linux/drivers/accel/ivpu/
H A Divpu_gem_userptr.c109 exp_info.exp_name = "ivpu_userptr_dmabuf"; in ivpu_create_userptr_dmabuf()
/linux/drivers/dma-buf/heaps/
H A Dcma_heap.c363 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
H A Dsystem_heap.c400 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_allocate()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c332 .exp_name = KBUILD_MODNAME, in panthor_gem_prime_export()
/linux/drivers/gpu/drm/
H A Ddrm_prime.c921 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c373 .exp_name = KBUILD_MODNAME, in panfrost_gem_prime_export()
/linux/drivers/xen/
H A Dgntdev-dmabuf.c377 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
/linux/drivers/gpu/drm/tegra/
H A Dgem.c763 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
/linux/kernel/bpf/
H A Dbtf.c8561 char exp_name[128]; in btf_check_iter_kfuncs() local
8596 snprintf(exp_name, sizeof(exp_name), "bpf_iter_%s_%s", iter_name, sfx); in btf_check_iter_kfuncs()
8597 if (strcmp(func_name, exp_name)) in btf_check_iter_kfuncs()