Searched defs:fifo_push (Results 1 – 2 of 2) sorted by relevance
214 #define fifo_push(fifo, i) fifo_push_back(fifo, (i)) macro
460 static int fifo_push(struct fifo_buffer *fb, int value) in fifo_push() function