Home
last modified time | relevance | path

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

12345678910>>...28

/linux-6.6.21/net/sunrpc/
Dsched.c68 bool rpc_task_set_rpc_status(struct rpc_task *task, int rpc_status) in rpc_task_set_rpc_status()
76 rpc_task_timeout(const struct rpc_task *task) in rpc_task_timeout()
95 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer()
121 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task, in __rpc_add_timer()
147 __rpc_list_enqueue_task(struct list_head *q, struct rpc_task *task) in __rpc_list_enqueue_task()
169 __rpc_list_dequeue_task(struct rpc_task *task) in __rpc_list_dequeue_task()
194 struct rpc_task *task, in __rpc_add_wait_queue_priority()
206 struct rpc_task *task, in __rpc_add_wait_queue()
224 static void __rpc_remove_wait_queue_priority(struct rpc_task *task) in __rpc_remove_wait_queue_priority()
233 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue()
[all …]
Dxprt.c265 int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt()
329 int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt_cong()
364 static inline int xprt_lock_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_lock_write()
376 static bool __xprt_lock_write_func(struct rpc_task *task, void *data) in __xprt_lock_write_func()
419 void xprt_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt()
437 void xprt_release_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt_cong()
447 void xprt_release_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_write()
518 void xprt_release_rqst_cong(struct rpc_task *task) in xprt_release_rqst_cong()
562 void xprt_adjust_cwnd(struct rpc_xprt *xprt, struct rpc_task *task, int result) in xprt_adjust_cwnd()
678 static void xprt_init_majortimeo(struct rpc_task *task, struct rpc_rqst *req) in xprt_init_majortimeo()
[all …]
Dclnt.c903 struct rpc_task *task; in rpc_cancel_tasks() local
1103 void rpc_task_release_transport(struct rpc_task *task) in rpc_task_release_transport()
1117 void rpc_task_release_client(struct rpc_task *task) in rpc_task_release_client()
1151 void rpc_task_set_transport(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_transport()
1167 void rpc_task_set_client(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_client()
1185 rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg) in rpc_task_set_rpc_message()
1201 rpc_default_callback(struct rpc_task *task, void *data) in rpc_default_callback()
1215 struct rpc_task *task; in rpc_run_task() local
1244 struct rpc_task *task; in rpc_call_sync() local
1281 struct rpc_task *task; in rpc_call_async() local
[all …]
/linux-6.6.21/arch/powerpc/kernel/
Dsignal.h51 #define unsafe_copy_fpr_to_user(to, task, label) do { \ argument
61 #define unsafe_copy_vsx_to_user(to, task, label) do { \ argument
71 #define unsafe_copy_fpr_from_user(task, from, label) do { \ argument
81 #define unsafe_copy_vsx_from_user(task, from, label) do { \ argument
92 #define unsafe_copy_ckfpr_to_user(to, task, label) do { \ argument
102 #define unsafe_copy_ckvsx_to_user(to, task, label) do { \ argument
112 #define unsafe_copy_ckfpr_from_user(task, from, label) do { \ argument
122 #define unsafe_copy_ckvsx_from_user(task, from, label) do { \ argument
134 #define unsafe_copy_fpr_to_user(to, task, label) \ argument
138 #define unsafe_copy_fpr_from_user(task, from, label) \ argument
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtask_kfunc_failure.c19 static struct __tasks_kfunc_map_value *insert_lookup_task(struct task_struct *task) in insert_lookup_task()
32 int BPF_PROG(task_kfunc_acquire_untrusted, struct task_struct *task, u64 clone_flags) in BPF_PROG()
53 int BPF_PROG(task_kfunc_acquire_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG()
69 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe, struct task_struct *task, u64 clone_flags) in BPF_PROG()
84 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
104 int BPF_PROG(task_kfunc_acquire_null, struct task_struct *task, u64 clone_flags) in BPF_PROG()
119 int BPF_PROG(task_kfunc_acquire_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG()
133 int BPF_PROG(task_kfunc_xchg_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG()
153 int BPF_PROG(task_kfunc_acquire_release_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG()
166 int BPF_PROG(task_kfunc_release_untrusted, struct task_struct *task, u64 clone_flags) in BPF_PROG()
[all …]
Drcu_read_lock.c32 struct task_struct *task; in get_cgroup_id() local
53 struct task_struct *task, *real_parent; in task_succ() local
82 struct task_struct *task, *real_parent; in no_lock() local
94 struct task_struct *task, *real_parent; in two_regions() local
113 struct task_struct *task, *real_parent; in non_sleepable_1() local
129 struct task_struct *task, *real_parent; in non_sleepable_2() local
148 struct task_struct *task, *real_parent, *gparent; in task_acquire() local
176 struct task_struct *task; in miss_lock() local
190 struct task_struct *task; in miss_unlock() local
202 struct task_struct *task, *real_parent; in non_sleepable_rcu_mismatch() local
[all …]
Dtask_kfunc_success.c38 static int test_acquire_release(struct task_struct *task) in test_acquire_release()
66 int BPF_PROG(test_task_kfunc_flavor_relo, struct task_struct *task, u64 clone_flags) in BPF_PROG()
96 int BPF_PROG(test_task_kfunc_flavor_relo_not_found, struct task_struct *task, u64 clone_flags) in BPF_PROG()
110 int BPF_PROG(test_task_acquire_release_argument, struct task_struct *task, u64 clone_flags) in BPF_PROG()
119 int BPF_PROG(test_task_acquire_release_current, struct task_struct *task, u64 clone_flags) in BPF_PROG()
128 int BPF_PROG(test_task_acquire_leave_in_map, struct task_struct *task, u64 clone_flags) in BPF_PROG()
143 int BPF_PROG(test_task_xchg_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
176 int BPF_PROG(test_task_map_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
214 int BPF_PROG(test_task_current_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
247 int BPF_PROG(test_task_from_pid_arg, struct task_struct *task, u64 clone_flags) in BPF_PROG()
[all …]
Dcpumask_success.c66 int BPF_PROG(test_alloc_free_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
82 int BPF_PROG(test_set_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
111 int BPF_PROG(test_setall_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
140 int BPF_PROG(test_first_firstzero_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
179 int BPF_PROG(test_firstand_nocpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
211 int BPF_PROG(test_test_and_set_clear, struct task_struct *task, u64 clone_flags) in BPF_PROG()
243 int BPF_PROG(test_and_or_xor, struct task_struct *task, u64 clone_flags) in BPF_PROG()
290 int BPF_PROG(test_intersects_subset, struct task_struct *task, u64 clone_flags) in BPF_PROG()
332 int BPF_PROG(test_copy_any_anyand, struct task_struct *task, u64 clone_flags) in BPF_PROG()
386 int BPF_PROG(test_insert_leave, struct task_struct *task, u64 clone_flags) in BPF_PROG()
[all …]
Dcpumask_failure.c21 int BPF_PROG(test_alloc_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
34 int BPF_PROG(test_alloc_double_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
49 int BPF_PROG(test_acquire_wrong_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
62 int BPF_PROG(test_mutate_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
75 int BPF_PROG(test_insert_remove_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
99 int BPF_PROG(test_cpumask_null, struct task_struct *task, u64 clone_flags) in BPF_PROG()
109 int BPF_PROG(test_global_mask_out_of_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
143 int BPF_PROG(test_global_mask_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG()
171 int BPF_PROG(test_global_mask_rcu_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG()
/linux-6.6.21/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()
/linux-6.6.21/arch/mips/include/asm/
Dsyscall.h29 static inline bool mips_syscall_is_indirect(struct task_struct *task, in mips_syscall_is_indirect()
38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
44 static inline void mips_syscall_update_nr(struct task_struct *task, in mips_syscall_update_nr()
58 struct task_struct *task, struct pt_regs *regs, unsigned int n) in mips_get_syscall_arg()
93 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
99 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
105 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
111 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
124 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
143 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/drivers/infiniband/sw/rxe/
Drxe_task.c36 static bool __reserve_if_idle(struct rxe_task *task) in __reserve_if_idle()
60 static bool __is_done(struct rxe_task *task) in __is_done()
74 static bool is_done(struct rxe_task *task) in is_done()
103 static void do_task(struct rxe_task *task) in do_task()
190 int rxe_init_task(struct rxe_task *task, struct rxe_qp *qp, in rxe_init_task()
212 void rxe_cleanup_task(struct rxe_task *task) in rxe_cleanup_task()
240 void rxe_run_task(struct rxe_task *task) in rxe_run_task()
259 void rxe_sched_task(struct rxe_task *task) in rxe_sched_task()
275 void rxe_disable_task(struct rxe_task *task) in rxe_disable_task()
299 void rxe_enable_task(struct rxe_task *task) in rxe_enable_task()
/linux-6.6.21/arch/x86/include/asm/
Dsyscall.h38 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
43 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
49 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
68 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
74 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
83 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
90 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
121 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/csky/include/asm/
Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
20 syscall_set_nr(struct task_struct *task, struct pt_regs *regs, in syscall_set_nr()
27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback()
33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error()
41 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value()
47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value()
54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments()
63 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/m68k/include/asm/
Dsyscall.h11 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr()
17 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
23 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
31 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
37 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
44 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
54 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
64 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/arm/include/asm/
Dsyscall.h22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr()
34 static inline bool __in_oabi_syscall(struct task_struct *task) in __in_oabi_syscall()
45 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
51 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
58 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
64 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
73 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
83 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/openrisc/include/asm/
Dsyscall.h23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
29 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback()
35 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error()
41 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value()
47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value()
54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments()
60 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/nios2/include/asm/
Dsyscall.h13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
18 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
25 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
31 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
37 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
50 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
61 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/sh/include/asm/
Dsyscall_32.h12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
18 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
27 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
33 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
39 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
60 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/arc/include/asm/
Dsyscall.h18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback()
33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error()
40 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value()
46 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value()
57 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments()
71 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/loongarch/include/asm/
Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
29 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
35 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
43 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
49 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
64 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/arm64/include/asm/
Dsyscall.h20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr()
26 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
32 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
43 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
51 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
80 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/xtensa/include/asm/
Dsyscall.h17 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
31 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
37 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
44 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
50 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
/linux-6.6.21/arch/microblaze/include/asm/
Dsyscall.h11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
17 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
23 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
29 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
35 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
75 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/linux-6.6.21/arch/powerpc/include/asm/
Dsyscall.h28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
42 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
48 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
64 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
70 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
93 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
113 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()

12345678910>>...28