Home
last modified time | relevance | path

Searched refs:security_shm_free (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsecurity.h438 void security_shm_free(struct kern_ipc_perm *shp);
1216 static inline void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free() function
/OK3568_Linux_fs/kernel/security/
H A Dsecurity.c1896 security_shm_free(shp); in security_shm_alloc()
1900 void security_shm_free(struct kern_ipc_perm *shp) in security_shm_free() function
/OK3568_Linux_fs/kernel/ipc/
H A Dshm.c234 security_shm_free(&shp->shm_perm); in shm_rcu_free()