Home
last modified time | relevance | path

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

12

/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()
Dptrace.h88 static inline struct task_struct *ptrace_parent(struct task_struct *task) in ptrace_parent()
104 static inline bool ptrace_event_enabled(struct task_struct *task, int event) in ptrace_event_enabled()
171 static inline void ptrace_release_task(struct task_struct *task) in ptrace_release_task()
231 static inline void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
245 static inline void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
274 static inline void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
Dpid.h179 #define do_each_pid_task(pid, type, task) \ argument
189 #define while_each_pid_task(pid, type, task) \ argument
195 #define do_each_pid_thread(pid, type, task) \ argument
200 #define while_each_pid_thread(pid, type, task) \ argument
Dlatencytop.h32 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
43 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
Dioprio.h53 static inline int task_nice_ioprio(struct task_struct *task) in task_nice_ioprio()
62 static inline int task_nice_ioclass(struct task_struct *task) in task_nice_ioclass()
Dtask_work.h19 static inline void exit_task_work(struct task_struct *task) in exit_task_work()
Dperf_regs.h20 static inline u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
Dcred.h279 #define __task_cred(task) \ argument
322 #define task_cred_xxx(task, xxx) \ argument
331 #define task_uid(task) (task_cred_xxx((task), uid)) argument
332 #define task_euid(task) (task_cred_xxx((task), euid)) argument
Ddebug_locks.h60 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks()
Dtracehook.h166 static inline void set_notify_resume(struct task_struct *task) in set_notify_resume()
Dcgroup.h564 #define cgroup_taskset_for_each(task, skip_cgrp, tset) \ argument
657 #define task_subsys_state_check(task, subsys_id, __c) \ argument
662 #define task_subsys_state_check(task, subsys_id, __c) \ argument
667 task_subsys_state(struct task_struct *task, int subsys_id) in task_subsys_state()
672 static inline struct cgroup* task_cgroup(struct task_struct *task, in task_cgroup()
776 struct list_head *task; member
Drtmutex.h53 # define rt_mutex_debug_check_no_locks_held(task) do { } while (0) argument
Dshm.h63 static inline void exit_shm(struct task_struct *task) in exit_shm()
Diocontext.h154 static inline void exit_io_context(struct task_struct *task) { } in exit_io_context()
Dproc_fs.h47 static inline void proc_flush_task(struct task_struct *task) in proc_flush_task()
Dmutex.h74 struct task_struct *task; member
Dkthread.h69 struct task_struct *task; member
Dsched.h112 struct task_struct *task; member
176 #define task_is_traced(task) ((task->state & __TASK_TRACED) != 0) argument
177 #define task_is_stopped(task) ((task->state & __TASK_STOPPED) != 0) argument
178 #define task_is_dead(task) ((task)->exit_state != 0) argument
179 #define task_is_stopped_or_traced(task) \ argument
181 #define task_contributes_to_load(task) \ argument
1438 static inline struct pid *task_pid(struct task_struct *task) in task_pid()
1443 static inline struct pid *task_tgid(struct task_struct *task) in task_tgid()
1453 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp()
1458 static inline struct pid *task_session(struct task_struct *task) in task_session()
[all …]
Daudit.h119 static inline void audit_free(struct task_struct *task) in audit_free()
288 static inline int audit_alloc(struct task_struct *task) in audit_alloc()
292 static inline void audit_free(struct task_struct *task) in audit_free()
Dperf_event.h462 struct task_struct *task; member
654 struct task_struct *task) in perf_event_task_sched_in()
751 struct task_struct *task) { } in perf_event_task_sched_in()
757 static inline void perf_event_free_task(struct task_struct *task) { } in perf_event_free_task()
758 static inline void perf_event_delayed_put(struct task_struct *task) { } in perf_event_delayed_put()
/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/
Dsched.h92 #define task_for_each(task, pos, head) \ argument
96 #define task_for_first(task, head) \ argument
110 struct rpc_task *task; member
257 static inline int rpc_wait_for_completion_task(struct rpc_task *task) in rpc_wait_for_completion_task()
262 static inline void rpc_task_set_priority(struct rpc_task *task, unsigned char prio) in rpc_task_set_priority()
267 static inline int rpc_task_has_priority(struct rpc_task *task, unsigned char prio) in rpc_task_has_priority()
Dmetrics.h85 static inline void rpc_count_iostats(const struct rpc_task *task, in rpc_count_iostats()
/include/asm-generic/
Dmmu_context.h29 static inline void deactivate_mm(struct task_struct *task, in deactivate_mm()
/include/scsi/
Dsas_ata.h62 static inline void sas_ata_task_abort(struct sas_task *task) in sas_ata_task_abort()

12