Displaying 1 result from an estimated 1 matches for "vm_account_init".
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.
> + *
> + * Initial...