Searched refs:fifo_buffer (Results 1 – 4 of 4) sorted by relevance
455 static void fifo_set(struct fifo_buffer *fb, int value) in fifo_set()463 static int fifo_push(struct fifo_buffer *fb, int value) in fifo_push()476 static void fifo_add_val(struct fifo_buffer *fb, int value) in fifo_add_val()484 struct fifo_buffer *fifo_alloc(int fifo_size) in fifo_alloc()486 struct fifo_buffer *fb; in fifo_alloc()488 fb = kzalloc(sizeof(struct fifo_buffer) + sizeof(int) * fifo_size, GFP_NOIO); in fifo_alloc()509 struct fifo_buffer *plan; in drbd_rs_controller()1596 struct fifo_buffer *plan; in drbd_rs_controller_reset()
640 struct fifo_buffer { struct646 extern struct fifo_buffer *fifo_alloc(int fifo_size); argument964 …struct fifo_buffer *rs_plan_s; /* correction values of resync planer (RCU, connection->conn_update…
1320 struct fifo_buffer *old_plan = NULL, *new_plan = NULL; in drbd_adm_disk_opts()1467 struct fifo_buffer *new_plan = NULL; in drbd_adm_attach()
3511 struct fifo_buffer *old_plan = NULL, *new_plan = NULL; in receive_SyncParam()