search for: conn_sqp

Displaying 1 result from an estimated 1 matches for "conn_sqp".

2008 Oct 02
0
Comments for squeue.c; part 2.
...ASSERT(mp->b_prev != NULL); 618 ASSERT(mp->b_queue != NULL); Should these ASSERTS be satisfied for every message in a chain? Should the check be done at the beginning of the function rather than here? 6. 630 if (connp->conn_sqp == sqp) { ... 642 } else { 643 SQUEUE_ENTER_ONE(connp->conn_sqp, mp, proc, 644 connp, chain_size, SQ_FILL, 645 SQTAG_SQUEUE_CHANGE); 646 }...