Searched refs:ndwords (Results 1 – 3 of 3) sorted by relevance
251 static inline void BEGIN_RING(struct fd_ringbuffer *ring, uint32_t ndwords) in BEGIN_RING() argument253 if (ring->cur + ndwords >= ring->end) in BEGIN_RING()254 fd_ringbuffer_grow(ring, ndwords); in BEGIN_RING()
64 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords);
94 void fd_ringbuffer_grow(struct fd_ringbuffer *ring, uint32_t ndwords) in fd_ringbuffer_grow() argument