/Linux-v5.4/net/sunrpc/ |
D | sched.c | 65 rpc_task_timeout(const struct rpc_task *task) in rpc_task_timeout() 84 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 111 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task, in __rpc_add_timer() 140 __rpc_list_enqueue_task(struct list_head *q, struct rpc_task *task) in __rpc_list_enqueue_task() 162 __rpc_list_dequeue_task(struct rpc_task *task) in __rpc_list_dequeue_task() 187 struct rpc_task *task, in __rpc_add_wait_queue_priority() 204 struct rpc_task *task, in __rpc_add_wait_queue() 231 static void __rpc_remove_wait_queue_priority(struct rpc_task *task) in __rpc_remove_wait_queue_priority() 240 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() 295 static void rpc_task_set_debuginfo(struct rpc_task *task) in rpc_task_set_debuginfo() [all …]
|
D | xprt.c | 202 int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt() 266 int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt_cong() 299 static inline int xprt_lock_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_lock_write() 311 static bool __xprt_lock_write_func(struct rpc_task *task, void *data) in __xprt_lock_write_func() 354 void xprt_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt() 371 void xprt_release_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt_cong() 380 static inline void xprt_release_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_write() 451 void xprt_release_rqst_cong(struct rpc_task *task) in xprt_release_rqst_cong() 495 void xprt_adjust_cwnd(struct rpc_xprt *xprt, struct rpc_task *task, int result) in xprt_adjust_cwnd() 606 static void xprt_init_majortimeo(struct rpc_task *task, struct rpc_rqst *req) in xprt_init_majortimeo() [all …]
|
D | clnt.c | 1011 void rpc_task_release_transport(struct rpc_task *task) in rpc_task_release_transport() 1025 void rpc_task_release_client(struct rpc_task *task) in rpc_task_release_client() 1059 void rpc_task_set_transport(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_transport() 1070 void rpc_task_set_client(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_client() 1093 rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg) in rpc_task_set_rpc_message() 1108 rpc_default_callback(struct rpc_task *task, void *data) in rpc_default_callback() 1122 struct rpc_task *task; in rpc_run_task() local 1146 struct rpc_task *task; in rpc_call_sync() local 1183 struct rpc_task *task; in rpc_call_async() local 1210 struct rpc_task *task; in rpc_run_bc_task() local [all …]
|
/Linux-v5.4/include/linux/ |
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-v5.4/arch/x86/include/asm/ |
D | syscall.h | 48 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 53 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 59 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 78 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 84 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() 100 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 109 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() 116 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 140 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() [all …]
|
/Linux-v5.4/arch/mips/include/asm/ |
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-v5.4/arch/riscv/include/asm/ |
D | syscall.h | 25 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 31 static inline void syscall_set_nr(struct task_struct *task, in syscall_set_nr() 38 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 44 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 52 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 58 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 65 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 74 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 83 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/csky/include/asm/ |
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_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() 72 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/nios2/include/asm/ |
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 void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 72 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/openrisc/include/asm/ |
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() 61 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() 67 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | syscall.h | 17 static inline long 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_error(struct task_struct *task, in syscall_get_error() 38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 44 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() 67 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 74 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | syscall.h | 14 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 20 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 26 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 32 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 38 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 45 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 57 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 69 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/sh/include/asm/ |
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() 49 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 63 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 75 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
D | syscall_64.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() 26 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 32 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 38 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 48 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 55 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 62 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | syscall.h | 30 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 52 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 68 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 86 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 107 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 127 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 148 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments() 158 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/s390/include/asm/ |
D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 27 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 33 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 39 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 45 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 52 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 70 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 82 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/arm64/include/asm/ |
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() 33 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 40 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 46 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 55 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 65 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 79 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/arm/include/asm/ |
D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 28 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 34 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 41 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 47 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() 66 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 76 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | syscall.h | 21 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) 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() 48 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 54 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() 94 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 104 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/xtensa/include/asm/ |
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() 71 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/Linux-v5.4/drivers/infiniband/sw/rxe/ |
D | rxe_task.c | 40 int __rxe_do_task(struct rxe_task *task) in __rxe_do_task() 63 struct rxe_task *task = (struct rxe_task *)data; in rxe_do_task() local 117 int rxe_init_task(void *obj, struct rxe_task *task, in rxe_init_task() 134 void rxe_cleanup_task(struct rxe_task *task) in rxe_cleanup_task() 154 void rxe_run_task(struct rxe_task *task, int sched) in rxe_run_task() 165 void rxe_disable_task(struct rxe_task *task) in rxe_disable_task() 170 void rxe_enable_task(struct rxe_task *task) in rxe_enable_task()
|
/Linux-v5.4/arch/arc/include/asm/ |
D | syscall.h | 16 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 25 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 31 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 38 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 44 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 55 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 69 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/microblaze/include/asm/ |
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() 83 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 94 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 108 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v5.4/arch/um/include/asm/ |
D | syscall-generic.h | 18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 24 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 30 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 51 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 65 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/Linux-v5.4/arch/arm64/kernel/ |
D | ssbd.c | 15 static void ssbd_ssbs_enable(struct task_struct *task) in ssbd_ssbs_enable() 23 static void ssbd_ssbs_disable(struct task_struct *task) in ssbd_ssbs_disable() 34 static int ssbd_prctl_set(struct task_struct *task, unsigned long ctrl) in ssbd_prctl_set() 90 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() 101 static int ssbd_prctl_get(struct task_struct *task) in ssbd_prctl_get() 121 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get()
|