Searched refs:exp_name (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | dma-buf.h | 340 const char *exp_name; member 509 const char *exp_name; member 526 struct dma_buf_export_info name = { .exp_name = KBUILD_MODNAME, \
|
| /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() 1762 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/gpu/drm/panthor/ |
| H A D | panthor_gem.c | 567 .exp_name = KBUILD_MODNAME, in panthor_gem_sync()
|
| /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 | 757 exp_info.exp_name = KBUILD_MODNAME;
|
| /linux/kernel/bpf/ |
| H A D | btf.c | 8713 char exp_name[128]; in btf_check_kfunc_protos() 8748 snprintf(exp_name, sizeof(exp_name), "bpf_iter_%s_%s", iter_name, sfx); in btf_populate_kfunc_set() 8749 if (strcmp(func_name, exp_name)) in btf_populate_kfunc_set() 8627 char exp_name[128]; btf_check_iter_kfuncs() local
|