Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\keys\request_key_auth.c Create Date:2022-07-28 18:24:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Destroy an instantiation authorisation token key.

Proto:static void request_key_auth_destroy(struct key *key)

Type:void

Parameter:

TypeParameterName
struct key *key
149  rka = cu_access_pointer() - fetch RCU pointer with no dereferencing*@p: The pointer to read* Return the value of the specified RCU-protected pointer, but omit the* lockdep checks for being in an RCU read-side critical section(rcu_data0)
151  kenter("{%d}", key serial number )
152  If rka Then
153  rcu_assign_keypointer(key, NULL)
154  Post an RCU callback to be invoked after the end of an RCU grace* period. But since we have but one CPU, that would be after any* quiescent state.