Home
last modified time | relevance | path

Searched refs:fifo_buffer (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c455 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()
Ddrbd_int.h640 struct fifo_buffer { struct
646 extern struct fifo_buffer *fifo_alloc(int fifo_size); argument
964 …struct fifo_buffer *rs_plan_s; /* correction values of resync planer (RCU, connection->conn_update…
Ddrbd_nl.c1320 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()
Ddrbd_receiver.c3511 struct fifo_buffer *old_plan = NULL, *new_plan = NULL; in receive_SyncParam()