Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h166 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->ts_in_evcallb)) \
167 (state)->ts_in_evcallb = 1; \
169 (state)->ts_in_evcallb = 0;
172 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS((state)->ts_in_evcallb)) \
173 (state)->ts_in_evcallb = 1; \
175 (state)->ts_in_evcallb = 0;
182 while (((state)->ts_in_evcallb != 0) && \
504 volatile uint32_t ts_in_evcallb; member
607 _NOTE(DATA_READABLE_WITHOUT_LOCK(tavor_state_s::ts_in_evcallb
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c607 if (state->ts_in_evcallb != 0) { in tavor_attach()
715 if (state->ts_in_evcallb != 0) { in tavor_detach()