Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddma-buf.h340 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 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()
1762 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/gpu/drm/panthor/
H A Dpanthor_gem.c567 .exp_name = KBUILD_MODNAME, in panthor_gem_sync()
/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.c757 exp_info.exp_name = KBUILD_MODNAME;
/linux/kernel/bpf/
H A Dbtf.c8713 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