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

/linux-master/drivers/block/drbd/
H A Ddrbd_receiver.c154 /* Yes, testing drbd_pp_vacant outside the lock is racy.
156 if (drbd_pp_vacant >= number) {
160 drbd_pp_vacant -= number;
187 drbd_pp_vacant += i;
325 if (drbd_pp_vacant > (DRBD_MAX_BIO_SIZE/PAGE_SIZE) * drbd_minor_count)
332 drbd_pp_vacant += i;
H A Ddrbd_main.c128 int drbd_pp_vacant; variable
2078 drbd_pp_vacant--;
2081 /* D_ASSERT(device, atomic_read(&drbd_pp_vacant)==0); */
2158 drbd_pp_vacant = number;
H A Ddrbd_int.h1352 extern int drbd_pp_vacant;

Completed in 135 milliseconds