Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\include\task.h Create Date:2022-07-28 19:49:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:aa_dup_task_ctx - duplicate a task context, incrementing reference counts*@new: a blank task context (NOT NULL)*@old: the task context to copy (NOT NULL)

Proto:static inline void aa_dup_task_ctx(struct aa_task_ctx *new, const struct aa_task_ctx *old)

Type:void

Parameter:

TypeParameterName
struct aa_task_ctx *new
const struct aa_task_ctx *old
59  new = old
60  aa_get_label(nnp)
61  aa_get_label(previous)
62  aa_get_label(onexec)
Caller
NameDescribe
apparmor_task_alloc