Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/drbd/
Ddrbd_receiver.c157 if (drbd_pp_vacant >= number) { in __drbd_alloc_pages()
161 drbd_pp_vacant -= number; in __drbd_alloc_pages()
188 drbd_pp_vacant += i; in __drbd_alloc_pages()
326 if (drbd_pp_vacant > (DRBD_MAX_BIO_SIZE/PAGE_SIZE) * drbd_minor_count) in drbd_free_pages()
333 drbd_pp_vacant += i; in drbd_free_pages()
Ddrbd_main.c129 int drbd_pp_vacant; variable
2066 drbd_pp_vacant--; in drbd_destroy_mempools()
2146 drbd_pp_vacant = number; in drbd_create_mempools()
Ddrbd_int.h1407 extern int drbd_pp_vacant;