Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c624 __u64 obd_memory_max(void) in obd_memory_max() function
634 EXPORT_SYMBOL(obd_memory_max);
686 memory_max = obd_memory_max(); in cleanup_obdclass()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h530 extern __u64 obd_memory_max(void);
568 #define obd_memory_max() (obd_max_alloc) macro
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c155 len = snprintf(buf, sizeof(buf), "%llu\n", obd_memory_max()); in proc_mem_max()