Searched defs:neg_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c1358 int neg_index; local
1364 neg_index = msg_type_hash(-type);
1368 * at neg_index or larger can match the type. Use the last send
1370 * Search all buckets from neg_index to MSG_MAX_QNUM, starting
1375 nbuckets = MSG_MAX_QNUM - neg_index + 1;
1376 check_index = neg_index + (qp->msg_stime % nbuckets);
1397 check_index = neg_index;

Completed in 46 milliseconds