Lines Matching defs:negend
1590 int negend;
1630 CT_DEBUG((CE_NOTE, "publish: negend: setting cond state"));
1639 negend = 0;
1641 CT_DEBUG((CE_NOTE, "publish: no negend reqd. release barrier"));
1652 negend = 1;
1653 CT_DEBUG((CE_NOTE, "publish: setting negend flag"));
1703 * 4. contract waiting for negend event - just send the critical
1707 if (!negend && !(evtype & ctd->cond_aset)) {
1739 ASSERT(!negend);
1757 DEVI(dip)->devi_ct_neg = 1; /* waiting for negend */
1762 ASSERT(!negend);
1771 ASSERT(!negend);
1780 ASSERT(negend);
1794 ASSERT(!negend);
1807 if (negend) {
1817 CT_DEBUG((CE_NOTE, "publish: negend: ctid: %d "
1843 ASSERT(!negend);
1850 } else if (negend) {
1858 * If "negend" set counter back to initial state (-1) so that
1865 if (negend) {
1872 CT_DEBUG((CE_NOTE, "publish: negend: reset dip state: dip=%p",
1893 * or not, but the negend event is only published if the event
1912 CT_DEBUG((CE_NOTE, "publish: async/no-break/negend"));