Lines Matching defs:tail
36 uint32_t tail;
62 * At least one guy with the oldest tail has lagged too far, filling
70 if ((*ppss)->tail == oldest_tail) {
115 &((*ppss)->tail));
132 struct per_session_data__minimal, &old_pss->tail, (size_t)(before - most),
133 vhd->pss_list, tail, pss_list);
187 pss->tail = lws_ring_get_oldest_tail(vhd->ring);
201 pmsg = lws_ring_get_element(vhd->ring, &pss->tail);
216 &pss->tail, /* tail of guy doing the consuming */
219 tail, /* member name of tail in objects with tails */
224 if (lws_ring_get_element(vhd->ring, &pss->tail))