Searched defs:task (Results 101 - 125 of 682) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tasks.c17 struct task_struct *task = ctx->task; local
44 struct task_struct *task = ctx->task; local
[all...]
H A Dtask_kfunc_failure.c19 static struct __tasks_kfunc_map_value *insert_lookup_task(struct task_struct *task) argument
32 int BPF_PROG(task_kfunc_acquire_untrusted, struct task_struct *task, u64 clone_flags) argument
53 int BPF_PROG(task_kfunc_acquire_fp, struct task_struct *task, u64 clone_flags) argument
69 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe, struct task_struct *task, u64 clone_flags) argument
84 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe_rcu, struct task_struct *task, u6 argument
104 BPF_PROG(task_kfunc_acquire_null, struct task_struct *task, u64 clone_flags) argument
119 BPF_PROG(task_kfunc_acquire_unreleased, struct task_struct *task, u64 clone_flags) argument
133 BPF_PROG(task_kfunc_xchg_unreleased, struct task_struct *task, u64 clone_flags) argument
153 BPF_PROG(task_kfunc_acquire_release_no_null_check, struct task_struct *task, u64 clone_flags) argument
166 BPF_PROG(task_kfunc_release_untrusted, struct task_struct *task, u64 clone_flags) argument
182 BPF_PROG(task_kfunc_release_fp, struct task_struct *task, u64 clone_flags) argument
194 BPF_PROG(task_kfunc_release_null, struct task_struct *task, u64 clone_flags) argument
228 BPF_PROG(task_kfunc_release_unacquired, struct task_struct *task, u64 clone_flags) argument
238 BPF_PROG(task_kfunc_from_pid_no_null_check, struct task_struct *task, u64 clone_flags) argument
252 BPF_PROG(task_kfunc_from_lsm_task_free, struct task_struct *task) argument
267 BPF_PROG(task_access_comm1, struct task_struct *task, u64 clone_flags) argument
275 BPF_PROG(task_access_comm2, struct task_struct *task, u64 clone_flags) argument
283 BPF_PROG(task_access_comm3, struct task_struct *task, u64 clone_flags) argument
291 BPF_PROG(task_access_comm4, struct task_struct *task, const char *buf, bool exec) argument
303 BPF_PROG(task_kfunc_release_in_map, struct task_struct *task, u64 clone_flags) argument
[all...]
H A Dtest_cgroup1_hierarchy.c20 struct task_struct *task; local
H A Dbpf_iter_task_stack.c16 struct task_struct *task = ctx->task; local
44 struct task_struct *task = ctx->task; local
[all...]
H A Dtest_sk_storage_tracing.c55 struct task_struct *task; local
H A Diters_css_task.c27 struct task_struct *task; local
61 struct task_struct *task; local
91 struct task_struct *task; local
/linux-master/include/linux/
H A Dioprio.h30 static inline int task_nice_ioprio(struct task_struct *task) argument
39 static inline int task_nice_ioclass(struct task_struct *task) argument
[all...]
/linux-master/arch/riscv/include/asm/
H A Dswitch_to.h26 static inline void fstate_off(struct task_struct *task, argument
32 static inline void fstate_save(struct task_struct *task, argument
41 static inline void fstate_restore(struct task_struct *task, argument
H A Dsyscall.h27 static inline int syscall_get_nr(struct task_struct *task, argument
33 static inline void syscall_rollback(struct task_struct *task, argument
39 static inline long syscall_get_error(struct task_struct *task, argument
47 static inline long syscall_get_return_value(struct task_struct *task, argument
53 static inline void syscall_set_return_value(struct task_struct *task, argument
60 static inline void syscall_get_arguments(struct task_struct *task, argument
69 static inline int syscall_get_arch(struct task_struct *task) argument
/linux-master/arch/s390/kernel/
H A Dperf_regs.c45 u64 perf_reg_abi(struct task_struct *task) argument
/linux-master/arch/loongarch/kernel/
H A Dstacktrace.c14 arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task, struct pt_regs *regs) argument
43 arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task) argument
[all...]
/linux-master/arch/x86/include/asm/
H A Dsyscall.h36 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) argument
41 static inline void syscall_rollback(struct task_struct *task, argument
47 static inline long syscall_get_error(struct task_struct *task, argument
66 static inline long syscall_get_return_value(struct task_struct *task, argument
72 static inline void syscall_set_return_value(struct task_struct *task, argument
81 static inline void syscall_get_arguments(struct task_struct *task, argument
88 static inline int syscall_get_arch(struct task_struct *task) argument
95 static inline void syscall_get_arguments(struct task_struct *task, argument
119 syscall_get_arch(struct task_struct *task) argument
[all...]
H A Dswitch_to.h67 static inline void update_task_stack(struct task_struct *task) argument
/linux-master/fs/bcachefs/
H A Dthread_with_file.h42 struct task_struct *task; member in struct:thread_with_file
/linux-master/arch/sh/kernel/
H A Dunwinder.c132 void unwind_stack(struct task_struct *task, struct pt_regs *regs, argument
/linux-master/arch/x86/kernel/
H A Dperf_regs.c98 u64 perf_reg_abi(struct task_struct *task) argument
123 u64 perf_reg_abi(struct task_struct *task) argument
/linux-master/arch/xtensa/include/asm/
H A Dsyscall.h17 static inline int syscall_get_arch(struct task_struct *task) argument
25 static inline long syscall_get_nr(struct task_struct *task, argument
31 static inline void syscall_rollback(struct task_struct *task, argument
37 static inline long syscall_get_error(struct task_struct *task, argument
44 static inline long syscall_get_return_value(struct task_struct *task, argument
50 static inline void syscall_set_return_value(struct task_struct *task, argument
60 static inline void syscall_get_arguments(struct task_struct *task, argument
/linux-master/arch/sparc/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, argument
28 static inline void syscall_rollback(struct task_struct *task, argument
68 static inline long syscall_get_error(struct task_struct *task, argument
76 static inline long syscall_get_return_value(struct task_struct *task, argument
84 static inline void syscall_set_return_value(struct task_struct *task, argument
97 static inline void syscall_get_arguments(struct task_struct *task, argument
120 static inline int syscall_get_arch(struct task_struct *task) argument
/linux-master/arch/arm/kernel/
H A Dstacktrace.c145 static void start_stack_trace(struct stackframe *frame, struct task_struct *task, argument
162 arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task, struct pt_regs *regs) argument
[all...]
/linux-master/arch/mips/include/asm/
H A Dsyscall.h29 static inline bool mips_syscall_is_indirect(struct task_struct *task, argument
38 static inline long syscall_get_nr(struct task_struct *task, argument
44 static inline void mips_syscall_update_nr(struct task_struct *task, argument
57 mips_get_syscall_arg(unsigned long *arg, struct task_struct *task, struct pt_regs *regs, unsigned int n) argument
93 syscall_get_error(struct task_struct *task, struct pt_regs *regs) argument
99 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) argument
105 syscall_rollback(struct task_struct *task, struct pt_regs *regs) argument
111 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, int error, long val) argument
124 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
143 syscall_get_arch(struct task_struct *task) argument
[all...]
/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c72 static int task_set_syscall_user_dispatch(struct task_struct *task, unsigned long mode, argument
127 int syscall_user_dispatch_get_config(struct task_struct *task, unsigned long size, argument
151 syscall_user_dispatch_set_config(struct task_struct *task, unsigned long size, void __user *data) argument
[all...]
/linux-master/drivers/iio/trigger/
H A Diio-trig-loop.c35 struct task_struct *task; member in struct:iio_loop_info
/linux-master/arch/arm/include/asm/
H A Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, argument
34 static inline bool __in_oabi_syscall(struct task_struct *task) argument
45 static inline void syscall_rollback(struct task_struct *task, argument
51 static inline long syscall_get_error(struct task_struct *task, argument
58 static inline long syscall_get_return_value(struct task_struct *task, argument
64 static inline void syscall_set_return_value(struct task_struct *task, argument
73 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, unsigned long *args) argument
83 syscall_get_arch(struct task_struct *task) argument
[all...]
/linux-master/drivers/s390/cio/
H A Dcrw.c154 struct task_struct *task; local
/linux-master/drivers/gpu/drm/
H A Ddrm_flip_work.c37 struct drm_flip_task *task; local
46 static void drm_flip_work_queue_task(struct drm_flip_work *work, struct drm_flip_task *task) argument
65 struct drm_flip_task *task; local
108 struct drm_flip_task *task, *tmp; local
[all...]

Completed in 225 milliseconds

1234567891011>>