Searched refs:MQDES_HASH (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c155 #define MQDES_HASH(x) (((uintptr_t)(x) >> 3) & (MQDES_HSIZE - 1)) macro
190 ind = MQDES_HASH(mqdp);
212 ind = MQDES_HASH(mqdp);
228 for (tp = mq_list[MQDES_HASH(mqdp)]; tp != NULL; tp = tp->mqd_next) {

Completed in 22 milliseconds