Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-tracefile.c269 int total_mb = (totalram_pages >> (20 - PAGE_SHIFT)); in cfs_trace_max_debug_mb() local
271 return max(512, (total_mb * 80)/100); in cfs_trace_max_debug_mb()