Home
last modified time | relevance | path

Searched refs:EVENTFD_VALMAX (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Deventfd.c131 if (oval == EVENTFD_VALMAX) { in eventfd_read()
154 if (val > EVENTFD_VALMAX) in eventfd_write()
161 while (val > EVENTFD_VALMAX - state->efd_value) { in eventfd_write()
204 if (state->efd_value < EVENTFD_VALMAX) in eventfd_poll()
/titanic_50/usr/src/uts/common/sys/
H A Deventfd.h60 #define EVENTFD_VALMAX (ULLONG_MAX - 1ULL) macro