Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmman.h67 extern void mm_compute_batch(int overcommit_policy);
70 static inline void mm_compute_batch(int overcommit_policy) in mm_compute_batch() function
/openbmc/linux/mm/
H A Dmm_init.c162 void mm_compute_batch(int overcommit_policy) in mm_compute_batch() function
189 mm_compute_batch(sysctl_overcommit_memory); in mm_compute_batch_notifier()
199 mm_compute_batch(sysctl_overcommit_memory); in mm_compute_batch_init()
H A Dutil.c861 mm_compute_batch(new_policy); in overcommit_policy_handler()