Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_receiver.c166 if (drbd_pp_vacant >= number) { in __drbd_alloc_pages()
170 drbd_pp_vacant -= number; in __drbd_alloc_pages()
197 drbd_pp_vacant += i; in __drbd_alloc_pages()
335 if (drbd_pp_vacant > (DRBD_MAX_BIO_SIZE/PAGE_SIZE) * drbd_minor_count) in drbd_free_pages()
342 drbd_pp_vacant += i; in drbd_free_pages()
Ddrbd_main.c141 int drbd_pp_vacant; variable
2096 drbd_pp_vacant--; in drbd_destroy_mempools()
2179 drbd_pp_vacant = number; in drbd_create_mempools()
Ddrbd_int.h1424 extern int drbd_pp_vacant;