Searched defs:q_first (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c378 struct vn_htable_list *q_first = hp->vn_q_first; local
381 if (q_first->vn_ptr == ptr) {
382 vp->v_flag = q_first->vn_flag;
433 hent->vn_q_next = q_first;
434 q_first->vn_q_prev = hent;
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c680 ASSERT(qp->q_first == NULL); /* No more delayed write */
979 q->q_first == NULL &&
1369 while ((((bp = q->q_first)) != NULL) &&
1696 * even though the q_first check below thinks
1808 (q->q_first == bp)))
2122 if (q->q_first || (*bp->b_rptr == SIGTSTP &&
2177 if ((q->q_first == NULL) ||
2178 (q->q_first->b_datap->db_type < QPCTL))
3612 size = msgdsize(rdq->q_first);
3613 for (mp = rdq->q_first; m
6585 mblk_t *q_first = q->q_first; local
7143 mblk_t *q_first = q->q_first; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dstream.h85 * q_first, q_last).
114 struct msgb *q_first; /* Q9S: first message in Q */ member in struct:queue
236 QFIRST = 5, /* q_first or qb_first */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h260 void *q_first; /* queue first element */ member in struct:emlxs_queue

Completed in 66 milliseconds