fifo_push
static int fifo_push(struct fifo_buffer *fb, int value)
#define fifo_push(fifo, i) fifo_push_back(fifo, (i))