Home
last modified time | relevance | path

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

/mm/
Dswap.c528 long *local; in vm_acct_memory() local
531 local = &__get_cpu_var(committed_space); in vm_acct_memory()
532 *local += pages; in vm_acct_memory()
533 if (*local > ACCT_THRESHOLD || *local < -ACCT_THRESHOLD) { in vm_acct_memory()
534 atomic_long_add(*local, &vm_committed_space); in vm_acct_memory()
535 *local = 0; in vm_acct_memory()