Home
last modified time | relevance | path

Searched refs:drbd_pp_vacant (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/block/drbd/
Ddrbd_receiver.c154 if (drbd_pp_vacant >= number) { in __drbd_alloc_pages()
158 drbd_pp_vacant -= number; in __drbd_alloc_pages()
185 drbd_pp_vacant += i; in __drbd_alloc_pages()
323 if (drbd_pp_vacant > (DRBD_MAX_BIO_SIZE/PAGE_SIZE) * drbd_minor_count) in drbd_free_pages()
330 drbd_pp_vacant += i; in drbd_free_pages()
Ddrbd_main.c129 int drbd_pp_vacant; variable
2105 drbd_pp_vacant--; in drbd_destroy_mempools()
2188 drbd_pp_vacant = number; in drbd_create_mempools()
Ddrbd_int.h1412 extern int drbd_pp_vacant;