Searched refs:index_type (Results 1 – 3 of 3) sorted by relevance
29 typedef uint32_t index_type; typedef35 index_type _capacity;36 volatile index_type _head;37 volatile index_type _tail;42 static inline index_type 48 static inline index_type 99 index_type h = rb_fragq->_head; in RBFragEnqueue()100 index_type t = rb_fragq->_tail; in RBFragEnqueue()101 index_type nt = NextIndex(rb_fragq, t); in RBFragEnqueue()117 index_type h = rb_fragq->_head; in RBFragDequeue()[all …]
29 typedef uint32_t index_type; typedef35 index_type _capacity;36 volatile index_type _head;37 volatile index_type _tail;42 static inline index_type 48 static inline index_type 99 index_type h = sq->_head; in SBEnqueue()100 index_type t = sq->_tail; in SBEnqueue()101 index_type nt = NextIndex(sq, t); in SBEnqueue()117 index_type h = sq->_head; in SBDequeue()[all …]
31 typedef uint32_t index_type; typedef37 index_type _capacity;38 volatile index_type _head;39 volatile index_type _tail;121 static inline index_type 127 static inline index_type 183 index_type h = sq->_head; in StreamEnqueue()184 index_type t = sq->_tail; in StreamEnqueue()185 index_type nt = NextIndex(sq, t); in StreamEnqueue()201 index_type h = sq->_head; in StreamDequeue()[all …]