Searched refs:tob (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dtty_outq.c63 #define TTYOUTQ_INSERT_TAIL(to, tob) do { \
65 tob->tob_next = to->to_firstblock; \
66 to->to_firstblock = tob; \
68 tob->tob_next = to->to_lastblock->tob_next; \
69 to->to_lastblock->tob_next = tob; \
79 #define TTYOUTQ_RECYCLE(to, tob) do { \
81 uma_zfree(ttyoutq_zone, tob); \
83 TTYOUTQ_INSERT_TAIL(to, tob); \
97 struct ttyoutq_block *tob; local
113 tob
129 struct ttyoutq_block *tob; local
148 struct ttyoutq_block *tob; local
209 struct ttyoutq_block *tob; local
283 struct ttyoutq_block *tob; local
[all...]

Completed in 66 milliseconds