Home
last modified time | relevance | path

Searched refs:devi_ct_count (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/contract/
H A Ddevice.c1879 DEVI(dip)->devi_ct_count, (void *)dip)); in contract_device_publish()
2141 while (DEVI(dip)->devi_ct_count != -1) in ct_barrier_acquire()
2143 DEVI(dip)->devi_ct_count = 0; in ct_barrier_acquire()
2151 ASSERT(DEVI(dip)->devi_ct_count != -1); in ct_barrier_release()
2152 DEVI(dip)->devi_ct_count = -1; in ct_barrier_release()
2161 return (DEVI(dip)->devi_ct_count != -1); in ct_barrier_held()
2168 ASSERT(DEVI(dip)->devi_ct_count != -1); in ct_barrier_empty()
2169 return (DEVI(dip)->devi_ct_count == 0); in ct_barrier_empty()
2176 while (DEVI(dip)->devi_ct_count != -1) in ct_barrier_wait_for_release()
2184 DEVI(dip)->devi_ct_count)); in ct_barrier_decr()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Dddi_impldefs.h257 int devi_ct_count; /* # of outstanding responses */ member
/titanic_44/usr/src/uts/common/os/
H A Ddevcfg.c393 devi->devi_ct_count = -1; /* counter not in use if -1 */ in i_ddi_alloc_node()
477 ASSERT(devi->devi_ct_count == -1); in i_ddi_free_node()