/include/linux/ |
D | cn_proc.h | 32 static inline void proc_fork_connector(struct task_struct *task) in proc_fork_connector() 35 static inline void proc_exec_connector(struct task_struct *task) in proc_exec_connector() 38 static inline void proc_id_connector(struct task_struct *task, in proc_id_connector() 42 static inline void proc_sid_connector(struct task_struct *task) in proc_sid_connector() 45 static inline void proc_comm_connector(struct task_struct *task) in proc_comm_connector() 48 static inline void proc_ptrace_connector(struct task_struct *task, in proc_ptrace_connector() 52 static inline void proc_coredump_connector(struct task_struct *task) in proc_coredump_connector() 55 static inline void proc_exit_connector(struct task_struct *task) in proc_exit_connector()
|
D | ptrace.h | 115 static inline struct task_struct *ptrace_parent(struct task_struct *task) in ptrace_parent() 131 static inline bool ptrace_event_enabled(struct task_struct *task, int event) in ptrace_event_enabled() 228 static inline void ptrace_release_task(struct task_struct *task) in ptrace_release_task() 288 static inline void user_enable_single_step(struct task_struct *task) in user_enable_single_step() 302 static inline void user_disable_single_step(struct task_struct *task) in user_disable_single_step() 331 static inline void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
|
D | cgroup.h | 260 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 412 #define task_css_set_check(task, __c) \ argument 418 #define task_css_set_check(task, __c) \ argument 431 #define task_css_check(task, subsys_id, __c) \ argument 440 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set() 452 static inline struct cgroup_subsys_state *task_css(struct task_struct *task, in task_css() 468 task_get_css(struct task_struct *task, int subsys_id) in task_get_css() 491 static inline bool task_css_is_root(struct task_struct *task, int subsys_id) in task_css_is_root() 497 static inline struct cgroup *task_cgroup(struct task_struct *task, in task_cgroup() 529 static inline bool task_under_cgroup_hierarchy(struct task_struct *task, in task_under_cgroup_hierarchy() [all …]
|
D | pid.h | 177 #define do_each_pid_task(pid, type, task) \ argument 187 #define while_each_pid_task(pid, type, task) \ argument 193 #define do_each_pid_thread(pid, type, task) \ argument 198 #define while_each_pid_thread(pid, type, task) \ argument
|
D | latencytop.h | 32 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() 46 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
|
D | shm.h | 57 #define shm_init_task(task) INIT_LIST_HEAD(&(task)->sysvshm.shm_clist) argument 73 static inline void exit_shm(struct task_struct *task) in exit_shm() 76 static inline void shm_init_task(struct task_struct *task) in shm_init_task()
|
D | ioprio.h | 52 static inline int task_nice_ioprio(struct task_struct *task) in task_nice_ioprio() 61 static inline int task_nice_ioclass(struct task_struct *task) in task_nice_ioclass()
|
D | task_work.h | 19 static inline void exit_task_work(struct task_struct *task) in exit_task_work()
|
D | cred.h | 296 #define __task_cred(task) \ argument 339 #define task_cred_xxx(task, xxx) \ argument 348 #define task_uid(task) (task_cred_xxx((task), uid)) argument 349 #define task_euid(task) (task_cred_xxx((task), euid)) argument
|
D | tracehook.h | 161 static inline void set_notify_resume(struct task_struct *task) in set_notify_resume()
|
D | perf_regs.h | 28 static inline u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
|
D | debug_locks.h | 60 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks()
|
D | seccomp.h | 97 static inline long seccomp_get_filter(struct task_struct *task, in seccomp_get_filter()
|
D | rtmutex.h | 55 # define rt_mutex_debug_check_no_locks_held(task) do { } while (0) argument
|
D | iocontext.h | 154 static inline void exit_io_context(struct task_struct *task) { } in exit_io_context()
|
D | swait.h | 43 struct task_struct *task; member
|
D | mutex.h | 75 struct task_struct *task; member
|
D | proc_fs.h | 51 static inline void proc_flush_task(struct task_struct *task) in proc_flush_task()
|
D | perf_event.h | 745 struct task_struct *task; member 836 perf_cgroup_from_task(struct task_struct *task, struct perf_event_context *ctx) in perf_cgroup_from_task() 1071 static inline void perf_event_task_migrate(struct task_struct *task) in perf_event_task_migrate() 1078 struct task_struct *task) in perf_event_task_sched_in() 1281 perf_event_task_migrate(struct task_struct *task) { } in perf_event_task_migrate() 1284 struct task_struct *task) { } in perf_event_task_sched_in() 1290 static inline void perf_event_free_task(struct task_struct *task) { } in perf_event_free_task() 1291 static inline void perf_event_delayed_put(struct task_struct *task) { } in perf_event_delayed_put()
|
D | kthread.h | 88 struct task_struct *task; member
|
/include/linux/fsl/bestcomm/ |
D | bestcomm_priv.h | 261 bcom_enable_task(int task) in bcom_enable_task() 269 bcom_disable_task(int task) in bcom_disable_task() 277 bcom_task_desc(int task) in bcom_task_desc() 283 bcom_task_num_descs(int task) in bcom_task_num_descs() 289 bcom_task_var(int task) in bcom_task_var() 295 bcom_task_inc(int task) in bcom_task_inc() 328 bcom_set_task_pragma(int task, int pragma) in bcom_set_task_pragma() 335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start() 342 bcom_set_tcr_initiator(int task, int initiator) in bcom_set_tcr_initiator()
|
/include/linux/sched/ |
D | rt.h | 34 static inline int rt_mutex_get_effective_prio(struct task_struct *task, in rt_mutex_get_effective_prio() 40 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) in rt_mutex_get_top_task()
|
/include/linux/sunrpc/ |
D | metrics.h | 90 static inline void rpc_count_iostats(const struct rpc_task *task, in rpc_count_iostats() 92 static inline void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics()
|
/include/asm-generic/ |
D | mmu_context.h | 29 static inline void deactivate_mm(struct task_struct *task, in deactivate_mm()
|
/include/scsi/ |
D | sas_ata.h | 62 static inline void sas_ata_task_abort(struct sas_task *task) in sas_ata_task_abort()
|