Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_worker.c433 static void fifo_set(struct fifo_buffer *fb, int value) in fifo_set()
441 static int fifo_push(struct fifo_buffer *fb, int value) in fifo_push()
454 static void fifo_add_val(struct fifo_buffer *fb, int value) in fifo_add_val()
462 struct fifo_buffer *fifo_alloc(int fifo_size) in fifo_alloc()
464 struct fifo_buffer *fb; in fifo_alloc()
466 fb = kzalloc(sizeof(struct fifo_buffer) + sizeof(int) * fifo_size, GFP_NOIO); in fifo_alloc()
487 struct fifo_buffer *plan; in drbd_rs_controller()
1574 struct fifo_buffer *plan; in drbd_rs_controller_reset()
Ddrbd_int.h641 struct fifo_buffer { struct
647 extern struct fifo_buffer *fifo_alloc(int fifo_size); argument
965 …struct fifo_buffer *rs_plan_s; /* correction values of resync planer (RCU, connection->conn_update…
Ddrbd_nl.c1321 struct fifo_buffer *old_plan = NULL, *new_plan = NULL; in drbd_adm_disk_opts()
1468 struct fifo_buffer *new_plan = NULL; in drbd_adm_attach()
Ddrbd_receiver.c3513 struct fifo_buffer *old_plan = NULL, *new_plan = NULL; in receive_SyncParam()