Searched refs:PAGES2KB (Results 1 – 1 of 1) sorted by relevance
40 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) macro342 CMM_SHOW(loaned_kb, "%lu\n", PAGES2KB(atomic_long_read(&loaned_pages)));343 CMM_SHOW(loaned_target_kb, "%lu\n", PAGES2KB(loaned_pages_target));348 return sprintf(buf, "%lu\n", PAGES2KB(oom_freed_pages)); in show_oom_pages()
Completed in 5 milliseconds