Home
last modified time | relevance | path

Searched refs:pin_file (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_offload.py1084 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable
1095 rm(pin_file)
1118 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable
1125 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp2", idx=1) variable
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4714 FILE *pin_file = NULL; in do_test_pprint() local
4785 pin_file = fopen(pin_path, "r"); in do_test_pprint()
4786 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint()
4792 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint()
4839 nread = getline(&line, &line_len, pin_file); in do_test_pprint()
4858 nread = getline(&line, &line_len, pin_file); in do_test_pprint()
4863 nread = getline(&line, &line_len, pin_file); in do_test_pprint()
4892 if (pin_file) in do_test_pprint()
4893 fclose(pin_file); in do_test_pprint()