Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h142 nsc_off_t last_tail; /* pos of the last tail write */ member
178 #define LASTQTAIL(q) q->last_tail
201 #define SET_LASTQTAIL(q, n) q->last_tail = n
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c544 so_prepend_msg(struct sonode *so, mblk_t *mp, mblk_t *last_tail) in so_prepend_msg() argument
546 ASSERT(last_tail != NULL); in so_prepend_msg()
548 mp->b_prev = last_tail; in so_prepend_msg()
667 mblk_t *last_tail; in so_dequeue_msg() local
751 last_tail = mp->b_prev; in so_dequeue_msg()
803 last_tail = mp; in so_dequeue_msg()
910 so_prepend_msg(so, mp, last_tail); in so_dequeue_msg()