Searched refs:fh (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/pidfd/ |
| A D | pidfd_file_handle_test.c | 152 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 D | test-file-handle.c | 10 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 D | stat-display.c | 131 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 D | cgroup.c | 54 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 D | synthetic-events.c | 561 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 D | rss_api.py | 320 def set_rss(cfg, xfrm, fh): argument 322 "input-xfrm": xfrm, "flow-hash": fh})
|
| /tools/testing/selftests/tc-testing/ |
| A D | tdc.py | 985 with open(fname, 'w') as fh: 986 fh.write(res) 987 fh.close()
|
| /tools/arch/s390/include/uapi/asm/ |
| A D | kvm.h | 305 __u32 fh; /* target device */ member
|
Completed in 24 milliseconds