Home
last modified time | relevance | path

Searched refs:d_iname (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfind_vma.c16 ASSERT_OK_PTR(strstr(skel->bss->d_iname, "test_progs"), "find_test_progs"); in test_and_reset_skel()
22 skel->bss->d_iname[0] = 0; in test_and_reset_skel()
46 strcmp(skel->bss->d_iname, "test_progs") != 0; in find_vma_pe_condition()
/linux/tools/testing/selftests/bpf/progs/
H A Dfind_vma.c17 char d_iname[DNAME_INLINE_LEN] = {0}; variable
27 bpf_probe_read_kernel_str(d_iname, DNAME_INLINE_LEN - 1, in check_vma()
/linux/drivers/usb/host/
H A Dxhci-debugfs.c749 const char *file_name = file_dentry(file)->d_iname; in bw_context_open()