Home
last modified time | relevance | path

Searched defs:pfd (Results 1 - 25 of 165) sorted by relevance

1234567

/third_party/musl/Benchmark/musl/
H A Dlibc_poll.cpp8 struct pollfd pfd; in Bm_function_Poll() local
/third_party/rust/crates/nix/test/
H A Dtest_poll.rs80 let mut pfd = PollFd::new(-1, PollFlags::POLLIN); in test_pollfd_events() variables
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-fds.c45 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
H A D1-1.c69 int pfd[2]; in main() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.h47 PIXELFORMATDESCRIPTOR pfd; member
/third_party/toybox/toys/other/
H A Dcount.c20 struct pollfd pfd = {0, POLLIN, 0}; in count_main() local
/kernel/linux/linux-5.10/tools/testing/selftests/nsfs/
H A Downer.c28 int pfd[2], ns, uns, init_uns; in main() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dpe_preserve_elems.c12 int err, key = 0, pfd = -1, mfd = bpf_map__fd(map); in test_one_map() local
H A Dperf_branches.c106 int pfd; in test_perf_branches_hw() local
147 int pfd; in test_perf_branches_no_hw() local
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c113 struct pollfd pfd = { .fd = inputfd, .events = POLLIN }; in main() local
/kernel/linux/linux-5.10/tools/gpio/
H A Dgpio-watch.c27 struct pollfd pfd; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dfind_vma.c28 int pfd; in open_pe() local
53 int pfd, i; in test_find_vma_pe() local
[all...]
H A Dperf_link.c31 int pfd = -1, link_fd = -1, err; in serial_test_perf_link() local
H A Dpe_preserve_elems.c12 int err, key = 0, pfd = -1, mfd = bpf_map__fd(map); in test_one_map() local
H A Dperf_branches.c106 int pfd; in test_perf_branches_hw() local
147 int pfd; in test_perf_branches_no_hw() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c114 struct pollfd pfd = { .fd = inputfd, .events = POLLIN }; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/nsfs/
H A Downer.c28 int pfd[2], ns, uns, init_uns; in main() local
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-watch.c27 struct pollfd pfd; in main() local
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIO_test_ppoll_002.cpp42 static struct pollfd pfd; variable
H A DIO_test_ppoll_001.cpp41 static struct pollfd pfd; variable
/third_party/eudev/src/udev/
H A Dudevadm-settle.c62 struct pollfd pfd[1] = { {.fd = -1}, }; in adm_settle() local
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect4.c35 struct lws_pollfd pfd; in lws_client_connect_4_established() local
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c64 struct lws_pollfd *pfd; in _lws_plat_service_tsi() local
/third_party/nghttp2/src/
H A Dshrpx_exec.cc42 int pfd[2]; in exec_read_command() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
H A Dvmsplice01.c64 struct pollfd pfd = {.fd = pipes[1], .events = POLLOUT}; in vmsplice_test() local

Completed in 8 milliseconds

1234567