Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:shm_release

Proto:static int shm_release(struct inode *ino, struct file *file)

Type:int

Parameter:

TypeParameterName
struct inode *ino
struct file *file
516  sfd = shm_file_data(file)
518  put_ipc_ns(ns)
519  fput(file)
520  shm_file_data(file) = NULL
521  kfree(sfd)
522  Return 0