Searched refs:vm_committed_as_batch (Results 1 – 3 of 3) sorted by relevance
16 extern s32 vm_committed_as_batch;18 #define vm_committed_as_batch 0 macro25 __percpu_counter_add(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory()
146 s32 vm_committed_as_batch = 32; variable157 vm_committed_as_batch = max_t(s32, memsized_batch, batch); in mm_compute_batch()
159 -(s64)vm_committed_as_batch * num_online_cpus(), in __vm_enough_memory()