Home
last modified time | relevance | path

Searched refs:obd_pages (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h536 extern __u64 obd_pages;
555 obd_pages += 1<< order; in obd_pages_add()
556 if (obd_pages > obd_max_pages) in obd_pages_add()
557 obd_max_pages = obd_pages; in obd_pages_add()
562 obd_pages -= 1<< order; in obd_pages_sub()
566 #define obd_pages_sum() (obd_pages)
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c62 __u64 obd_pages; variable
63 EXPORT_SYMBOL(obd_pages);