Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c726 sq->sq_callbpend = NULL; in queue_constructor()
799 ASSERT(sq->sq_callbpend == NULL); in syncq_destructor()
3470 ASSERT(sq->sq_callbpend == NULL); in freeq()
5653 ASSERT(sq->sq_callbpend == NULL); in free_syncq()
7323 cbp->cbp_next = sq->sq_callbpend; in callbparams_alloc()
7324 sq->sq_callbpend = cbp; in callbparams_alloc()
7335 for (pp = &sq->sq_callbpend; (p = *pp) != NULL; pp = &p->cbp_next) { in callbparams_free()
7353 for (pp = &sq->sq_callbpend; (p = *pp) != NULL; pp = &p->cbp_next) { in callbparams_free_id()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h469 struct callbparams *sq_callbpend; /* Pending callbacks */ member