Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 12 of 12) sorted by relevance

/arch/blackfin/include/uapi/asm/
Dpoll.h11 #define POLLWRNORM 4 /* POLLOUT */ macro
/arch/m68k/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/arch/mips/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/arch/xtensa/include/uapi/asm/
Dpoll.h14 #define POLLWRNORM POLLOUT macro
/arch/frv/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/arch/sparc/include/uapi/asm/
Dpoll.h4 #define POLLWRNORM POLLOUT macro
/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c82 if (events & (POLLOUT | POLLWRNORM)) { in spu_hw_mbox_stat_poll()
84 ret = POLLOUT | POLLWRNORM; in spu_hw_mbox_stat_poll()
Dbacking_ops.c114 if (events & (POLLOUT | POLLWRNORM)) { in spu_backing_mbox_stat_poll()
116 ret = POLLOUT | POLLWRNORM; in spu_backing_mbox_stat_poll()
Dfile.c940 mask = ctx->ops->mbox_stat_poll(ctx, POLLOUT | POLLWRNORM); in spufs_wbox_poll()
1761 mask |= POLLOUT | POLLWRNORM; in spufs_mfc_poll()
/arch/mips/kernel/
Drtlx.c354 mask |= POLLOUT | POLLWRNORM; in file_poll()
/arch/cris/arch-v32/drivers/
Dsync_serial.c577 mask |= POLLOUT | POLLWRNORM; in sync_serial_poll()
583 mask |= POLLOUT | POLLWRNORM; in sync_serial_poll()
/arch/cris/arch-v10/drivers/
Dsync_serial.c668 mask |= POLLOUT | POLLWRNORM; in sync_serial_poll()