Searched refs:exp_name (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | dmabuf_iter.c | 46 bpf_core_read(&exporter, sizeof(exporter), &dmabuf->exp_name)) in dmabuf_collector()
|
| /linux/drivers/dma-buf/ |
| H A D | dma-buf.c | 602 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 D | ivpu_gem_userptr.c | 109 exp_info.exp_name = "ivpu_userptr_dmabuf"; in ivpu_create_userptr_dmabuf()
|
| /linux/drivers/dma-buf/heaps/ |
| H A D | cma_heap.c | 363 exp_info.exp_name = dma_heap_get_name(heap); in cma_heap_allocate()
|
| H A D | system_heap.c | 400 exp_info.exp_name = dma_heap_get_name(heap); in system_heap_allocate()
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 332 .exp_name = KBUILD_MODNAME, in panthor_gem_prime_export()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_prime.c | 921 .exp_name = KBUILD_MODNAME, /* white lie for debug */ in drm_gem_prime_export()
|
| /linux/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_gem.c | 373 .exp_name = KBUILD_MODNAME, in panfrost_gem_prime_export()
|
| /linux/drivers/xen/ |
| H A D | gntdev-dmabuf.c | 377 exp_info.exp_name = KBUILD_MODNAME; in dmabuf_exp_from_pages()
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | gem.c | 763 exp_info.exp_name = KBUILD_MODNAME; in tegra_gem_prime_export()
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 8561 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()
|