Home
last modified time | relevance | path

Searched refs:X_NOTIFY_WRITE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dospoll.c472 if (osfd->xevents & X_NOTIFY_WRITE) in epoll_mod()
486 if (osfd->xevents & X_NOTIFY_WRITE) in epoll_mod()
507 if (xevents & X_NOTIFY_WRITE) { in ospoll_listen()
524 if (xevents & X_NOTIFY_WRITE) { in ospoll_listen()
548 if (osfd->xevents & X_NOTIFY_WRITE) { in ospoll_mute()
562 if (xevents & X_NOTIFY_WRITE) in ospoll_mute()
593 xevents |= X_NOTIFY_WRITE; in ospoll_wait()
623 xevents |= X_NOTIFY_WRITE; in ospoll_wait()
652 xevents |= X_NOTIFY_WRITE; in ospoll_wait()
678 xevents |= X_NOTIFY_WRITE; in ospoll_wait()
H A Dconnection.c607 if (xevents & X_NOTIFY_WRITE) { in ClientReady()
608 ospoll_mute(server_poll, fd, X_NOTIFY_WRITE); in ClientReady()
H A Dio.c941 ospoll_listen(server_poll, oc->fd, X_NOTIFY_WRITE); in FlushClient()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h154 #define X_NOTIFY_WRITE 0x2 macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29968 os: Implement support for NotifyFd X_NOTIFY_WRITE
29990 mask can be any combination of X_NOTIFY_READ and X_NOTIFY_WRITE.