Searched refs:POLLPRI (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/uapi/asm-generic/
H A Dpoll.h7 #define POLLPRI 0x0002 macro
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c220 * read, oob is '@', and POLLPRI works.
222 wait_for_data(pfd, POLLPRI);
239 wait_for_data(pfd, POLLIN | POLLPRI);
264 wait_for_data(pfd, POLLIN | POLLPRI);
302 wait_for_data(pfd, POLLIN | POLLPRI);
334 wait_for_data(pfd, POLLIN | POLLPRI);
365 wait_for_data(pfd, POLLIN | POLLPRI);
397 wait_for_data(pfd, POLLIN | POLLPRI);
427 wait_for_data(pfd, POLLIN | POLLPRI);
/linux-master/tools/leds/
H A Dled_hw_brightness_mon.c56 pollfd.events = POLLPRI;
/linux-master/tools/gpio/
H A Dgpio-watch.c56 pfd.events = POLLIN | POLLPRI;
/linux-master/tools/testing/selftests/thermal/intel/power_floor/
H A Dpower_floor_test.c86 ufd.events = POLLPRI;
/linux-master/arch/x86/um/
H A Duser-offsets.c78 DEFINE(UM_POLLPRI, POLLPRI);
/linux-master/tools/testing/selftests/thermal/intel/workload_hint/
H A Dworkload_hint_test.c129 ufd.events = POLLPRI;
/linux-master/tools/include/nolibc/
H A Dtypes.h161 #define POLLPRI 0x0002 macro
/linux-master/io_uring/
H A Dpoll.c721 __poll_t mask = POLLPRI | POLLERR | EPOLLET;

Completed in 128 milliseconds