/linux-6.3-rc2/net/sunrpc/ |
A D | sched.c | 194 struct rpc_task *task, in __rpc_add_wait_queue_priority() 206 struct rpc_task *task, in __rpc_add_wait_queue() 362 struct rpc_task *task) in rpc_make_runnable() 383 struct rpc_task *task, in __rpc_do_sleep_on_priority() 392 struct rpc_task *task, in __rpc_sleep_on_priority() 508 struct rpc_task *task) in __rpc_do_wake_up_task_on_wq() 606 struct rpc_task *task; in __rpc_find_next_queued_priority() local 709 struct rpc_task *task; in rpc_wake_up_locked() local 740 struct rpc_task *task; in rpc_wake_up_status_locked() local 770 struct rpc_task *task, *n; in __rpc_queue_timer_fn() local [all …]
|
A D | xprt.c | 879 struct rpc_task *task, in xprt_lock_connect() 920 void xprt_connect(struct rpc_task *task) in xprt_connect() 1192 void xprt_update_rtt(struct rpc_task *task) in xprt_update_rtt() 1233 static void xprt_timer(struct rpc_task *task) in xprt_timer() 1514 void xprt_end_transmit(struct rpc_task *task) in xprt_end_transmit() 1536 struct rpc_task *task = req->rq_task; in xprt_request_transmit() local 1608 xprt_transmit(struct rpc_task *task) in xprt_transmit() 1872 xprt_request_init(struct rpc_task *task) in xprt_request_init() 1910 void xprt_reserve(struct rpc_task *task) in xprt_reserve() 1932 void xprt_retry_reserve(struct rpc_task *task) in xprt_retry_reserve() [all …]
|
A D | clnt.c | 891 struct rpc_task *task; in rpc_cancel_tasks() local 1203 struct rpc_task *task; in rpc_run_task() local 1232 struct rpc_task *task; in rpc_call_sync() local 1269 struct rpc_task *task; in rpc_call_async() local 1296 struct rpc_task *task; in rpc_run_bc_task() local 2000 call_bind(struct rpc_task *task) in call_bind() 2829 struct rpc_task *task; in rpc_ping() local 2851 struct rpc_task *task; in rpc_ping_noreply() local 2902 struct rpc_task *task; in rpc_clnt_test_and_add_xprt() local 2939 struct rpc_task *task; in rpc_clnt_add_xprt_helper() local [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | signal.h | 51 #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 134 #define unsafe_copy_fpr_to_user(to, task, label) \ argument 138 #define unsafe_copy_fpr_from_user(task, from, label) \ argument 143 copy_fpr_to_user(void __user *to, struct task_struct *task) in copy_fpr_to_user() 157 #define unsafe_copy_ckfpr_to_user(to, task, label) \ argument [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | task_kfunc_failure.c | 19 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() 50 int BPF_PROG(task_kfunc_acquire_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG() 90 int BPF_PROG(task_kfunc_acquire_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() 105 int BPF_PROG(task_kfunc_acquire_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() 153 int BPF_PROG(task_kfunc_get_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() 169 int BPF_PROG(task_kfunc_xchg_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() 189 int BPF_PROG(task_kfunc_get_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() 225 int BPF_PROG(task_kfunc_release_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG() 237 int BPF_PROG(task_kfunc_release_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() [all …]
|
A D | rcu_read_lock.c | 32 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 181 struct task_struct *task; in miss_lock() local 197 struct task_struct *task; in miss_unlock() local 211 struct task_struct *task, *real_parent; in non_sleepable_rcu_mismatch() local 229 struct task_struct *task, *real_parent; in inproper_sleepable_helper() local [all …]
|
A D | task_kfunc_success.c | 27 static int test_acquire_release(struct task_struct *task) in test_acquire_release() 38 int BPF_PROG(test_task_acquire_release_argument, struct task_struct *task, u64 clone_flags) in BPF_PROG() 47 int BPF_PROG(test_task_acquire_release_current, struct task_struct *task, u64 clone_flags) in BPF_PROG() 56 int BPF_PROG(test_task_acquire_leave_in_map, struct task_struct *task, u64 clone_flags) in BPF_PROG() 71 int BPF_PROG(test_task_xchg_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 104 int BPF_PROG(test_task_get_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 142 int BPF_PROG(test_task_current_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() 172 int BPF_PROG(test_task_from_pid_arg, struct task_struct *task, u64 clone_flags) in BPF_PROG() 184 int BPF_PROG(test_task_from_pid_current, struct task_struct *task, u64 clone_flags) in BPF_PROG() 209 int BPF_PROG(test_task_from_pid_invalid, struct task_struct *task, u64 clone_flags) in BPF_PROG()
|
A D | cpumask_success.c | 65 int BPF_PROG(test_alloc_free_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() 81 int BPF_PROG(test_set_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 110 int BPF_PROG(test_setall_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 139 int BPF_PROG(test_first_firstzero_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG() 178 int BPF_PROG(test_test_and_set_clear, struct task_struct *task, u64 clone_flags) in BPF_PROG() 210 int BPF_PROG(test_and_or_xor, struct task_struct *task, u64 clone_flags) in BPF_PROG() 257 int BPF_PROG(test_intersects_subset, struct task_struct *task, u64 clone_flags) in BPF_PROG() 299 int BPF_PROG(test_copy_any_anyand, struct task_struct *task, u64 clone_flags) in BPF_PROG() 353 int BPF_PROG(test_insert_leave, struct task_struct *task, u64 clone_flags) in BPF_PROG() 369 int BPF_PROG(test_insert_remove_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | cn_proc.h | 32 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.3-rc2/arch/mips/include/asm/ |
A D | syscall.h | 29 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.3-rc2/arch/x86/include/asm/ |
A D | syscall.h | 38 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.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_task.c | 9 int __rxe_do_task(struct rxe_task *task) in __rxe_do_task() 31 struct rxe_task *task = from_tasklet(task, t, tasklet); in do_task() local 94 int rxe_init_task(struct rxe_task *task, void *arg, int (*func)(void *)) in rxe_init_task() 108 void rxe_cleanup_task(struct rxe_task *task) in rxe_cleanup_task() 127 void rxe_run_task(struct rxe_task *task) in rxe_run_task() 135 void rxe_sched_task(struct rxe_task *task) in rxe_sched_task() 143 void rxe_disable_task(struct rxe_task *task) in rxe_disable_task() 148 void rxe_enable_task(struct rxe_task *task) in rxe_enable_task()
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | syscall.h | 14 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.3-rc2/arch/m68k/include/asm/ |
A D | syscall.h | 11 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.3-rc2/arch/arm/include/asm/ |
A D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 31 static inline bool __in_oabi_syscall(struct task_struct *task) in __in_oabi_syscall() 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() 55 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 61 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 70 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.3-rc2/arch/nios2/include/asm/ |
A D | syscall.h | 13 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.3-rc2/arch/openrisc/include/asm/ |
A D | syscall.h | 23 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.3-rc2/arch/sh/include/asm/ |
A D | syscall_32.h | 12 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.3-rc2/arch/riscv/include/asm/ |
A D | syscall.h | 26 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 32 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 38 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 46 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 52 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 59 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 68 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | syscall.h | 23 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.3-rc2/arch/arc/include/asm/ |
A D | syscall.h | 18 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.3-rc2/arch/arm64/include/asm/ |
A D | syscall.h | 20 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.3-rc2/arch/xtensa/include/asm/ |
A D | syscall.h | 17 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.3-rc2/arch/microblaze/include/asm/ |
A D | syscall.h | 11 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.3-rc2/arch/powerpc/include/asm/ |
A D | syscall.h | 28 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()
|