Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sel_ib_pkey_flush - Flush the entire pkey table* Description:* Remove all entries from the pkey table

Proto:void sel_ib_pkey_flush(void)

Type:void

Parameter:Nothing

209  spin_lock_irqsave( & sel_ib_pkey_lock, flags)
210  When idx < SEL_PKEY_HASH_SIZE cycle
213  list_del_rcu - deletes entry from list without re-initialization*@entry: the element to delete from the list
214  kfree_rcu() - kfree an object after a grace period(pkey, rcu)
216  size = 0
218  spin_unlock_irqrestore( & sel_ib_pkey_lock, flags)