Home
last modified time | relevance | path

Searched defs:task (Results 1 – 25 of 58) sorted by relevance

123

/include/linux/
Dcn_proc.h32 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()
Dcgroup.h288 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument
393 #define task_css_set_check(task, __c) \ argument
400 #define task_css_set_check(task, __c) \ argument
413 #define task_css_check(task, subsys_id, __c) \ argument
422 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
434 static inline struct cgroup_subsys_state *task_css(struct task_struct *task, in task_css()
450 task_get_css(struct task_struct *task, int subsys_id) in task_get_css()
479 static inline bool task_css_is_root(struct task_struct *task, int subsys_id) in task_css_is_root()
485 static inline struct cgroup *task_cgroup(struct task_struct *task, in task_cgroup()
491 static inline struct cgroup *task_dfl_cgroup(struct task_struct *task) in task_dfl_cgroup()
[all …]
Dshm.h20 #define shm_init_task(task) INIT_LIST_HEAD(&(task)->sysvshm.shm_clist) argument
32 static inline void exit_shm(struct task_struct *task) in exit_shm()
35 static inline void shm_init_task(struct task_struct *task) in shm_init_task()
Dptrace.h117 static inline struct task_struct *ptrace_parent(struct task_struct *task) in ptrace_parent()
133 static inline bool ptrace_event_enabled(struct task_struct *task, int event) in ptrace_event_enabled()
227 static inline void ptrace_release_task(struct task_struct *task) in ptrace_release_task()
287 static inline void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
301 static inline void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
330 static inline void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
Dpid.h186 #define do_each_pid_task(pid, type, task) \ argument
196 #define while_each_pid_task(pid, type, task) \ argument
202 #define do_each_pid_thread(pid, type, task) \ argument
207 #define while_each_pid_thread(pid, type, task) \ argument
212 static inline struct pid *task_pid(struct task_struct *task) in task_pid()
Dtask_work.h27 static inline bool task_work_pending(struct task_struct *task) in task_work_pending()
41 static inline void exit_task_work(struct task_struct *task) in exit_task_work()
Dsyscall_user_dispatch.h37 static inline int syscall_user_dispatch_get_config(struct task_struct *task, in syscall_user_dispatch_get_config()
43 static inline int syscall_user_dispatch_set_config(struct task_struct *task, in syscall_user_dispatch_set_config()
Dioprio.h30 static inline int task_nice_ioprio(struct task_struct *task) in task_nice_ioprio()
39 static inline int task_nice_ioclass(struct task_struct *task) in task_nice_ioclass()
Dlatencytop.h33 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
44 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
Dcred.h311 #define __task_cred(task) \ argument
354 #define task_cred_xxx(task, xxx) \ argument
363 #define task_uid(task) (task_cred_xxx((task), uid)) argument
364 #define task_euid(task) (task_cred_xxx((task), euid)) argument
365 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) argument
Dseccomp.h94 static inline long seccomp_get_filter(struct task_struct *task, in seccomp_get_filter()
99 static inline long seccomp_get_metadata(struct task_struct *task, in seccomp_get_metadata()
Dcpuset.h190 static inline void inc_dl_tasks_cs(struct task_struct *task) { } in inc_dl_tasks_cs()
191 static inline void dec_dl_tasks_cs(struct task_struct *task) { } in dec_dl_tasks_cs()
243 struct task_struct *task) in cpuset_task_status_allowed()
Dresume_user_mode.h21 static inline void set_notify_resume(struct task_struct *task) in set_notify_resume()
Dlivepatch.h204 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending()
242 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending()
243 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state()
Dperf_regs.h38 static inline u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
Ddebug_locks.h60 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks()
Dkmsan.h310 static inline void kmsan_task_create(struct task_struct *task) in kmsan_task_create()
314 static inline void kmsan_task_exit(struct task_struct *task) in kmsan_task_exit()
Dfreezer.h67 static inline bool cgroup_freezing(struct task_struct *task) in cgroup_freezing()
/include/linux/sched/
Dtask_stack.h21 static __always_inline void *task_stack_page(const struct task_struct *task) in task_stack_page()
28 static __always_inline unsigned long *end_of_stack(const struct task_struct *task) in end_of_stack()
39 #define task_stack_page(task) ((void *)(task)->stack) argument
86 #define task_stack_end_corrupted(task) \ argument
Dsignal.h78 struct task_struct *task; member
289 struct task_struct *task = current; in kernel_dequeue_signal() local
362 static inline bool __set_notify_signal(struct task_struct *task) in __set_notify_signal()
372 static inline void set_notify_signal(struct task_struct *task) in set_notify_signal()
489 static inline void clear_tsk_restore_sigmask(struct task_struct *task) in clear_tsk_restore_sigmask()
498 static inline bool test_tsk_restore_sigmask(struct task_struct *task) in test_tsk_restore_sigmask()
518 static inline void clear_tsk_restore_sigmask(struct task_struct *task) in clear_tsk_restore_sigmask()
530 static inline bool test_tsk_restore_sigmask(struct task_struct *task) in test_tsk_restore_sigmask()
672 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
682 static inline struct pid *task_tgid(struct task_struct *task) in task_tgid()
[all …]
Drt.h68 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) in rt_mutex_get_top_task()
/include/linux/fsl/bestcomm/
Dbestcomm_priv.h261 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/sunrpc/
Dmetrics.h96 static inline void rpc_count_iostats(const struct rpc_task *task, in rpc_count_iostats()
98 static inline void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics()
/include/net/
Dcls_cgroup.h50 static inline u32 __task_get_classid(struct task_struct *task) in __task_get_classid()
/include/rdma/
Drestrack.h103 struct task_struct *task; member

123