Function report |
Source Code:kernel\pid.c |
Create Date:2022-07-28 09:28:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pid_task
Proto:struct task_struct *pid_task(struct pid *pid, enum pid_type type)
Type:struct task_struct
Parameter:
Type | Parameter | Name |
---|---|---|
struct pid * | pid | |
enum pid_type | type |
373 | struct task_struct * result = NULL |
374 | If pid Then |
378 | If first Then result = hlist_entry(first, structtask_struct, pid_links[(type)]) |
381 | Return result |
Name | Describe |
---|---|
kill_pid_info | |
kill_pid_usb_asyncio | The usb asyncio usage of siginfo is wrong |
send_sigqueue | |
SYSCALL_DEFINE2 | This needs some heavy checking |
ksys_setsid | |
find_task_by_pid_ns | Must be called under rcu_read_lock(). |
get_pid_task | |
debug_rt_mutex_print_deadlock | |
good_sigevent | |
zap_pid_ns_processes | |
send_sigurg |
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 |