Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\shm.c Create Date:2022-07-28 16:46:34
Last Modify:2020-03-17 22:58:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:shm_rmid

Proto:static inline void shm_rmid(struct ipc_namespace *ns, struct shmid_kernel *s)

Type:void

Parameter:

TypeParameterName
struct ipc_namespace *ns
struct shmid_kernel *s
230  deletes entry from list
231  pc_rmid - remove an ipc identifier*@ids: ipc identifier set*@ipcp: ipc perm structure containing the identifier to remove* ipc_ids.rwsem (as a writer) and the spinlock for this ID are held* before this function is called, and remain locked on the exit.
Caller
NameDescribe
shm_destroy