Function report |
Source Code:include\linux\cred.h |
Create Date:2022-07-28 05:40:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_cred_rcu
Proto:static inline const struct cred *get_cred_rcu(const struct cred *cred)
Type:struct cred
Parameter:
Type | Parameter | Name |
---|---|---|
const struct cred * | cred |
259 | nonconst_cred = cred |
260 | If Not cred Then Return NULL |
264 | validate_creds(cred) |
265 | Can we skip RCU deletion? = 0 |
266 | Return cred |
Name | Describe |
---|---|
get_task_cred | get_task_cred - Get another task's objective credentials*@task: The task to query* Get the objective credentials of a task, pinning them so that they can't go* away |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |