Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_receiver.c156 if (drbd_pp_vacant >= number) { in __drbd_alloc_pages()
160 drbd_pp_vacant -= number; in __drbd_alloc_pages()
187 drbd_pp_vacant += i; in __drbd_alloc_pages()
325 if (drbd_pp_vacant > (DRBD_MAX_BIO_SIZE/PAGE_SIZE) * drbd_minor_count) in drbd_free_pages()
332 drbd_pp_vacant += i; in drbd_free_pages()
H A Ddrbd_main.c128 int drbd_pp_vacant; variable
2064 drbd_pp_vacant--; in drbd_destroy_mempools()
2144 drbd_pp_vacant = number; in drbd_create_mempools()
H A Ddrbd_int.h1347 extern int drbd_pp_vacant;