Displaying 1 result from an estimated 1 matches for "vm_account_flags".
2023 Jan 24
0
[RFC PATCH 01/19] mm: Introduce vm_account
...es
> + * on the task/mm/user/cgroup as required although callers must ensure
> + * any references passed in remain valid for the duration of this
> + * call.
> + */
> +void vm_account_init(struct vm_account *vm_account, struct task_struct *task,
> + struct user_struct *user, enum vm_account_flags flags);
kerneldoc comments are supposed to be next to the implementation, and
not the declaration in the header.