Searched defs:task (Results 76 - 100 of 682) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlocal_storage_rcu_tasks_trace_bench.c25 struct task_struct *task; local
H A Dbpf_iter_vma_offset.c20 struct task_struct *task = ctx->task; local
H A Dtask_storage_nodeadlock.c28 struct task_struct *task; local
H A Dtask_kfunc_common.h13 struct task_struct __kptr * task; member in struct:__tasks_kfunc_map_value
H A Dtask_kfunc_success.c38 static int test_acquire_release(struct task_struct *task) argument
66 int BPF_PROG(test_task_kfunc_flavor_relo, struct task_struct *task, u64 clone_flags) argument
96 int BPF_PROG(test_task_kfunc_flavor_relo_not_found, struct task_struct *task, u64 clone_flags) argument
110 int BPF_PROG(test_task_acquire_release_argument, struct task_struct *task, u64 clone_flags) argument
119 int BPF_PROG(test_task_acquire_release_current, struct task_struct *task, u6 argument
128 BPF_PROG(test_task_acquire_leave_in_map, struct task_struct *task, u64 clone_flags) argument
143 BPF_PROG(test_task_xchg_release, struct task_struct *task, u64 clone_flags) argument
176 BPF_PROG(test_task_map_acquire_release, struct task_struct *task, u64 clone_flags) argument
214 BPF_PROG(test_task_current_acquire_release, struct task_struct *task, u64 clone_flags) argument
247 BPF_PROG(test_task_from_pid_arg, struct task_struct *task, u64 clone_flags) argument
257 BPF_PROG(test_task_from_pid_current, struct task_struct *task, u64 clone_flags) argument
280 BPF_PROG(test_task_from_pid_invalid, struct task_struct *task, u64 clone_flags) argument
303 BPF_PROG(task_kfunc_acquire_trusted_walked, struct task_struct *task, u64 clone_flags) argument
[all...]
H A Dtest_task_under_cgroup.c21 int BPF_PROG(tp_btf_run, struct task_struct *task, u64 clone_flags) argument
55 struct task_struct *task; local
H A Dcgrp_ls_sleepable.c60 struct task_struct *task; local
80 struct task_struct *task; local
94 struct task_struct *task; local
[all...]
H A Dcgrp_ls_tp_btf.c69 struct task_struct *task; local
107 struct task_struct *task; local
[all...]
/linux-master/arch/arm64/kernel/
H A Dperf_regs.c93 u64 perf_reg_abi(struct task_struct *task) argument
/linux-master/arch/powerpc/include/asm/
H A Dsyscall.h28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) argument
42 static inline void syscall_rollback(struct task_struct *task, argument
48 static inline long syscall_get_error(struct task_struct *task, argument
64 static inline long syscall_get_return_value(struct task_struct *task, argument
70 static inline void syscall_set_return_value(struct task_struct *task, argument
93 static inline void syscall_get_arguments(struct task_struct *task, argument
113 static inline int syscall_get_arch(struct task_struct *task) argument
/linux-master/include/linux/
H A Dfreezer.h67 static inline bool cgroup_freezing(struct task_struct *task) argument
H A Drcuwait.h17 struct task_struct __rcu *task; member in struct:rcuwait
H A Dshm.h37 static inline void exit_shm(struct task_struct *task) argument
40 static inline void shm_init_task(struct task_struct *task) argument
H A Dsyscall_user_dispatch.h37 static inline int syscall_user_dispatch_get_config(struct task_struct *task, argument
43 static inline int syscall_user_dispatch_set_config(struct task_struct *task, argument
/linux-master/kernel/trace/rv/monitors/wip/
H A Dwip.c32 static void handle_sched_waking(void *data, struct task_struct *task) argument
/linux-master/arch/x86/kernel/
H A Ddumpstack_32.c108 int get_stack_info(unsigned long *stack, struct task_struct *task, argument
/linux-master/arch/m68k/include/asm/
H A Dsyscall.h11 static inline int syscall_get_nr(struct task_struct *task, argument
17 static inline void syscall_rollback(struct task_struct *task, argument
23 static inline long syscall_get_error(struct task_struct *task, argument
31 static inline long syscall_get_return_value(struct task_struct *task, argument
37 static inline void syscall_set_return_value(struct task_struct *task, argument
44 static inline void syscall_get_arguments(struct task_struct *task, argument
54 static inline void syscall_set_arguments(struct task_struct *task, argument
64 static inline int syscall_get_arch(struct task_struct *task) argument
/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-on-off-stress-test.c60 static void task(void) function
/linux-master/arch/arm64/include/asm/
H A Dsyscall.h20 static inline int syscall_get_nr(struct task_struct *task, argument
26 static inline void syscall_rollback(struct task_struct *task, argument
32 static inline long syscall_get_return_value(struct task_struct *task, argument
43 static inline long syscall_get_error(struct task_struct *task, argument
51 static inline void syscall_set_return_value(struct task_struct *task, argument
66 static inline void syscall_get_arguments(struct task_struct *task, argument
80 static inline int syscall_get_arch(struct task_struct *task) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dshstk.h25 static inline long shstk_prctl(struct task_struct *task, int option, argument
/linux-master/kernel/
H A Dtask_work.c42 task_work_add(struct task_struct *task, struct callback_head *work, enum task_work_notify_mode notify) argument
87 task_work_cancel_match(struct task_struct *task, bool (*match)(struct callback_head *, void *data), void *data) argument
134 task_work_cancel(struct task_struct *task, task_work_func_t func) argument
149 struct task_struct *task = current; local
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c190 void arch_proc_pid_thread_features(struct seq_file *m, struct task_struct *task) argument
/linux-master/include/linux/sched/
H A Drt.h47 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) argument
H A Dtask_stack.h20 static __always_inline void *task_stack_page(const struct task_struct *task) argument
27 static __always_inline unsigned long *end_of_stack(const struct task_struct *task) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dstacktrace.c16 arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task, struct pt_regs *regs) argument
29 arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task) argument

Completed in 226 milliseconds

1234567891011>>