search for: vm_account_us

Displaying 1 result from an estimated 1 matches for "vm_account_us".

Did you mean: vm_account_user
2023 Jan 24
0
[RFC PATCH 01/19] mm: Introduce vm_account
> +/** > + * vm_account_init - Initialise a new struct vm_account. > + * @vm_account: pointer to uninitialised vm_account. > + * @task: task to charge against. > + * @user: user to charge against. Must be non-NULL for VM_ACCOUNT_USER. > + * @flags: flags to use when charging to vm_account. > + * > + * Initialise a new uninitialiused struct vm_account. Takes references > + * on the task/mm/user/cgroup as required although callers must ensure > + * any references passed in remain valid for the duration of this &g...