Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c164 if (drbd_pp_vacant >= number) { in __drbd_alloc_pages()
168 drbd_pp_vacant -= number; in __drbd_alloc_pages()
195 drbd_pp_vacant += i; in __drbd_alloc_pages()
309 if (drbd_pp_vacant > (DRBD_MAX_BIO_SIZE/PAGE_SIZE) * minor_count) in drbd_free_pages()
316 drbd_pp_vacant += i; in drbd_free_pages()
Ddrbd_main.c138 int drbd_pp_vacant; variable
2030 drbd_pp_vacant--; in drbd_destroy_mempools()
2129 drbd_pp_vacant = number; in drbd_create_mempools()
Ddrbd_int.h1410 extern int drbd_pp_vacant;