Lines Matching refs:entries
94 * RESERVE entries PEEK in the ring for entries
96 * SUBMIT entries RELEASE entries
98 * The producer reserves one or more entries in the ring. It can then
99 * fill in these entries and finally submit them so that they can be
103 * any new entries. If so, the consumer can then read these entries
105 * so that the producer can use these slots to fill in new entries.
226 u32 entries = q->cached_prod - q->cached_cons;
228 if (entries >= cnt)
232 entries = q->cached_prod - q->cached_cons;
234 return entries >= cnt;
256 * Reflect this to global state when we get new entries