Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\mempolicy.c Create Date:2022-07-28 15:33:25
Last Modify:2020-03-17 22:28:11 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sp_delete

Proto:static void sp_delete(struct shared_policy *sp, struct sp_node *n)

Type:void

Parameter:

TypeParameterName
struct shared_policy *sp
struct sp_node *n
2489  pr_debug("deleting %lx-l%lx\n", start, end)
2490  rb_erase( & nd, & root)
2491  sp_free(n)
Caller
NameDescribe
shared_policy_replaceReplace a policy range.
mpol_free_shared_policyFree a backing policy store on inode delete.