#ifdef CONFIG_SYSCTL struct ctl_table_set sysctls; #endif struct sock *rtnl; /* rtnetlink socket */ struct sock *genl_sock; struct uevent_sock *uevent_sock; /* uevent socket */ // 每个命名空间所包含网络设备名组成的哈希散列表,此项为散列表表头,用以根据设备名称快速查找设备 struct hlist_he...
@@ -90,8 +90,20 @@ ftrace_enable_sysctl(struct ctl_table *table, int write, struct ftrace_ops; struct ftrace_regs { struct pt_regs regs; }; static __always_inline struct pt_regs *ftrace_get_regs(struct ftrace_regs *fregs) { if (!fregs) return NULL; return &fregs->regs; } ...
static int sysctl_pm_do_suspend(ctl_table *ctl, int write, void __user *buffer, size_t *lenp, loff_t *fpos) { int retval, mode; @@ -198,13 +198,13 @@ static int try_set_cmode(int new_cmode) } static int cmode_procctl(ctl_table *ctl, int write, struct file *filp, ...
*/ struct list_head ptraced; struct list_head ptrace_entry; /* PID/PID hash table linkage. */ struct pid *thread_pid; struct hlist_node pid_links[PIDTYPE_MAX]; struct list_head thread_group; struct list_head thread_node; struct completion *vfork_done; /* CLONE_CHILD_SETTID: */ int...
/* PID/PID hash table linkage. */structpid*thread_pid;structhlist_nodepid_links[PIDTYPE_MAX];structlist_headthread_group;structlist_headthread_node; structcompletion*vfork_done; /* CLONE_CHILD_SETTID: */int__user *set_child_tid;
Sent with the CLUSCTL_RESOURCE_STATE_CHANGE_REASON control code to provide the reason for a resource state change.
int exit_state;int exit_code;int exit_signal;/* The signal sent when the parent dies: */int pdeath_signal;/* JOBCTL_*, siglock protected: */unsigned long jobctl;/* Used for emulating ABI behavior of previous Linux versions: */unsigned int personality;/* Scheduler bits, serialized by ...
Olectl.h Winbase.h Windef.h Windowsx.h Winuser.h Overview AdjustWindowRect function AdjustWindowRectEx function AllowSetForegroundWindow function ALTTABINFO structure AnimateWindow function ANIMATIONINFO structure AnyPopup function ArrangeIconicWindows function AUDIODESCRIPTION structure BeginDeferWindowPos function Bri...
一、task_struct 结构体 在Linux 操作系统 中 , 进程 作为 调度的实体 , 需要将其抽象为 " 进程控制块 " , 英文全称 " Progress Control Block " , 简称 PCB ; 在Linux 内核 中 , " 进程控制块 " 是通过 task_struct 结构体 进行描述的 ; ...
putctl(9F) putctl1(9F) putnext(9F) putnextctl(9F) putnextctl1(9F) putq(9F) qassociate(9F) qbufcall(9F) qenable(9F) qprocsoff(9F) qprocson(9F) qreply(9F) qsize(9F) qtimeout(9F) queue(9F) qunbufcall(9F) quntimeout(9F) qwait(9F) qwait_sig(9F) qwriter(9F) RB_EMPTY(...