Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\msg.c Create Date:2022-07-28 16:42:45
Last Modify:2020-03-17 22:56:56 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:msg_init_ns

Proto:void msg_init_ns(struct ipc_namespace *ns)

Type:void

Parameter:

TypeParameterName
struct ipc_namespace *ns
1269  msg_ctlmax = MSGMAX
1270  msg_ctlmnb = MSGMNB
1271  msg_ctlmni = <= IPCMNI
1273  atomic_set( & msg_bytes, 0)
1274  atomic_set( & msg_hdrs, 0)
1275  pc_init_ids - initialise ipc identifiers*@ids: ipc identifier set* Set up the sequence range to use for the ipc identifier range (limited* below ipc_mni) then initialise the keys hashtable and ids idr.
Caller
NameDescribe
msg_init
create_ipc_ns