Searched refs:mxb (Results 1 – 4 of 4) sorted by relevance
2 obj-$(CONFIG_VIDEO_MXB) += mxb.o
39 module will be called mxb.
554 int number, mxb; in drbd_rs_number_requests() local560 mxb = drbd_get_max_buffers(device) / 2; in drbd_rs_number_requests()580 if (mxb - device->rs_in_flight/8 < number) in drbd_rs_number_requests()581 number = mxb - device->rs_in_flight/8; in drbd_rs_number_requests()
118 unsigned int mxb; in drbd_alloc_pages() local122 mxb = nc ? nc->max_buffers : 1000000; in drbd_alloc_pages()125 if (atomic_read(&device->pp_in_use) >= mxb) in drbd_alloc_pages()