POLLOUT             5 arch/m68k/include/uapi/asm/poll.h #define POLLWRNORM	POLLOUT
POLLOUT             5 arch/mips/include/uapi/asm/poll.h #define POLLWRNORM	POLLOUT
POLLOUT             5 arch/sparc/include/uapi/asm/poll.h #define POLLWRNORM	POLLOUT
POLLOUT            75 arch/um/drivers/ubd_user.c 	kernel_pollfd.events = POLLOUT;
POLLOUT           355 arch/um/os-Linux/sigio.c 				   .events 	= read ? POLLIN : POLLOUT,
POLLOUT            92 arch/x86/um/user-offsets.c 	DEFINE(UM_POLLOUT, POLLOUT);
POLLOUT            15 arch/xtensa/include/uapi/asm/poll.h #define POLLWRNORM	POLLOUT
POLLOUT           160 drivers/char/ipmi/ipmb_dev_int.c 	unsigned int mask = POLLOUT;
POLLOUT           455 net/xdp/xsk.c  		mask |= POLLOUT | POLLWRNORM;
POLLOUT           643 samples/bpf/xdpsock_user.c 		fds[0].events = POLLOUT;
POLLOUT           652 samples/bpf/xdpsock_user.c 			if (!(fds[0].revents & POLLOUT))
POLLOUT           716 samples/bpf/xdpsock_user.c 		fds[i].events = POLLOUT | POLLIN;
POLLOUT           157 tools/perf/tests/fdarray.c 	FDA_ADD(3, 88, POLLIN | POLLOUT, 4);
POLLOUT           164 tools/perf/tests/fdarray.c 	FDA_CHECK(3, 88, POLLIN | POLLOUT);
POLLOUT           553 tools/testing/selftests/net/msg_zerocopy.c 		while (!do_poll(fd, POLLOUT)) {
POLLOUT           412 tools/testing/selftests/net/psock_tpacket.c 	pfd.events = POLLOUT | POLLERR;
POLLOUT          3145 tools/testing/selftests/seccomp/seccomp_bpf.c 	pollfd.events = POLLIN | POLLOUT;
POLLOUT          3164 tools/testing/selftests/seccomp/seccomp_bpf.c 	pollfd.events = POLLIN | POLLOUT;
POLLOUT          3167 tools/testing/selftests/seccomp/seccomp_bpf.c 	EXPECT_EQ(pollfd.revents, POLLOUT);