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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h174 * the "ts_in_evcallb" flag, as necessary, to indicate that an IBTF
180 * and to poll on the "ts_in_evcallb" flag. When this flag is zero, all
188 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->ts_in_evcallb)) \
189 (state)->ts_in_evcallb = 1; \
191 (state)->ts_in_evcallb = 0;
194 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->ts_in_evcallb)) \
195 (state)->ts_in_evcallb = 1; \
197 (state)->ts_in_evcallb = 0;
204 while (((state)->ts_in_evcallb != 0) && \
526 volatile uint32_t ts_in_evcallb; member in struct:tavor_state_s
[all...]

Completed in 46 milliseconds