Searched refs:POLLOUT (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/m68k/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux-master/arch/mips/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux-master/arch/xtensa/include/uapi/asm/
H A Dpoll.h15 #define POLLWRNORM POLLOUT
/linux-master/arch/sparc/include/uapi/asm/
H A Dpoll.h5 #define POLLWRNORM POLLOUT
/linux-master/include/uapi/asm-generic/
H A Dpoll.h8 #define POLLOUT 0x0004 macro
/linux-master/arch/um/drivers/
H A Dubd_user.c75 kernel_pollfd.events = POLLOUT;
/linux-master/tools/perf/tests/
H A Dfdarray.c141 FDA_ADD(3, 88, POLLIN | POLLOUT, 4);
148 FDA_CHECK(3, 88, POLLIN | POLLOUT);
/linux-master/arch/x86/um/
H A Duser-offsets.c79 DEFINE(UM_POLLOUT, POLLOUT);
/linux-master/tools/include/nolibc/
H A Dtypes.h162 #define POLLOUT 0x0004 macro
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c621 .events = POLLIN | POLLOUT,
642 "POLLIN %u, POLLOUT %u)\n", __func__,
643 fds.events & POLLIN, fds.events & POLLOUT);
664 if ((fds.events & POLLOUT) == 0) {
682 if (fds.revents & POLLOUT) {
708 fds.events &= ~POLLOUT;
/linux-master/tools/testing/selftests/net/
H A Dmsg_zerocopy.c552 while (!do_poll(fd, POLLOUT)) {
H A Dpsock_tpacket.c412 pfd.events = POLLOUT | POLLERR;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3423 pollfd.events = POLLIN | POLLOUT;
3442 pollfd.events = POLLIN | POLLOUT;
3445 EXPECT_EQ(pollfd.revents, POLLOUT);
3855 pollfd.events = POLLIN | POLLOUT;
3863 pollfd.events = POLLIN | POLLOUT;
3866 EXPECT_EQ(pollfd.revents, POLLOUT);
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c955 CASE_TEST(poll_stdout); EXPECT_SYSNE(1, ({ struct pollfd fds = { 1, POLLOUT, 0}; poll(&fds, 1, 0); }), -1); break;
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c1250 fds.events = POLLOUT;

Completed in 272 milliseconds