| /linux/tools/perf/tests/ |
| H A D | fdarray.c | 42 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 49 fdarray__init_revents(fda, POLLHUP); in test__fdarray__filter() 50 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 57 fdarray__init_revents(fda, POLLHUP); in test__fdarray__filter() 62 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 69 fdarray__init_revents(fda, POLLHUP); in test__fdarray__filter() 75 nr_fds = fdarray__filter(fda, POLLHUP, NULL, NULL); in test__fdarray__filter() 132 FDA_ADD(2, 35, POLLHUP, 3); in test__fdarray__add() 147 FDA_CHECK(2, 35, POLLHUP); in test__fdarray__add()
|
| H A D | builtin-test.c | 431 .events = POLLIN | POLLERR | POLLHUP | POLLNVAL, in finish_test()
|
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_info_test.c | 212 ASSERT_TRUE(!!(fds.revents & POLLHUP)); in TEST_F() 289 if (fds.revents & POLLHUP) in TEST_F() 356 ASSERT_TRUE(!!(fds.revents & POLLHUP)); in TEST_F() 469 if (fds.revents & POLLHUP) in TEST_F() 489 fds.events = POLLHUP; in TEST_F() 494 ASSERT_TRUE(!!(fds.revents & POLLHUP)); in TEST_F() 532 ASSERT_FALSE(!!(fds.revents & POLLHUP)); in TEST_F() 625 if (fds.revents & POLLHUP) in TEST_F() 636 fds.events = POLLHUP; in TEST_F() 641 ASSERT_TRUE(!!(fds.revents & POLLHUP)); in TEST_F() [all …]
|
| /linux/include/uapi/asm-generic/ |
| H A D | poll.h | 10 #define POLLHUP 0x0010 macro
|
| /linux/samples/uhid/ |
| H A D | uhid-example.c | 441 if (pfds[0].revents & POLLHUP) { in main() 445 if (pfds[1].revents & POLLHUP) { in main()
|
| /linux/tools/testing/vsock/ |
| H A D | vsock_perf.c | 208 POLLHUP | POLLRDHUP; in run_receiver() 238 if (fds.revents & (POLLHUP | POLLRDHUP)) in run_receiver()
|
| H A D | vsock_test.c | 1533 POLLRDHUP | POLLHUP; in test_stream_credit_update_test()
|
| /linux/samples/nitro_enclaves/ |
| H A D | ne_ioctl_sample.c | 206 fds[0].events = POLLIN | POLLERR | POLLHUP; in ne_poll_enclave_fd() 230 if (fds[0].revents & POLLHUP) { in ne_poll_enclave_fd()
|
| /linux/tools/testing/selftests/hid/ |
| H A D | hidraw.c | 172 ASSERT_TRUE(pfds[0].revents & POLLHUP);
|
| /linux/drivers/virt/acrn/ |
| H A D | irqfd.c | 87 if (poll_bits & POLLHUP) in hsm_irqfd_wakeup()
|
| /linux/tools/perf/ |
| H A D | builtin-daemon.c | 1308 sock_pos = fdarray__add(&fda, sock_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1312 file_pos = fdarray__add(&fda, conf_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start() 1316 signal_pos = fdarray__add(&fda, signal_fd, POLLIN|POLLERR|POLLHUP, 0); in __cmd_start()
|
| H A D | builtin-record.c | 1254 POLLIN | POLLERR | POLLHUP, fdarray_flag__nonfilterable); in record__alloc_thread_data() 1776 if (fdarray__filter(pollfd, POLLERR | POLLHUP, in record__thread() 1781 if (pollfd->entries[ctlfd_pos].revents & POLLHUP) { in record__thread() 2810 if (fdarray__filter(&thread->pollfd, POLLERR | POLLHUP, in __cmd_record()
|
| H A D | builtin-trace.c | 4600 if (evlist__filter_pollfd(evlist, POLLERR | POLLHUP | POLLNVAL) == 0) in trace__run()
|
| /linux/drivers/hv/ |
| H A D | mshv_eventfd.c | 323 if (flags & POLLHUP) { in mshv_irqfd_wakeup()
|
| /linux/tools/lib/perf/ |
| H A D | evlist.c | 406 int pos = fdarray__add(&evlist->pollfd, fd, revent | POLLERR | POLLHUP, flags); in perf_evlist__add_pollfd()
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 3974 pollfd.events = POLLHUP; in TEST() 3977 EXPECT_GT((pollfd.revents & POLLHUP) ?: 0, 0); in TEST() 4117 pollfd.events = POLLHUP; in TEST() 4120 EXPECT_GT((pollfd.revents & POLLHUP) ?: 0, 0); in TEST()
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 2233 if (entries[ctlfd_pos].revents & (POLLHUP | POLLERR)) in evlist__ctlfd_process()
|