Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\memory.c Create Date:2022-07-28 19:44:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_mm_init - Initialize mm related code.

Proto:void __init tomoyo_mm_init(void)

Type:void

Parameter:Nothing

199  When idx < TOMOYO_MAX_HASH cycle Initialization list head
201  Name of this namespace (e.g. "", "" ). = "<kernel>"
202  moyo_init_policy_namespace - Initialize namespace.*@ns: Pointer to "struct tomoyo_policy_namespace".* Returns nothing.
203  Namespace for this domain. Never NULL. = Initial namespace.
204  Initialization list head
205  Name of this domain. Never NULL. = moyo_get_name - Allocate permanent memory for string data.*@name: The string to store into the permernent memory.* Returns pointer to "struct tomoyo_path_info" on success, NULL otherwise.
206  list_add_tail_rcu - add a new entry to rcu-protected list*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head
Caller
NameDescribe
tomoyo_initmoyo_init - Register TOMOYO Linux as a LSM module.* Returns 0.