Function report |
Source Code:include\linux\sched.h |
Create Date:2022-07-28 05:59:39 |
Last Modify:2021-07-28 10:30:23 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:task_pid
Proto:static inline struct pid *task_pid(struct task_struct *task)
Type:struct pid
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | task |
1307 | Return PID/PID hash table linkage. |
Name | Describe |
---|---|
find_new_reaper | When we die, we re-parent all our children, and try to:* 1 |
do_notify_pidfd | |
SYSCALL_DEFINE4 | sys_pidfd_send_signal - Signal a process through a pidfd*@pidfd: file descriptor of the process*@sig: signal to send*@info: signal info*@flags: future flags* The syscall currently only signals via PIDTYPE_PID which covers* kill( |
SYSCALL_DEFINE2 | This needs some heavy checking |
ksys_setsid | |
propagate_has_child_subreaper | |
task_active_pid_ns | |
debug_rt_mutex_deadlock | We fill out the fields in the waiter to store the information about* the deadlock. We print when we return. act_waiter can be NULL in* case of a remove waiter operation. |
kernel_init_freeable | |
pipelined_send | |
de_thread | This function makes sure the current process has its own signal table,* so that flush_signal_handlers can later reset the handlers without* disturbing other processes. (Other processes might share the signal* table via the CLONE_SIGHAND option to clone().) |
fcntl_dirnotify | When a process calls fcntl to attach a dnotify watch to a directory it ends* up here. Allocate both a mark for fsnotify to add and a dnotify_struct to be* attached to the fsnotify_mark. |
fanotify_alloc_event | |
lease_setup | |
task_pid_type | |
has_group_leader_pid | Do to the insanities of de_thread it is possible for a process* to have the pid of the thread group leader without actually being* the thread group leader |
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 |