Home
last modified time | relevance | path

Searched refs:POLL_BUSY_LOOP (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dpollflags.h148 #if defined(POLL_BUSY_LOOP) || (defined(HAVE_DECL_POLL_BUSY_LOOP) && HAVE_DECL_POLL_BUSY_LOOP)
150 static_assert((POLL_BUSY_LOOP) == (0x8000), "POLL_BUSY_LOOP != 0x8000");
153 # define POLL_BUSY_LOOP 0x8000
207 XLAT(POLL_BUSY_LOOP),
Dpollflags.in42 POLL_BUSY_LOOP 0x8000
/external/kernel-headers/original/uapi/asm-generic/
Dpoll.h34 #define POLL_BUSY_LOOP (__force __poll_t)0x8000 macro
/external/syzkaller/sys/linux/
Dsys_386.const359 POLL_BUSY_LOOP = 32768
Dsys_amd64.const359 POLL_BUSY_LOOP = 32768
Dsys_ppc64le.const359 POLL_BUSY_LOOP = 32768
Dsys_arm.const359 POLL_BUSY_LOOP = 32768
Dsys_arm64.const359 POLL_BUSY_LOOP = 32768
Dsys.txt963 …DNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND, POLLMSG, POLLREMOVE, POLLRDHUP, POLLFREE, POLL_BUSY_LOOP
/external/strace/
DChangeLog7227 POLLERR, POLLHUP, POLLNVAL, POLL_BUSY_LOOP): Add constant values.
7232 POLL_BUSY_LOOP was introduced by linux kernel commit v3.11-rc1~64^2~129
7238 * xlat/pollflags.in (POLLMSG, POLLREMOVE, POLLRDHUP, POLL_BUSY_LOOP):