Searched refs:pin_file (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 1084 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") 1095 rm(pin_file) 1118 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") 1125 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp2", idx=1)
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 1086 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") 1097 rm(pin_file) 1120 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") 1127 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp2", idx=1)
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4743 FILE *pin_file = NULL; in do_test_pprint() local 4814 pin_file = fopen(pin_path, "r"); in do_test_pprint() 4815 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 4821 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 4868 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 4887 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 4892 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 4921 if (pin_file) in do_test_pprint() 4922 fclose(pin_file); in do_test_pprint()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5392 FILE *pin_file = NULL; in do_test_pprint() local 5456 pin_file = fopen(pin_path, "r"); in do_test_pprint() 5457 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 5463 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 5510 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5529 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5534 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5563 if (pin_file) in do_test_pprint() 5564 fclose(pin_file); in do_test_pprint()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 200 len ? ", " : "", "pin_file"); in features_show() 1056 F2FS_FEATURE_RO_ATTR(pin_file); variable 1193 ATTR_LIST(pin_file),
|
Completed in 23 milliseconds