Searched refs:paths_close (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_d_path.c | 14 char paths_close[MAX_FILES][MAX_PATH_LEN] = {}; variable 58 paths_close[cnt], MAX_PATH_LEN); in BPF_PROG()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_d_path.c | 14 char paths_close[MAX_FILES][MAX_PATH_LEN] = {}; variable 58 paths_close[cnt], MAX_PATH_LEN); in BPF_PROG()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 140 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path_basic() 143 i, src.paths[i], bss->paths_close[i]); in test_d_path_basic() 153 i, bss->rets_close[i], strlen(bss->paths_close[i]) + 1, in test_d_path_basic()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | d_path.c | 157 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path_basic() 160 i, src.paths[i], bss->paths_close[i]); in test_d_path_basic() 170 i, bss->rets_close[i], strlen(bss->paths_close[i]) + 1, in test_d_path_basic()
|
Completed in 2 milliseconds