Searched refs:fd3 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/tools/perf/tests/ |
D | bp_signal.c | 34 static int fd3; variable 77 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in sig_handler_2() 98 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in sig_handler() 238 fd3 = wp_event((void *)&the_var, SIGIO); in test__bp_signal() 242 ioctl(fd3, PERF_EVENT_IOC_ENABLE, 0); in test__bp_signal() 252 ioctl(fd3, PERF_EVENT_IOC_DISABLE, 0); in test__bp_signal() 256 count3 = bp_count(fd3); in test__bp_signal() 260 close(fd3); in test__bp_signal()
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_attach.c | 13 int err, fd1, fd2, fd3; in test_xdp_attach() local 37 err = bpf_prog_load(file, BPF_PROG_TYPE_XDP, &obj3, &fd3); in test_xdp_attach() 65 err = bpf_set_link_xdp_fd_opts(IFINDEX_LO, fd3, 0, &opts); in test_xdp_attach()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | devices.txt | 53 3 = /dev/fd3 Controller 0, drive 3, autodetect
|