Home
last modified time | relevance | path

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

12

/kernel/
Drtmutex-debug.c58 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free()
72 struct task_struct *task; in debug_rt_mutex_deadlock() local
86 struct task_struct *task; in debug_rt_mutex_print_deadlock() local
180 rt_mutex_deadlock_account_lock(struct rt_mutex *lock, struct task_struct *task) in rt_mutex_deadlock_account_lock()
184 void rt_mutex_deadlock_account_unlock(struct task_struct *task) in rt_mutex_deadlock_account_unlock()
Dcgroup_freezer.c54 static inline struct freezer *task_freezer(struct task_struct *task) in task_freezer()
69 bool cgroup_freezing(struct task_struct *task) in cgroup_freezing()
181 struct task_struct *task; in freezer_attach() local
223 static void freezer_fork(struct task_struct *task) in freezer_fork()
266 struct task_struct *task; in update_if_frozen() local
331 struct task_struct *task; in freeze_cgroup() local
343 struct task_struct *task; in unfreeze_cgroup() local
Dtask_work.c8 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add()
25 task_work_cancel(struct task_struct *task, task_work_func_t func) in task_work_cancel()
51 struct task_struct *task = current; in task_work_run() local
Drtmutex.c100 int rt_mutex_getprio(struct task_struct *task) in rt_mutex_getprio()
114 static void __rt_mutex_adjust_prio(struct task_struct *task) in __rt_mutex_adjust_prio()
131 static void rt_mutex_adjust_prio(struct task_struct *task) in rt_mutex_adjust_prio()
150 static int rt_mutex_adjust_prio_chain(struct task_struct *task, in rt_mutex_adjust_prio_chain()
311 static int try_to_take_rt_mutex(struct rt_mutex *lock, struct task_struct *task, in try_to_take_rt_mutex()
394 struct task_struct *task, in task_blocks_on_rt_mutex()
547 void rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi()
951 struct task_struct *task, int detect_deadlock) in rt_mutex_start_proxy_lock()
Dpid.c376 void attach_pid(struct task_struct *task, enum pid_type type, in attach_pid()
386 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid()
406 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid()
411 void change_pid(struct task_struct *task, enum pid_type type, in change_pid()
456 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid()
512 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns()
Dptrace.c128 static bool ptrace_freeze_traced(struct task_struct *task) in ptrace_freeze_traced()
146 static void ptrace_unfreeze_traced(struct task_struct *task) in ptrace_unfreeze_traced()
225 static int __ptrace_may_access(struct task_struct *task, unsigned int mode) in __ptrace_may_access()
269 bool ptrace_may_access(struct task_struct *task, unsigned int mode) in ptrace_may_access()
278 static int ptrace_attach(struct task_struct *task, long request, in ptrace_attach()
772 static int ptrace_regset(struct task_struct *task, int req, unsigned int type, in ptrace_regset()
Dcred.c179 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred()
237 struct task_struct *task = current; in prepare_creds() local
416 struct task_struct *task = current; in commit_creds() local
Dsemaphore.c195 struct task_struct *task; member
207 struct task_struct *task = current; in __down_common() local
Dpid_namespace.c181 struct task_struct *task, *me = current; in zap_pid_ns_processes() local
310 static void *pidns_get(struct task_struct *task) in pidns_get()
Dcpuset.c115 static inline struct cpuset *task_cs(struct task_struct *task) in task_cs()
131 static inline bool task_has_mempolicy(struct task_struct *task) in task_has_mempolicy()
136 static inline bool task_has_mempolicy(struct task_struct *task) in task_has_mempolicy()
1370 struct task_struct *task; in cpuset_can_attach() local
1429 struct task_struct *task; in cpuset_attach() local
2649 void cpuset_task_status_allowed(struct seq_file *m, struct task_struct *task) in cpuset_task_status_allowed()
Dutsname.c91 static void *utsns_get(struct task_struct *task) in utsns_get()
Dfork.c696 struct mm_struct *get_task_mm(struct task_struct *task) in get_task_mm()
713 struct mm_struct *mm_access(struct task_struct *task, unsigned int mode) in mm_access()
1619 struct task_struct *task; in fork_idle() local
1995 struct task_struct *task = current; in unshare_files() local
Dworkqueue_internal.h37 struct task_struct *task; /* I: worker task */ member
Drtmutex_common.h50 struct task_struct *task; member
Dkcmp.c56 get_file_raw_ptr(struct task_struct *task, unsigned int idx) in get_file_raw_ptr()
Dkthread.c134 void *kthread_data(struct task_struct *task) in kthread_data()
148 void *probe_kthread_data(struct task_struct *task) in probe_kthread_data()
Dprofile.c141 void profile_task_exit(struct task_struct *task) in profile_task_exit()
146 int profile_handoff_task(struct task_struct *task) in profile_handoff_task()
Dmutex.c264 struct task_struct *task = current; in __mutex_lock_common() local
Dseccomp.c240 static inline void seccomp_assign_mode(struct task_struct *task, in seccomp_assign_mode()
/kernel/events/
Dcore.c260 perf_cgroup_from_task(struct task_struct *task) in perf_cgroup_from_task()
359 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp()
387 void perf_cgroup_switch(struct task_struct *task, int mode) in perf_cgroup_switch()
451 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out()
479 struct task_struct *task) in perf_cgroup_sched_in()
613 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out()
619 struct task_struct *task) in perf_cgroup_sched_in()
631 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp()
637 perf_cgroup_switch(struct task_struct *task, struct task_struct *next) in perf_cgroup_switch()
836 perf_lock_task_context(struct task_struct *task, int ctxn, unsigned long *flags) in perf_lock_task_context()
[all …]
/kernel/sched/
Didle_task.c82 static unsigned int get_rr_interval_idle(struct rq *rq, struct task_struct *task) in get_rr_interval_idle()
Dstop_task.c97 get_rr_interval_stop(struct rq *rq, struct task_struct *task) in get_rr_interval_stop()
Drt.c1477 static int find_lowest_rq(struct task_struct *task) in find_lowest_rq()
1552 static struct rq *find_lock_lowest_rq(struct task_struct *task, struct rq *rq) in find_lock_lowest_rq()
1658 struct task_struct *task; in push_rt_task() local
2046 static unsigned int get_rr_interval_rt(struct rq *rq, struct task_struct *task) in get_rr_interval_rt()
/kernel/debug/
Ddebug_core.h39 struct task_struct *task; member
/kernel/trace/
Dtrace_syscalls.c64 trace_get_syscall_nr(struct task_struct *task, struct pt_regs *regs) in trace_get_syscall_nr()
73 trace_get_syscall_nr(struct task_struct *task, struct pt_regs *regs) in trace_get_syscall_nr()

12