Searched refs:pipe_index_t (Results 1 – 2 of 2) sorted by relevance
42 typedef unsigned int pipe_index_t; typedef44 typedef unsigned short pipe_index_t; typedef56 pipe_index_t head;57 pipe_index_t tail;177 return (pipe_index_t)(head - tail); in pipe_occupancy()
1297 if (unlikely(nr_slots > (pipe_index_t)-1u)) in pipe_resize_ring()