函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.h Create Date:2022-07-27 21:02:00
Last Modify:2020-03-18 09:12:16 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:moyo_sys_getpid - Copy of getpid().* Returns current thread's PID.* Alpha does not have getpid() defined. To be able to build this module on* Alpha, I have to copy getpid() from kernel/timer.c.

函数原型:static inline pid_t tomoyo_sys_getpid(void)

返回类型:pid_t

参数:

1154  返回:task_tgid_vnr(当前进程)
调用者
名称描述
tomoyo_print_headermoyo_print_header - Get header line of audit log.*@r: Pointer to "struct tomoyo_request_info".* Returns string representation.* This function uses kmalloc(), so caller must kfree() if this function* didn't return NULL.
tomoyo_conditionmoyo_condition - Check condition part.*@r: Pointer to "struct tomoyo_request_info".*@cond: Pointer to "struct tomoyo_condition". Maybe NULL.* Returns true on success, false otherwise.* Caller holds tomoyo_read_lock().