Searched refs:DP_ISEPOLLCOMPAT (Results 1 – 2 of 2) sorted by relevance
85 #define DP_ISEPOLLCOMPAT 0x2 /* epoll compatibility mode */ macro
257 const boolean_t is_epoll = (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0; in dp_pcache_poll()730 is_epoll = (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0; in dpwrite()847 if (!is_epoll && (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0) { in dpwrite()1146 is_epoll = (dpep->dpe_flag & DP_ISEPOLLCOMPAT) != 0; in dpioctl()1162 dpep->dpe_flag |= DP_ISEPOLLCOMPAT; in dpioctl()1553 if ((dpep->dpe_flag & DP_ISEPOLLCOMPAT) == 0) { in dppoll()