Lines Matching refs:task_struct
23 void proc_fork_connector(struct task_struct *task);
24 void proc_exec_connector(struct task_struct *task);
25 void proc_id_connector(struct task_struct *task, int which_id);
26 void proc_sid_connector(struct task_struct *task);
27 void proc_ptrace_connector(struct task_struct *task, int which_id);
28 void proc_comm_connector(struct task_struct *task);
29 void proc_coredump_connector(struct task_struct *task);
30 void proc_exit_connector(struct task_struct *task);
32 static inline void proc_fork_connector(struct task_struct *task)
35 static inline void proc_exec_connector(struct task_struct *task)
38 static inline void proc_id_connector(struct task_struct *task,
42 static inline void proc_sid_connector(struct task_struct *task)
45 static inline void proc_comm_connector(struct task_struct *task)
48 static inline void proc_ptrace_connector(struct task_struct *task,
52 static inline void proc_coredump_connector(struct task_struct *task)
55 static inline void proc_exit_connector(struct task_struct *task)