Searched refs:sq_callbpend (Results 1 – 2 of 2) sorted by relevance
726 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()
469 struct callbparams *sq_callbpend; /* Pending callbacks */ member