Function report |
Source Code:kernel\kthread.c |
Create Date:2022-07-28 09:30:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kthread_probe_data - speculative version of kthread_data()*@task: possible kthread task in question*@task could be a kthread task. Return the data value specified when it* was created if accessible. If @task isn't a kthread task or its data is
Proto:void *kthread_probe_data(struct task_struct *task)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task |
179 | kthread = to_kthread(task) |
180 | void * data = NULL |
183 | Return data |
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 |