Home
last modified time | relevance | path

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

/tools/testing/selftests/pidfd/
A Dpidfd_file_handle_test.c152 ASSERT_NE(fh, NULL); in TEST_F()
184 free(fh); in TEST_F()
199 ASSERT_NE(fh, NULL); in TEST_F()
231 free(fh); in TEST_F()
245 ASSERT_NE(fh, NULL); in TEST_F()
267 free(fh); in TEST_F()
281 ASSERT_NE(fh, NULL); in TEST_F()
320 ASSERT_NE(fh, NULL); in TEST_F()
359 ASSERT_NE(fh, NULL); in TEST_F()
417 ASSERT_NE(fh, NULL); in TEST_F()
[all …]
/tools/build/feature/
A Dtest-file-handle.c10 struct file_handle fh; in main() member
15 name_to_handle_at(AT_FDCWD, "/", &handle.fh, &mount_id, 0); in main()
/tools/perf/util/
A Dstat-display.c131 FILE * const fh; member
436 fputc('\n', os->fh); in __new_line_std_csv()
452 fprintf(os->fh, " "); in do_new_line_std()
461 FILE *out = os->fh; in print_metric_std()
500 FILE *out = os->fh; in print_metric_csv()
522 FILE *out = os->fh; in print_metric_json()
539 fputs("\n{", os->fh); in new_line_json()
623 FILE *out = os->fh; in print_metric_only()
649 FILE *out = os->fh; in print_metric_only_csv()
1247 .fh = config->output in print_metric_headers()
[all …]
A Dcgroup.c54 struct file_handle fh; in __read_cgroup_id() member
59 handle.fh.handle_bytes = sizeof(handle.cgroup_id); in __read_cgroup_id()
60 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) in __read_cgroup_id()
A Dsynthetic-events.c561 struct file_handle fh; in perf_event__synthesize_cgroup() member
574 handle.fh.handle_bytes = sizeof(handle.cgroup_id); in perf_event__synthesize_cgroup()
575 if (name_to_handle_at(AT_FDCWD, path, &handle.fh, &mount_id, 0) < 0) { in perf_event__synthesize_cgroup()
/tools/testing/selftests/drivers/net/hw/
A Drss_api.py320 def set_rss(cfg, xfrm, fh): argument
322 "input-xfrm": xfrm, "flow-hash": fh})
/tools/testing/selftests/tc-testing/
A Dtdc.py985 with open(fname, 'w') as fh:
986 fh.write(res)
987 fh.close()
/tools/arch/s390/include/uapi/asm/
A Dkvm.h305 __u32 fh; /* target device */ member

Completed in 24 milliseconds