/linux-4.4.14/net/sunrpc/ |
D | sched.c | 65 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() 87 __rpc_add_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_add_timer() 104 struct rpc_task *task; in rpc_rotate_queue_owner() local 138 struct rpc_task *task, in __rpc_add_wait_queue_priority() 168 struct rpc_task *task, in __rpc_add_wait_queue() 194 static void __rpc_remove_wait_queue_priority(struct rpc_task *task) in __rpc_remove_wait_queue_priority() 209 static void __rpc_remove_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_remove_wait_queue() 262 static void rpc_task_set_debuginfo(struct rpc_task *task) in rpc_task_set_debuginfo() 269 static inline void rpc_task_set_debuginfo(struct rpc_task *task) in rpc_task_set_debuginfo() 274 static void rpc_set_active(struct rpc_task *task) in rpc_set_active() [all …]
|
D | xprt.c | 182 int xprt_reserve_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt() 233 int xprt_reserve_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_reserve_xprt_cong() 270 static inline int xprt_lock_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_lock_write() 280 static bool __xprt_lock_write_func(struct rpc_task *task, void *data) in __xprt_lock_write_func() 302 static bool __xprt_lock_write_cong_func(struct rpc_task *task, void *data) in __xprt_lock_write_cong_func() 332 static void xprt_task_clear_bytes_sent(struct rpc_task *task) in xprt_task_clear_bytes_sent() 348 void xprt_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt() 366 void xprt_release_xprt_cong(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_xprt_cong() 376 static inline void xprt_release_write(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_release_write() 388 __xprt_get_cong(struct rpc_xprt *xprt, struct rpc_task *task) in __xprt_get_cong() [all …]
|
D | clnt.c | 868 void rpc_task_release_client(struct rpc_task *task) in rpc_task_release_client() 884 void rpc_task_set_client(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_set_client() 903 void rpc_task_reset_client(struct rpc_task *task, struct rpc_clnt *clnt) in rpc_task_reset_client() 912 rpc_task_set_rpc_message(struct rpc_task *task, const struct rpc_message *msg) in rpc_task_set_rpc_message() 927 rpc_default_callback(struct rpc_task *task, void *data) in rpc_default_callback() 941 struct rpc_task *task; in rpc_run_task() local 968 struct rpc_task *task; in rpc_call_sync() local 1005 struct rpc_task *task; in rpc_call_async() local 1030 struct rpc_task *task; in rpc_run_bc_task() local 1067 rpc_call_start(struct rpc_task *task) in rpc_call_start() [all …]
|
D | auth.c | 657 rpcauth_generic_bind_cred(struct rpc_task *task, struct rpc_cred *cred, int lookupflags) in rpcauth_generic_bind_cred() 666 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() 680 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() 690 rpcauth_bindcred(struct rpc_task *task, struct rpc_cred *cred, int flags) in rpcauth_bindcred() 749 rpcauth_marshcred(struct rpc_task *task, __be32 *p) in rpcauth_marshcred() 760 rpcauth_checkverf(struct rpc_task *task, __be32 *p) in rpcauth_checkverf() 780 rpcauth_wrap_req(struct rpc_task *task, kxdreproc_t encode, void *rqstp, in rpcauth_wrap_req() 805 rpcauth_unwrap_resp(struct rpc_task *task, kxdrdproc_t decode, void *rqstp, in rpcauth_unwrap_resp() 820 rpcauth_refreshcred(struct rpc_task *task) in rpcauth_refreshcred() 843 rpcauth_invalcred(struct rpc_task *task) in rpcauth_invalcred() [all …]
|
D | auth_null.c | 64 nul_marshal(struct rpc_task *task, __be32 *p) in nul_marshal() 78 nul_refresh(struct rpc_task *task) in nul_refresh() 85 nul_validate(struct rpc_task *task, __be32 *p) in nul_validate()
|
D | auth_unix.c | 144 unx_marshal(struct rpc_task *task, __be32 *p) in unx_marshal() 178 unx_refresh(struct rpc_task *task) in unx_refresh() 185 unx_validate(struct rpc_task *task, __be32 *p) in unx_validate()
|
D | xprtsock.c | 439 static void xs_nospace_callback(struct rpc_task *task) in xs_nospace_callback() 451 static int xs_nospace(struct rpc_task *task) in xs_nospace() 502 static int xs_local_send_request(struct rpc_task *task) in xs_local_send_request() 563 static int xs_udp_send_request(struct rpc_task *task) in xs_udp_send_request() 638 static int xs_tcp_send_request(struct rpc_task *task) in xs_tcp_send_request() 722 static void xs_tcp_release_xprt(struct rpc_xprt *xprt, struct rpc_task *task) in xs_tcp_release_xprt() 914 struct rpc_task *task; in xs_local_data_read_skb() local 992 struct rpc_task *task; in xs_udp_data_read_skb() local 1706 static void xs_udp_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xs_udp_timer() 1845 static void xs_local_rpcbind(struct rpc_task *task) in xs_local_rpcbind() [all …]
|
D | debugfs.c | 28 struct rpc_task *task = v; in tasks_show() local 53 struct rpc_task *task; in tasks_start() local 68 struct rpc_task *task = v; in tasks_next() local
|
D | sunrpc.h | 40 static inline int rpc_reply_expected(struct rpc_task *task) in rpc_reply_expected()
|
D | stats.c | 147 void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics() 185 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats()
|
/linux-4.4.14/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()
|
D | ptrace.h | 112 static inline struct task_struct *ptrace_parent(struct task_struct *task) in ptrace_parent() 128 static inline bool ptrace_event_enabled(struct task_struct *task, int event) in ptrace_event_enabled() 223 static inline void ptrace_release_task(struct task_struct *task) in ptrace_release_task() 283 static inline void user_enable_single_step(struct task_struct *task) in user_enable_single_step() 297 static inline void user_disable_single_step(struct task_struct *task) in user_disable_single_step() 326 static inline void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
|
D | cgroup.h | 256 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 383 #define task_css_set_check(task, __c) \ argument 389 #define task_css_set_check(task, __c) \ argument 402 #define task_css_check(task, subsys_id, __c) \ argument 411 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set() 423 static inline struct cgroup_subsys_state *task_css(struct task_struct *task, in task_css() 439 task_get_css(struct task_struct *task, int subsys_id) in task_get_css() 462 static inline bool task_css_is_root(struct task_struct *task, int subsys_id) in task_css_is_root() 468 static inline struct cgroup *task_cgroup(struct task_struct *task, in task_cgroup()
|
D | pid.h | 175 #define do_each_pid_task(pid, type, task) \ argument 185 #define while_each_pid_task(pid, type, task) \ argument 191 #define do_each_pid_thread(pid, type, task) \ argument 196 #define while_each_pid_thread(pid, type, task) \ argument
|
D | shm.h | 57 #define shm_init_task(task) INIT_LIST_HEAD(&(task)->sysvshm.shm_clist) argument 73 static inline void exit_shm(struct task_struct *task) in exit_shm() 76 static inline void shm_init_task(struct task_struct *task) in shm_init_task()
|
D | latencytop.h | 32 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency() 43 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
|
D | ioprio.h | 53 static inline int task_nice_ioprio(struct task_struct *task) in task_nice_ioprio() 62 static inline int task_nice_ioclass(struct task_struct *task) in task_nice_ioclass()
|
D | cred.h | 304 #define __task_cred(task) \ argument 347 #define task_cred_xxx(task, xxx) \ argument 356 #define task_uid(task) (task_cred_xxx((task), uid)) argument 357 #define task_euid(task) (task_cred_xxx((task), euid)) argument
|
D | task_work.h | 19 static inline void exit_task_work(struct task_struct *task) in exit_task_work()
|
D | tracehook.h | 161 static inline void set_notify_resume(struct task_struct *task) in set_notify_resume()
|
D | perf_regs.h | 28 static inline u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
|
D | debug_locks.h | 60 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | syscall.h | 21 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() 41 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 50 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 59 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 72 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 102 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | ptrace.h | 36 #define task_pt_regs(task) ((task)->thread.frame0) argument
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | syscall.h | 23 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 28 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() 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() 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 99 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | syscall.h | 17 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 23 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 29 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 35 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 41 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() 85 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | processor.h | 77 #define task_pt_regs(task) \ argument 120 #define KSTK_EIP(task) (task_pt_regs(task)->pc) argument 121 #define KSTK_ESP(task) (task_pt_regs(task)->sp) argument
|
/linux-4.4.14/arch/x86/include/asm/ |
D | syscall.h | 43 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 48 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 54 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 73 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 79 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 88 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 97 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 113 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 174 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | stacktrace.h | 60 stack_frame(struct task_struct *task, struct pt_regs *regs) in stack_frame() 78 stack_frame(struct task_struct *task, struct pt_regs *regs) in stack_frame()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) 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() 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() 53 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 85 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | processor.h | 144 #define task_pt_regs(task) ((task)->thread.uregs) argument 145 #define KSTK_EIP(task) (task_pt_regs(task)->pc) argument 146 #define KSTK_ESP(task) (task_pt_regs(task)->sp) argument
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | syscall.h | 27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 33 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 39 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 45 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 51 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 58 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 67 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments()
|
D | processor.h | 72 #define task_pt_regs(task) user_regs(task_thread_info(task)) argument
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | syscall.h | 26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 32 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 38 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 44 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 50 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 67 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 85 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_set_arguments()
|
D | ptrace.h | 34 #define task_pt_regs(task) \ argument
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | syscall.h | 20 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() 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() 64 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()
|
D | ptrace.h | 91 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) argument 92 # define fsys_mode(task,regs) \ argument
|
/linux-4.4.14/arch/sh/include/asm/ |
D | syscall_64.h | 10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 16 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() 47 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 56 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | syscall_32.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() 76 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | syscall.h | 28 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 35 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 41 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 47 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 53 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() 79 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/linux-4.4.14/arch/arc/include/asm/ |
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()
|
/linux-4.4.14/arch/metag/include/asm/ |
D | syscall.h | 22 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 41 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 47 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 54 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 60 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 67 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 83 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | ptrace.h | 23 #define task_pt_regs(task) \ argument
|
/linux-4.4.14/arch/arm64/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_rollback(struct task_struct *task, in syscall_rollback() 38 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 45 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 51 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() 86 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | syscall.h | 21 static inline int 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() 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() 82 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | syscall.h | 10 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 16 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 22 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 28 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 34 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 82 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 91 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | processor.h | 145 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE) argument 146 # define task_regs(task) ((struct pt_regs *)task_tos(task) - 1) argument 151 # define task_sp(task) (task_regs(task)->r1) argument 152 # define task_pc(task) (task_regs(task)->pc) argument 154 # define KSTK_EIP(task) (task_pc(task)) argument 155 # define KSTK_ESP(task) (task_sp(task)) argument
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | syscall.h | 25 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 36 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 42 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 48 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 67 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 90 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | current.h | 20 struct task_struct *task; in get_current() local
|
/linux-4.4.14/arch/mips/include/asm/ |
D | syscall.h | 29 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 36 struct task_struct *task, struct pt_regs *regs, unsigned int n) in mips_get_syscall_arg() 70 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 76 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 82 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 95 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
|
D | watch.h | 21 #define __restore_watch(task) do { \ argument 29 #define __restore_watch(task) do {} while (0) argument
|
D | stacktrace.h | 16 static inline unsigned long unwind_stack(struct task_struct *task, in unwind_stack()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | syscall.h | 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() 56 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 62 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 77 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 86 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
D | processor.h | 227 #define task_ksp0(task) \ argument 231 #define task_pt_regs(task) \ argument 236 #define task_sp(task) (task_pt_regs(task)->sp) argument 237 #define task_pc(task) (task_pt_regs(task)->pc) argument 239 #define KSTK_EIP(task) task_pc(task) argument 240 #define KSTK_ESP(task) task_sp(task) argument 354 #define next_current_ksp0(task) ({ \ argument 366 #define next_current_ksp0(task) ({ \ argument
|
D | stack.h | 27 struct task_struct *task; /* task we are backtracing */ member
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | syscall.h | 18 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() 66 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 74 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 82 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 95 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 118 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments()
|
/linux-4.4.14/drivers/connector/ |
D | cn_proc.c | 67 void proc_fork_connector(struct task_struct *task) in proc_fork_connector() 99 void proc_exec_connector(struct task_struct *task) in proc_exec_connector() 124 void proc_id_connector(struct task_struct *task, int which_id) in proc_id_connector() 163 void proc_sid_connector(struct task_struct *task) in proc_sid_connector() 188 void proc_ptrace_connector(struct task_struct *task, int ptrace_id) in proc_ptrace_connector() 221 void proc_comm_connector(struct task_struct *task) in proc_comm_connector() 247 void proc_coredump_connector(struct task_struct *task) in proc_coredump_connector() 272 void proc_exit_connector(struct task_struct *task) in proc_exit_connector()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 157 static int get_task_root(struct task_struct *task, struct path *root) in get_task_root() 172 struct task_struct *task = get_proc_task(d_inode(dentry)); in proc_cwd_link() local 189 struct task_struct *task = get_proc_task(d_inode(dentry)); in proc_root_link() local 404 struct pid *pid, struct task_struct *task) in proc_pid_auxv() 426 struct pid *pid, struct task_struct *task) in proc_pid_wchan() 443 static int lock_trace(struct task_struct *task) in lock_trace() 455 static void unlock_trace(struct task_struct *task) in unlock_trace() 465 struct pid *pid, struct task_struct *task) in proc_pid_stack() 502 struct pid *pid, struct task_struct *task) in proc_pid_schedstat() 521 struct task_struct *task = get_proc_task(inode); in lstats_show_proc() local [all …]
|
D | namespaces.c | 37 struct task_struct *task; in proc_ns_follow_link() local 58 struct task_struct *task; in proc_ns_readlink() local 82 struct dentry *dentry, struct task_struct *task, const void *ptr) in proc_ns_instantiate() 108 struct task_struct *task = get_proc_task(file_inode(file)); in proc_ns_dir_readdir() local 142 struct task_struct *task = get_proc_task(dir); in proc_ns_dir_lookup() local
|
D | fd.c | 24 struct task_struct *task; in seq_show() local 86 struct task_struct *task; in tid_fd_revalidate() local 151 struct task_struct *task; in proc_fd_link() local 180 struct task_struct *task, const void *ptr) in proc_fd_instantiate() 213 struct task_struct *task = get_proc_task(dir); in proc_lookupfd_common() local 318 struct task_struct *task, const void *ptr) in proc_fdinfo_instantiate()
|
D | array.c | 346 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed() 355 struct pid *pid, struct task_struct *task) in proc_pid_status() 376 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() 556 struct pid *pid, struct task_struct *task) in proc_tid_stat() 562 struct pid *pid, struct task_struct *task) in proc_tgid_stat() 568 struct pid *pid, struct task_struct *task) in proc_pid_statm() 599 struct task_struct *start, *task; in get_children_pid() local
|
/linux-4.4.14/drivers/scsi/ |
D | libiscsi.c | 136 void iscsi_prep_data_out_pdu(struct iscsi_task *task, struct iscsi_r2t_info *r2t, in iscsi_prep_data_out_pdu() 166 static int iscsi_add_hdr(struct iscsi_task *task, unsigned len) in iscsi_add_hdr() 183 static int iscsi_prep_ecdb_ahs(struct iscsi_task *task) in iscsi_prep_ecdb_ahs() 220 static int iscsi_prep_bidi_ahs(struct iscsi_task *task) in iscsi_prep_bidi_ahs() 259 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions() 335 static int iscsi_prep_scsi_cmd_pdu(struct iscsi_task *task) in iscsi_prep_scsi_cmd_pdu() 484 static void iscsi_free_task(struct iscsi_task *task) in iscsi_free_task() 517 void __iscsi_get_task(struct iscsi_task *task) in __iscsi_get_task() 523 void __iscsi_put_task(struct iscsi_task *task) in __iscsi_put_task() 530 void iscsi_put_task(struct iscsi_task *task) in iscsi_put_task() [all …]
|
D | libiscsi_tcp.c | 451 void iscsi_tcp_cleanup_task(struct iscsi_task *task) in iscsi_tcp_cleanup_task() 483 static int iscsi_tcp_data_in(struct iscsi_conn *conn, struct iscsi_task *task) in iscsi_tcp_data_in() 526 static int iscsi_tcp_r2t_rsp(struct iscsi_conn *conn, struct iscsi_task *task) in iscsi_tcp_r2t_rsp() 649 struct iscsi_task *task; in iscsi_tcp_hdr_dissect() local 957 int iscsi_tcp_task_init(struct iscsi_task *task) in iscsi_tcp_task_init() 989 static struct iscsi_r2t_info *iscsi_tcp_get_curr_r2t(struct iscsi_task *task) in iscsi_tcp_get_curr_r2t() 1033 int iscsi_tcp_task_xmit(struct iscsi_task *task) in iscsi_tcp_task_xmit() 1127 struct iscsi_task *task = session->cmds[cmd_i]; in iscsi_tcp_r2tpool_alloc() local 1157 struct iscsi_task *task = session->cmds[i]; in iscsi_tcp_r2tpool_alloc() local 1172 struct iscsi_task *task = session->cmds[i]; in iscsi_tcp_r2tpool_free() local
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_task.c | 54 static int asd_map_scatterlist(struct sas_task *task, in asd_map_scatterlist() 137 struct sas_task *task = ascb->uldd_task; in asd_unmap_scatterlist() local 162 struct sas_task *task = ascb->uldd_task; in asd_get_response_tasklet() local 215 struct sas_task *task = ascb->uldd_task; in asd_task_tasklet_complete() local 364 static int asd_build_ata_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ata_ascb() 432 static int asd_build_smp_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_smp_ascb() 471 struct sas_task *task = a->uldd_task; in asd_unbuild_smp_ascb() local 482 static int asd_build_ssp_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ssp_ascb() 546 int asd_execute_task(struct sas_task *task, gfp_t gfp_flags) in asd_execute_task()
|
D | aic94xx_tmf.c | 233 static int asd_clear_nexus_tag(struct sas_task *task) in asd_clear_nexus_tag() 248 static int asd_clear_nexus_index(struct sas_task *task) in asd_clear_nexus_index() 343 static int asd_clear_nexus(struct sas_task *task) in asd_clear_nexus() 405 int asd_abort_task(struct sas_task *task) in asd_abort_task() 703 int asd_query_task(struct sas_task *task) in asd_query_task()
|
D | aic94xx_scb.c | 461 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 487 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 513 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 539 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local
|
/linux-4.4.14/kernel/locking/ |
D | rtmutex-debug.c | 58 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free() 73 struct task_struct *task; in debug_rt_mutex_deadlock() local 87 struct task_struct *task; in debug_rt_mutex_print_deadlock() local 177 rt_mutex_deadlock_account_lock(struct rt_mutex *lock, struct task_struct *task) in rt_mutex_deadlock_account_lock() 181 void rt_mutex_deadlock_account_unlock(struct task_struct *task) in rt_mutex_deadlock_account_unlock()
|
D | rtmutex.c | 219 rt_mutex_enqueue_pi(struct task_struct *task, struct rt_mutex_waiter *waiter) in rt_mutex_enqueue_pi() 245 rt_mutex_dequeue_pi(struct task_struct *task, struct rt_mutex_waiter *waiter) in rt_mutex_dequeue_pi() 263 int rt_mutex_getprio(struct task_struct *task) in rt_mutex_getprio() 272 struct task_struct *rt_mutex_get_top_task(struct task_struct *task) in rt_mutex_get_top_task() 284 int rt_mutex_get_effective_prio(struct task_struct *task, int newprio) in rt_mutex_get_effective_prio() 299 static void __rt_mutex_adjust_prio(struct task_struct *task) in __rt_mutex_adjust_prio() 316 void rt_mutex_adjust_prio(struct task_struct *task) in rt_mutex_adjust_prio() 424 static int rt_mutex_adjust_prio_chain(struct task_struct *task, in rt_mutex_adjust_prio_chain() 766 static int try_to_take_rt_mutex(struct rt_mutex *lock, struct task_struct *task, in try_to_take_rt_mutex() 890 struct task_struct *task, in task_blocks_on_rt_mutex() [all …]
|
D | semaphore.c | 195 struct task_struct *task; member 207 struct task_struct *task = current; in __down_common() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | uvesafb.c | 71 struct uvesafb_ktask *task; in uvesafb_cn_callback() local 140 static int uvesafb_exec(struct uvesafb_ktask *task) in uvesafb_exec() 233 static void uvesafb_free(struct uvesafb_ktask *task) in uvesafb_free() 244 static void uvesafb_reset(struct uvesafb_ktask *task) in uvesafb_reset() 257 struct uvesafb_ktask *task; in uvesafb_prep() local 352 struct uvesafb_ktask *task; in uvesafb_vbe_state_save() local 391 struct uvesafb_ktask *task; in uvesafb_vbe_state_restore() local 417 static int uvesafb_vbe_getinfo(struct uvesafb_ktask *task, in uvesafb_vbe_getinfo() 476 static int uvesafb_vbe_getmodes(struct uvesafb_ktask *task, in uvesafb_vbe_getmodes() 555 static int uvesafb_vbe_getpmi(struct uvesafb_ktask *task, in uvesafb_vbe_getpmi() [all …]
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_flip_work.c | 36 struct drm_flip_task *task; in drm_flip_work_allocate_task() local 55 struct drm_flip_task *task) in drm_flip_work_queue_task() 75 struct drm_flip_task *task; in drm_flip_work_queue() local 118 struct drm_flip_task *task, *tmp; in flip_worker() local
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon_default_smpl.c | 41 default_validate(struct task_struct *task, unsigned int flags, int cpu, void *data) in default_validate() 64 default_get_size(struct task_struct *task, unsigned int flags, int cpu, void *data, unsigned long *… in default_get_size() 77 default_init(struct task_struct *task, void *buf, unsigned int flags, int cpu, void *data) in default_init() 102 default_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, uns… in default_handler() 230 default_restart(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs) in default_restart() 246 default_exit(struct task_struct *task, void *buf, struct pt_regs *regs) in default_exit()
|
D | perfmon.c | 579 pfm_put_task(struct task_struct *task) in pfm_put_task() 921 pfm_mask_monitoring(struct task_struct *task) in pfm_mask_monitoring() 995 pfm_restore_monitoring(struct task_struct *task) in pfm_restore_monitoring() 1123 pfm_copy_pmds(struct task_struct *task, pfm_context_t *ctx) in pfm_copy_pmds() 1159 pfm_copy_pmcs(struct task_struct *task, pfm_context_t *ctx) in pfm_copy_pmcs() 1194 pfm_buf_fmt_exit(pfm_buffer_fmt_t *fmt, struct task_struct *task, void *buf, struct pt_regs *regs) in pfm_buf_fmt_exit() 1202 pfm_buf_fmt_getsize(pfm_buffer_fmt_t *fmt, struct task_struct *task, unsigned int flags, int cpu, v… in pfm_buf_fmt_getsize() 1211 pfm_buf_fmt_validate(pfm_buffer_fmt_t *fmt, struct task_struct *task, unsigned int flags, in pfm_buf_fmt_validate() 1220 pfm_buf_fmt_init(pfm_buffer_fmt_t *fmt, struct task_struct *task, void *buf, unsigned int flags, in pfm_buf_fmt_init() 1229 pfm_buf_fmt_restart(pfm_buffer_fmt_t *fmt, struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *b… in pfm_buf_fmt_restart() [all …]
|
D | process.c | 86 show_stack (struct task_struct *task, unsigned long *sp) in show_stack() 263 ia64_save_extra (struct task_struct *task) in ia64_save_extra() 283 ia64_load_extra (struct task_struct *task) in ia64_load_extra() 443 do_copy_task_regs (struct task_struct *task, struct unw_frame_info *info, void *arg) in do_copy_task_regs() 516 do_dump_task_fpu (struct task_struct *task, struct unw_frame_info *info, void *arg) in do_dump_task_fpu()
|
D | perfmon_itanium.h | 51 pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *v… in pfm_ita_pmc_check()
|
D | init_task.c | 32 struct task_struct task; member
|
D | perfmon_mckinley.h | 77 pfm_mck_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *v… in pfm_mck_pmc_check()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | ptrace.c | 38 void ptrace_disable(struct task_struct *task) in ptrace_disable() 54 void user_disable_single_step(struct task_struct *task) in user_disable_single_step() 59 void user_enable_single_step(struct task_struct *task) in user_enable_single_step() 102 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
|
D | stacktrace.c | 15 static void dump_trace(struct task_struct *task, struct stack_trace *trace) in dump_trace()
|
/linux-4.4.14/drivers/scsi/isci/ |
D | request.c | 116 struct sas_task *task = isci_request_access_task(ireq); in sci_request_build_sgl() local 174 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_build_ssp_command_iu() local 194 struct sas_task *task = isci_request_access_task(ireq); in sci_task_request_build_ssp_task_iu() local 644 struct sas_task *task; in sci_atapi_construct() local 672 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_construct_sata() local 731 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_construct_basic_ssp() local 764 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_construct_basic_sata() local 1414 struct sas_task *task; in sci_stp_request_pio_data_in_copy_data_buffer() local 1622 struct sas_task *task = isci_request_access_task(ireq); in atapi_d2h_reg_frame_handler() local 1669 struct sas_task *task = isci_request_access_task(ireq); in scu_atapi_construct_task_context() local [all …]
|
D | task.c | 76 static void isci_task_refuse(struct isci_host *ihost, struct sas_task *task, in isci_task_refuse() 102 #define for_each_sas_task(num, task) \ argument 108 struct sas_task *task) in isci_device_io_ready() 124 int isci_task_execute_task(struct sas_task *task, gfp_t gfp_flags) in isci_task_execute_task() 478 int isci_task_abort_task(struct sas_task *task) in isci_task_abort_task() 676 struct sas_task *task) in isci_task_query_task()
|
/linux-4.4.14/kernel/ |
D | cgroup_freezer.c | 55 static inline struct freezer *task_freezer(struct task_struct *task) in task_freezer() 65 bool cgroup_freezing(struct task_struct *task) in cgroup_freezing() 160 struct task_struct *task; in freezer_attach() local 203 static void freezer_fork(struct task_struct *task, void *private) in freezer_fork() 249 struct task_struct *task; in update_if_frozen() local 321 struct task_struct *task; in freeze_cgroup() local 332 struct task_struct *task; in unfreeze_cgroup() local
|
D | task_work.c | 27 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) in task_work_add() 55 task_work_cancel(struct task_struct *task, task_work_func_t func) in task_work_cancel() 89 struct task_struct *task = current; in task_work_run() local
|
D | cgroup_pids.c | 167 struct task_struct *task; in pids_can_attach() local 192 struct task_struct *task; in pids_cancel_attach() local 212 static int pids_can_fork(struct task_struct *task, void **priv_p) in pids_can_fork() 222 static void pids_cancel_fork(struct task_struct *task, void *priv) in pids_cancel_fork() 232 static void pids_free(struct task_struct *task) in pids_free()
|
D | pid.c | 389 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 395 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 415 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 420 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 464 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 520 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns()
|
D | ptrace.c | 122 static bool ptrace_freeze_traced(struct task_struct *task) in ptrace_freeze_traced() 140 static void ptrace_unfreeze_traced(struct task_struct *task) in ptrace_unfreeze_traced() 219 static int __ptrace_may_access(struct task_struct *task, unsigned int mode) in __ptrace_may_access() 287 bool ptrace_may_access(struct task_struct *task, unsigned int mode) in ptrace_may_access() 296 static int ptrace_attach(struct task_struct *task, long request, in ptrace_attach() 805 static int ptrace_regset(struct task_struct *task, int req, unsigned int type, in ptrace_regset()
|
D | cred.c | 187 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() 245 struct task_struct *task = current; in prepare_creds() local 424 struct task_struct *task = current; in commit_creds() local
|
D | cpuset.c | 140 static inline struct cpuset *task_cs(struct task_struct *task) in task_cs() 151 static inline bool task_has_mempolicy(struct task_struct *task) in task_has_mempolicy() 156 static inline bool task_has_mempolicy(struct task_struct *task) in task_has_mempolicy() 848 struct task_struct *task; in update_tasks_cpumask() local 1088 struct task_struct *task; in update_tasks_nodemask() local 1295 struct task_struct *task; in update_tasks_flags() local 1458 struct task_struct *task; in cpuset_can_attach() local 1517 struct task_struct *task; in cpuset_attach() local 2730 void cpuset_task_status_allowed(struct seq_file *m, struct task_struct *task) in cpuset_task_status_allowed()
|
D | pid_namespace.c | 188 struct task_struct *task, *me = current; in zap_pid_ns_processes() local 342 static struct ns_common *pidns_get(struct task_struct *task) in pidns_get()
|
D | seccomp.c | 72 struct task_struct *task = current; in populate_seccomp_data() local 217 static inline void seccomp_assign_mode(struct task_struct *task, in seccomp_assign_mode() 873 long seccomp_get_filter(struct task_struct *task, unsigned long filter_off, in seccomp_get_filter()
|
D | kthread.c | 135 void *kthread_data(struct task_struct *task) in kthread_data() 149 void *probe_kthread_data(struct task_struct *task) in probe_kthread_data() 276 struct task_struct *task; in kthread_create_on_node() local
|
D | fork.c | 775 struct mm_struct *get_task_mm(struct task_struct *task) in get_task_mm() 792 struct mm_struct *mm_access(struct task_struct *task, unsigned int mode) in mm_access() 1230 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid() 1677 struct task_struct *task; in fork_idle() local 2078 struct task_struct *task = current; in unshare_files() local
|
/linux-4.4.14/fs/nfs/filelayout/ |
D | filelayout.c | 90 struct rpc_task *task = &hdr->task; in filelayout_reset_write() local 107 struct rpc_task *task = &hdr->task; in filelayout_reset_read() local 122 static int filelayout_async_handle_error(struct rpc_task *task, in filelayout_async_handle_error() 228 static int filelayout_read_done_cb(struct rpc_task *task, in filelayout_read_done_cb() 288 static void filelayout_read_prepare(struct rpc_task *task, void *data) in filelayout_read_prepare() 314 static void filelayout_read_call_done(struct rpc_task *task, void *data) in filelayout_read_call_done() 330 static void filelayout_read_count_stats(struct rpc_task *task, void *data) in filelayout_read_count_stats() 337 static int filelayout_write_done_cb(struct rpc_task *task, in filelayout_write_done_cb() 359 static int filelayout_commit_done_cb(struct rpc_task *task, in filelayout_commit_done_cb() 383 static void filelayout_write_prepare(struct rpc_task *task, void *data) in filelayout_write_prepare() [all …]
|
/linux-4.4.14/samples/bpf/ |
D | tracex2_user.c | 24 struct task { struct 31 struct task t; argument 37 static void print_hist_for_pid(int fd, void *task) in print_hist_for_pid()
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 667 nfs4_ff_layout_stat_io_end_read(struct rpc_task *task, in nfs4_ff_layout_stat_io_end_read() 696 nfs4_ff_layout_stat_io_end_write(struct rpc_task *task, in nfs4_ff_layout_stat_io_end_write() 902 struct rpc_task *task = &hdr->task; in ff_layout_reset_write() local 945 struct rpc_task *task = &hdr->task; in ff_layout_reset_read() local 962 static int ff_layout_async_handle_error_v4(struct rpc_task *task, in ff_layout_async_handle_error_v4() 1074 static int ff_layout_async_handle_error_v3(struct rpc_task *task, in ff_layout_async_handle_error_v3() 1109 static int ff_layout_async_handle_error(struct rpc_task *task, in ff_layout_async_handle_error() 1171 static int ff_layout_read_done_cb(struct rpc_task *task, in ff_layout_read_done_cb() 1245 static int ff_layout_read_prepare_common(struct rpc_task *task, in ff_layout_read_prepare_common() 1276 static void ff_layout_read_prepare_v3(struct rpc_task *task, void *data) in ff_layout_read_prepare_v3() [all …]
|
/linux-4.4.14/fs/nfs/ |
D | unlink.c | 78 static void nfs_async_unlink_done(struct rpc_task *task, void *calldata) in nfs_async_unlink_done() 105 static void nfs_unlink_prepare(struct rpc_task *task, void *calldata) in nfs_unlink_prepare() 131 struct rpc_task *task; in nfs_do_call_unlink() local 343 static void nfs_async_rename_done(struct rpc_task *task, void *calldata) in nfs_async_rename_done() 382 static void nfs_rename_prepare(struct rpc_task *task, void *calldata) in nfs_rename_prepare() 425 struct rpc_task *task = ERR_CAST(data->cred); in nfs_async_rename() local 467 nfs_complete_sillyrename(struct rpc_task *task, struct nfs_renamedata *data) in nfs_complete_sillyrename() 519 struct rpc_task *task; in nfs_sillyrename() local
|
D | nfs4proc.c | 470 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_exception() 497 nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_error() 573 struct rpc_task *task) in nfs40_setup_sequence() 611 static int nfs40_sequence_done(struct rpc_task *task, in nfs40_sequence_done() 665 int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs41_sequence_done() 768 int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs4_sequence_done() 781 struct rpc_task *task) in nfs41_setup_sequence() 845 struct rpc_task *task) in nfs4_setup_sequence() 864 static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata) in nfs41_call_sync_prepare() 874 static void nfs41_call_sync_done(struct rpc_task *task, void *calldata) in nfs41_call_sync_done() [all …]
|
D | nfs3proc.c | 47 nfs3_async_handle_jukebox(struct rpc_task *task, struct inode *inode) in nfs3_async_handle_jukebox() 440 static void nfs3_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs3_proc_unlink_rpc_prepare() 446 nfs3_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs3_proc_unlink_done() 462 static void nfs3_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs3_proc_rename_rpc_prepare() 468 nfs3_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs3_proc_rename_done() 799 static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_read_done() 820 static int nfs3_proc_pgio_rpc_prepare(struct rpc_task *task, in nfs3_proc_pgio_rpc_prepare() 827 static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_write_done() 847 static void nfs3_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_proc_commit_rpc_prepare() 852 static int nfs3_commit_done(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_commit_done()
|
D | proc.c | 328 static void nfs_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs_proc_unlink_rpc_prepare() 333 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs_proc_unlink_done() 345 static void nfs_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs_proc_rename_rpc_prepare() 351 nfs_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs_proc_rename_done() 581 static int nfs_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs_read_done() 603 static int nfs_proc_pgio_rpc_prepare(struct rpc_task *task, in nfs_proc_pgio_rpc_prepare() 610 static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs_write_done() 625 static void nfs_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs_proc_commit_rpc_prepare()
|
D | read.c | 219 static int nfs_readpage_done(struct rpc_task *task, in nfs_readpage_done() 236 static void nfs_readpage_retry(struct rpc_task *task, in nfs_readpage_retry() 264 static void nfs_readpage_result(struct rpc_task *task, in nfs_readpage_result()
|
D | nfs42proc.c | 194 nfs42_layoutstat_prepare(struct rpc_task *task, void *calldata) in nfs42_layoutstat_prepare() 204 nfs42_layoutstat_done(struct rpc_task *task, void *calldata) in nfs42_layoutstat_done() 261 struct rpc_task *task; in nfs42_proc_layoutstats_generic() local
|
/linux-4.4.14/arch/um/include/asm/ |
D | stacktrace.h | 18 get_frame_pointer(struct task_struct *task, struct pt_regs *segv_regs) in get_frame_pointer() 26 get_frame_pointer(struct task_struct *task, struct pt_regs *segv_regs) in get_frame_pointer() 33 *get_stack_pointer(struct task_struct *task, struct pt_regs *segv_regs) in get_stack_pointer()
|
/linux-4.4.14/net/irda/ |
D | irda_device.c | 162 static void __irda_task_delete(struct irda_task *task) in __irda_task_delete() 169 static void irda_task_delete(struct irda_task *task) in irda_task_delete() 185 static int irda_task_kick(struct irda_task *task) in irda_task_kick() 254 struct irda_task *task; in irda_task_timer_expired() local
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 53 static void sas_end_task(struct scsi_cmnd *sc, struct sas_task *task) in sas_end_task() 118 static void sas_scsi_task_done(struct sas_task *task) in sas_scsi_task_done() 152 struct sas_task *task = sas_alloc_task(gfp_flags); in sas_create_task() local 184 struct sas_task *task; in sas_queuecommand() local 225 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_finish_cmd() local 244 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_defer_cmd() local 302 static enum task_disposition sas_scsi_find_task(struct sas_task *task) in sas_scsi_find_task() 490 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_abort_handler() local 586 struct sas_task *task; in sas_eh_handle_sas_errors() local 602 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_handle_sas_errors() local [all …]
|
D | sas_ata.c | 95 static void sas_ata_task_done(struct sas_task *task) in sas_ata_task_done() 180 struct sas_task *task; in sas_ata_qc_issue() local 431 static void sas_ata_internal_abort(struct sas_task *task) in sas_ata_internal_abort() 487 struct sas_task *task = qc->lldd_task; in sas_ata_post_internal() local 587 void sas_ata_task_abort(struct sas_task *task) in sas_ata_task_abort()
|
D | sas_task.c | 7 void sas_ssp_task_response(struct device *dev, struct sas_task *task, in sas_ssp_task_response()
|
D | sas_init.c | 45 struct sas_task *task = kmem_cache_zalloc(sas_task_cache, flags); in sas_alloc_task() local 58 struct sas_task *task = sas_alloc_task(flags); in sas_alloc_slow_task() local 76 void sas_free_task(struct sas_task *task) in sas_free_task()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | unwind.c | 163 static inline void unwind_trap(struct task_struct *task, unsigned long pc, in unwind_trap() 169 static inline void unwind_trap(struct task_struct *task, unsigned long pc, in unwind_trap() 187 static void microblaze_unwind_inner(struct task_struct *task, in microblaze_unwind_inner() 285 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace) in microblaze_unwind()
|
D | traps.c | 33 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
|
/linux-4.4.14/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 49 static int pm8001_find_tag(struct sas_task *task, u32 *tag) in pm8001_find_tag() 278 u32 pm8001_get_ncq_tag(struct sas_task *task, u32 *tag) in pm8001_get_ncq_tag() 353 static int pm8001_task_exec(struct sas_task *task, in pm8001_task_exec() 479 int pm8001_queue_command(struct sas_task *task, gfp_t gfp_flags) in pm8001_queue_command() 492 struct sas_task *task, struct pm8001_ccb_info *ccb, u32 ccb_idx) in pm8001_ccb_task_free() 649 void pm8001_task_done(struct sas_task *task) in pm8001_task_done() 658 struct sas_task *task = (struct sas_task *)data; in pm8001_tmf_timedout() local 680 struct sas_task *task = NULL; in pm8001_exec_internal_tmf_task() local 771 struct sas_task *task = NULL; in pm8001_exec_internal_task_abort() local 904 struct sas_task *task; in pm8001_open_reject_retry() local [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 171 static unsigned long get_user_msr(struct task_struct *task) in get_user_msr() 176 static int set_user_msr(struct task_struct *task, unsigned long msr) in set_user_msr() 184 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr() 190 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr() 197 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr() 202 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr() 212 static int set_user_trap(struct task_struct *task, unsigned long trap) in set_user_trap() 221 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg() 245 int ptrace_put_reg(struct task_struct *task, int regno, unsigned long data) in ptrace_put_reg() 842 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view() [all …]
|
D | signal_32.c | 265 struct task_struct *task) in copy_fpr_to_user() 277 unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user() 293 struct task_struct *task) in copy_vsx_to_user() 304 unsigned long copy_vsx_from_user(struct task_struct *task, in copy_vsx_from_user() 319 struct task_struct *task) in copy_transact_fpr_to_user() 331 unsigned long copy_transact_fpr_from_user(struct task_struct *task, in copy_transact_fpr_from_user() 347 struct task_struct *task) in copy_transact_vsx_to_user() 358 unsigned long copy_transact_vsx_from_user(struct task_struct *task, in copy_transact_vsx_from_user() 373 struct task_struct *task) in copy_fpr_to_user() 379 inline unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user() [all …]
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 161 iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) in iscsi_iser_pdu_alloc() 183 iser_initialize_task_headers(struct iscsi_task *task, in iser_initialize_task_headers() 233 iscsi_iser_task_init(struct iscsi_task *task) in iscsi_iser_task_init() 268 iscsi_iser_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in iscsi_iser_mtask_xmit() 287 struct iscsi_task *task) in iscsi_iser_task_xmit_unsol_data() 322 iscsi_iser_task_xmit(struct iscsi_task *task) in iscsi_iser_task_xmit() 366 static void iscsi_iser_cleanup_task(struct iscsi_task *task) in iscsi_iser_cleanup_task() 406 iscsi_iser_check_protection(struct iscsi_task *task, sector_t *sector) in iscsi_iser_check_protection()
|
D | iser_initiator.c | 48 static int iser_prepare_read_cmd(struct iscsi_task *task) in iser_prepare_read_cmd() 99 iser_prepare_write_cmd(struct iscsi_task *task, in iser_prepare_write_cmd() 370 struct iscsi_task *task) in iser_send_command() 440 struct iscsi_task *task, in iser_send_data_out() 505 struct iscsi_task *task) in iser_send_control() 623 struct iscsi_task *task; in iser_snd_completion() local
|
D | iser_memory.c | 527 iser_reg_prot_sg(struct iscsi_iser_task *task, in iser_reg_prot_sg() 542 iser_reg_data_sg(struct iscsi_iser_task *task, in iser_reg_data_sg() 556 int iser_reg_rdma_mem(struct iscsi_iser_task *task, in iser_reg_rdma_mem() 613 void iser_unreg_rdma_mem(struct iscsi_iser_task *task, in iser_unreg_rdma_mem()
|
/linux-4.4.14/arch/x86/um/ |
D | tls_32.c | 63 static int get_free_idx(struct task_struct* task) in get_free_idx() 132 static inline int needs_TLS_update(struct task_struct *task) in needs_TLS_update() 157 void clear_flushed_tls(struct task_struct *task) in clear_flushed_tls() 203 static int set_tls_entry(struct task_struct* task, struct user_desc *info, in set_tls_entry() 240 static int get_tls_entry(struct task_struct *task, struct user_desc *info, in get_tls_entry()
|
D | tls_64.c | 4 void clear_flushed_tls(struct task_struct *task) in clear_flushed_tls()
|
D | syscalls_64.c | 13 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) in arch_prctl()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | ptrace.c | 107 get_reg_addr(struct task_struct * task, unsigned long regno) in get_reg_addr() 128 get_reg(struct task_struct * task, unsigned long regno) in get_reg() 145 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) in put_reg() 158 read_int(struct task_struct *task, unsigned long addr, int * data) in read_int() 165 write_int(struct task_struct *task, unsigned long addr, int data) in write_int()
|
D | process.c | 338 dump_elf_task(elf_greg_t *dest, struct task_struct *task) in dump_elf_task() 346 dump_elf_task_fp(elf_fpreg_t *dest, struct task_struct *task) in dump_elf_task_fp()
|
/linux-4.4.14/arch/h8300/include/asm/ |
D | syscall.h | 12 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 18 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments()
|
D | ptrace.h | 28 #define task_pt_regs(task) \ argument
|
/linux-4.4.14/include/linux/fsl/bestcomm/ |
D | bestcomm_priv.h | 261 bcom_enable_task(int task) in bcom_enable_task() 269 bcom_disable_task(int task) in bcom_disable_task() 277 bcom_task_desc(int task) in bcom_task_desc() 283 bcom_task_num_descs(int task) in bcom_task_num_descs() 289 bcom_task_var(int task) in bcom_task_var() 295 bcom_task_inc(int task) in bcom_task_inc() 328 bcom_set_task_pragma(int task, int pragma) in bcom_set_task_pragma() 335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start() 342 bcom_set_tcr_initiator(int task, int initiator) in bcom_set_tcr_initiator()
|
/linux-4.4.14/drivers/dma/bestcomm/ |
D | bestcomm.c | 139 bcom_load_image(int task, u32 *task_image) in bcom_load_image() 204 bcom_set_initiator(int task, int initiator) in bcom_set_initiator() 278 int task; in bcom_engine_init() local 344 int task; in bcom_engine_cleanup() local
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | syscall.h | 32 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 38 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
|
/linux-4.4.14/arch/sh/kernel/ |
D | ptrace_64.c | 58 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() 68 get_fpu_long(struct task_struct *task, unsigned long addr) in get_fpu_long() 98 static inline int put_stack_long(struct task_struct *task, int offset, in put_stack_long() 110 put_fpu_long(struct task_struct *task, unsigned long addr, unsigned long data) in put_fpu_long() 381 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
D | dumpstack.c | 59 struct task_struct *task = tinfo->task; in print_ftrace_graph_addr() local 85 stack_reader_dump(struct task_struct *task, struct pt_regs *regs, in stack_reader_dump()
|
D | ptrace_32.c | 42 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() 54 static inline int put_stack_long(struct task_struct *task, int offset, in put_stack_long() 365 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
D | unwinder.c | 131 void unwind_stack(struct task_struct *task, struct pt_regs *regs, in unwind_stack()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | ptrace.c | 33 static inline long get_reg(struct task_struct *task, int regno) in get_reg() 46 static inline int put_reg(struct task_struct *task, in put_reg() 134 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.c | 28 static int mvs_find_tag(struct mvs_info *mvi, struct sas_task *task, u32 *tag) in mvs_find_tag() 320 struct sas_task *task = tei->task; in mvs_task_prep_smp() local 426 static u32 mvs_get_ncq_tag(struct sas_task *task, u32 *tag) in mvs_get_ncq_tag() 444 struct sas_task *task = tei->task; in mvs_task_prep_ata() local 571 struct sas_task *task = tei->task; in mvs_task_prep_ssp() local 708 static int mvs_task_prep(struct sas_task *task, struct mvs_info *mvi, int is_tmf, in mvs_task_prep() 852 static int mvs_task_exec(struct sas_task *task, gfp_t gfp_flags, in mvs_task_exec() 876 int mvs_queue_command(struct sas_task *task, gfp_t gfp_flags) in mvs_queue_command() 887 static void mvs_slot_task_free(struct mvs_info *mvi, struct sas_task *task, in mvs_slot_task_free() 1274 static void mvs_task_done(struct sas_task *task) in mvs_task_done() [all …]
|
/linux-4.4.14/include/linux/sched/ |
D | rt.h | 34 static inline int rt_mutex_get_effective_prio(struct task_struct *task, in rt_mutex_get_effective_prio() 40 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) in rt_mutex_get_top_task()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | ptrace.c | 39 long h8300_get_reg(struct task_struct *task, int regno) in h8300_get_reg() 54 int h8300_put_reg(struct task_struct *task, int regno, unsigned long data) in h8300_put_reg() 152 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
/linux-4.4.14/block/ |
D | blk-ioc.c | 200 void exit_io_context(struct task_struct *task) in exit_io_context() 234 int create_task_io_context(struct task_struct *task, gfp_t gfp_flags, int node) in create_task_io_context() 287 struct io_context *get_task_io_context(struct task_struct *task, in get_task_io_context()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | debug-monitors.c | 385 void user_rewind_single_step(struct task_struct *task) in user_rewind_single_step() 395 void user_fastforward_single_step(struct task_struct *task) in user_fastforward_single_step() 424 void user_enable_single_step(struct task_struct *task) in user_enable_single_step() 430 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
|
D | perf_regs.c | 46 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 658 struct fcoe_task_ctx_entry *task; in bnx2fc_initiate_tmf() local 816 struct fcoe_task_ctx_entry *task; in bnx2fc_initiate_abts() local 924 struct fcoe_task_ctx_entry *task; in bnx2fc_initiate_seq_cleanup() local 993 struct fcoe_task_ctx_entry *task; in bnx2fc_initiate_cleanup() local 1251 struct fcoe_task_ctx_entry *task, in bnx2fc_process_seq_cleanup_compl() 1286 struct fcoe_task_ctx_entry *task, in bnx2fc_process_cleanup_compl() 1299 struct fcoe_task_ctx_entry *task, in bnx2fc_process_abts_compl() 1458 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_tm_compl() 1846 struct fcoe_task_ctx_entry *task, in bnx2fc_process_scsi_cmd_compl() 1944 struct fcoe_task_ctx_entry *task; in bnx2fc_post_io_req() local
|
D | bnx2fc_hwi.c | 635 struct fcoe_task_ctx_entry *task, *task_page; in bnx2fc_process_unsol_compl() local 874 struct fcoe_task_ctx_entry *task; in bnx2fc_process_cq_compl() local 1460 struct fcoe_task_ctx_entry *task, in bnx2fc_init_seq_cleanup_task() 1550 struct fcoe_task_ctx_entry *task, in bnx2fc_init_cleanup_task() 1588 struct fcoe_task_ctx_entry *task) in bnx2fc_init_mp_task() 1684 struct fcoe_task_ctx_entry *task) in bnx2fc_init_task()
|
/linux-4.4.14/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 333 struct iscsi_task *task) in bnx2i_send_iscsi_login() 540 struct iscsi_task *task, in bnx2i_send_iscsi_nopout() 603 struct iscsi_task *task) in bnx2i_send_iscsi_logout() 1361 struct iscsi_task *task; in bnx2i_process_scsi_cmd_resp() local 1455 struct iscsi_task *task; in bnx2i_process_login_resp() local 1523 struct iscsi_task *task; in bnx2i_process_text_resp() local 1584 struct iscsi_task *task; in bnx2i_process_tmf_resp() local 1623 struct iscsi_task *task; in bnx2i_process_logout_resp() local 1670 struct iscsi_task *task; in bnx2i_process_nopin_local_cmpl() local 1710 struct iscsi_task *task; in bnx2i_process_nopin_mesg() local [all …]
|
D | bnx2i_iscsi.c | 84 static void bnx2i_setup_write_cmd_bd_info(struct iscsi_task *task) in bnx2i_setup_write_cmd_bd_info() 474 struct iscsi_task *task = session->cmds[i]; in bnx2i_destroy_cmd_pool() local 499 struct iscsi_task *task = session->cmds[i]; in bnx2i_setup_cmd_pool() local 1081 static int bnx2i_iscsi_send_generic_request(struct iscsi_task *task) in bnx2i_iscsi_send_generic_request() 1158 static void bnx2i_cleanup_task(struct iscsi_task *task) in bnx2i_cleanup_task() 1191 bnx2i_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in bnx2i_mtask_xmit() 1223 static int bnx2i_task_xmit(struct iscsi_task *task) in bnx2i_task_xmit()
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | ptrace.c | 29 inline long get_reg(struct task_struct *task, unsigned int regno) in get_reg() 46 inline int put_reg(struct task_struct *task, unsigned int regno, in put_reg()
|
/linux-4.4.14/scripts/gdb/linux/ |
D | tasks.py | 90 def get_thread_info(task): argument 112 def invoke(self, task): argument
|
/linux-4.4.14/arch/x86/kernel/ |
D | perf_regs.c | 77 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi() 106 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
|
D | dumpstack_64.c | 117 analyze_stack(int cpu, struct task_struct *task, unsigned long *stack, in analyze_stack() 151 void dump_trace(struct task_struct *task, struct pt_regs *regs, in dump_trace() 249 show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, in show_stack_log_lvl()
|
D | dumpstack.c | 47 struct task_struct *task; in print_ftrace_graph_addr() local 170 show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, in show_trace_log_lvl() 177 void show_trace(struct task_struct *task, struct pt_regs *regs, in show_trace() 183 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
|
D | ptrace.c | 204 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg() 221 static int set_segment_reg(struct task_struct *task, in set_segment_reg() 269 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg() 310 static int set_segment_reg(struct task_struct *task, in set_segment_reg() 379 static unsigned long get_flags(struct task_struct *task) in get_flags() 392 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() 454 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() 1402 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
D | dumpstack_32.c | 41 void dump_trace(struct task_struct *task, struct pt_regs *regs, in dump_trace() 94 show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, in show_stack_log_lvl()
|
D | process_64.c | 506 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr) in do_arch_prctl() 606 unsigned long KSTK_ESP(struct task_struct *task) in KSTK_ESP()
|
/linux-4.4.14/arch/s390/kernel/ |
D | dumpstack.c | 67 static void show_trace(struct task_struct *task, unsigned long *stack) in show_trace() 97 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
|
D | runtime_instr.c | 48 struct task_struct *task = current; in exit_thread_runtime_instr() local
|
D | ptrace.c | 41 void update_cr_regs(struct task_struct *task) in update_cr_regs() 101 void user_enable_single_step(struct task_struct *task) in user_enable_single_step() 107 void user_disable_single_step(struct task_struct *task) in user_disable_single_step() 113 void user_enable_block_step(struct task_struct *task) in user_enable_block_step() 124 void ptrace_disable(struct task_struct *task) in ptrace_disable() 1426 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | thread_info.h | 17 struct task_struct *task; /* main task structure */ member 117 #define SET_UNALIGN_CTL(task,value) ({ \ argument 128 #define GET_UNALIGN_CTL(task,value) ({ \ argument
|
D | ptrace.h | 13 #define task_pt_regs(task) \ argument
|
/linux-4.4.14/kernel/bpf/ |
D | helpers.c | 127 struct task_struct *task = current; in bpf_get_current_pid_tgid() local 143 struct task_struct *task = current; in bpf_get_current_uid_gid() local 163 struct task_struct *task = current; in bpf_get_current_comm() local
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 40 get_reg(struct task_struct *task, unsigned long regno, in get_reg() 77 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) in put_reg() 226 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
D | dumpstack.c | 35 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
|
/linux-4.4.14/drivers/misc/cxl/ |
D | fault.c | 175 struct task_struct *task = NULL; in cxl_handle_fault() local 229 struct task_struct *task; in cxl_prefault_one() local 266 struct task_struct *task; in cxl_prefault_vma() local
|
/linux-4.4.14/arch/mips/kernel/ |
D | process.c | 507 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, in unwind_stack() 518 unsigned long get_wchan(struct task_struct *task) in get_wchan() 573 int mips_get_process_fp_mode(struct task_struct *task) in mips_get_process_fp_mode() 585 int mips_set_process_fp_mode(struct task_struct *task, unsigned int value) in mips_set_process_fp_mode()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/linux/ |
D | obd.h | 64 struct task_struct *task; member 86 struct task_struct *task = lock->task; in __client_obd_list_lock() local
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | ptrace.c | 25 static inline long get_user_reg(struct task_struct *task, int offset) in get_user_reg() 37 put_user_reg(struct task_struct *task, int offset, long data) in put_user_reg()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | metrics.h | 90 static inline void rpc_count_iostats(const struct rpc_task *task, in rpc_count_iostats() 92 static inline void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics()
|
/linux-4.4.14/security/apparmor/include/ |
D | context.h | 112 static inline struct aa_profile *__aa_task_profile(struct task_struct *task) in __aa_task_profile() 123 static inline bool __aa_task_is_confined(struct task_struct *task) in __aa_task_is_confined()
|
/linux-4.4.14/drivers/oprofile/ |
D | cpu_buffer.c | 183 int is_kernel, struct task_struct *task) in op_add_code() 262 struct task_struct *task) in log_sample() 298 struct task_struct *task) in __oprofile_add_ext_sample() 321 struct task_struct *task) in oprofile_add_ext_hw_sample()
|
D | buffer_sync.c | 58 struct task_struct *task = data; in task_free_notify() local 302 add_user_ctx_switch(struct task_struct const *task, unsigned long cookie) in add_user_ctx_switch() 437 struct task_struct *task; in process_task_mortuary() local
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-block-manager.c | 51 struct task_struct *task; member 56 struct task_struct *task) in __find_holder() 69 static void __add_holder(struct block_lock *lock, struct task_struct *task) in __add_holder() 90 static void __del_holder(struct block_lock *lock, struct task_struct *task) in __del_holder() 143 struct task_struct *task; in __wake_waiter() local
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 62 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() 69 int put_stack_long(struct task_struct *task, int offset, unsigned long data) in put_stack_long() 254 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
/linux-4.4.14/arch/frv/kernel/ |
D | ptrace.c | 195 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view() 203 static inline long get_reg(struct task_struct *task, int regno) in get_reg() 216 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
|
/linux-4.4.14/kernel/events/ |
D | core.c | 447 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp() 475 static void perf_cgroup_switch(struct task_struct *task, int mode) in perf_cgroup_switch() 538 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out() 571 struct task_struct *task) in perf_cgroup_sched_in() 704 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out() 710 struct task_struct *task) in perf_cgroup_sched_in() 722 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp() 728 perf_cgroup_switch(struct task_struct *task, struct task_struct *next) in perf_cgroup_switch() 1055 perf_lock_task_context(struct task_struct *task, int ctxn, unsigned long *flags) in perf_lock_task_context() 1108 perf_pin_task_context(struct task_struct *task, int ctxn) in perf_pin_task_context() [all …]
|
/linux-4.4.14/arch/m68k/kernel/ |
D | ptrace.c | 74 static inline long get_reg(struct task_struct *task, int regno) in get_reg() 98 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
|
/linux-4.4.14/fs/ |
D | nsfs.c | 47 void *ns_get_path(struct path *path, struct task_struct *task, in ns_get_path() 109 int ns_get_name(char *buf, size_t size, struct task_struct *task, in ns_get_name()
|
D | file_table.c | 267 struct task_struct *task = current; in fput() local 296 struct task_struct *task = current; in __fput_sync() local
|
/linux-4.4.14/lib/ |
D | is_single_threaded.c | 20 struct task_struct *task = current; in current_is_single_threaded() local
|
/linux-4.4.14/arch/m32r/kernel/ |
D | traps.c | 125 static void show_trace(struct task_struct *task, unsigned long *stack) in show_trace() 141 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | transport.c | 459 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect() 489 xprt_rdma_allocate(struct rpc_task *task, size_t size) in xprt_rdma_allocate() 604 xprt_rdma_send_request(struct rpc_task *task) in xprt_rdma_send_request()
|
/linux-4.4.14/drivers/rtc/ |
D | interface.c | 611 int rtc_irq_register(struct rtc_device *rtc, struct rtc_task *task) in rtc_irq_register() 635 void rtc_irq_unregister(struct rtc_device *rtc, struct rtc_task *task) in rtc_irq_unregister() 677 int rtc_irq_set_state(struct rtc_device *rtc, struct rtc_task *task, int enabled) in rtc_irq_set_state() 711 int rtc_irq_set_freq(struct rtc_device *rtc, struct rtc_task *task, int freq) in rtc_irq_set_freq()
|
/linux-4.4.14/fs/lockd/ |
D | clntproc.c | 357 struct rpc_task *task; in nlm_do_async_call() local 401 struct rpc_task *task; in nlmclnt_async_call() local 690 static void nlmclnt_unlock_callback(struct rpc_task *task, void *data) in nlmclnt_unlock_callback() 757 static void nlmclnt_cancel_callback(struct rpc_task *task, void *data) in nlmclnt_cancel_callback()
|
/linux-4.4.14/arch/tile/kernel/ |
D | hardwall.c | 627 struct task_struct *task) in _hardwall_deactivate() 647 struct task_struct *task) in hardwall_deactivate() 666 void hardwall_deactivate_all(struct task_struct *task) in hardwall_deactivate_all() 853 struct task_struct *task; in hardwall_destroy() local 946 struct pid *pid, struct task_struct *task) in proc_pid_hardwall() 1036 struct task_struct *task, *tmp; in hardwall_flush() local
|
D | stack.c | 457 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack() 473 static void save_stack_trace_common(struct task_struct *task, in save_stack_trace_common() 509 void save_stack_trace_tsk(struct task_struct *task, struct stack_trace *trace) in save_stack_trace_tsk()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | stacktrace.h | 20 static __always_inline unsigned long *stack_pointer(struct task_struct *task) in stack_pointer()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | traps.c | 49 void show_trace(struct task_struct *task, unsigned long *stack) in show_trace() 69 void show_stack(struct task_struct *task, unsigned long *esp) in show_stack()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | ptrace.c | 39 long get_reg(struct task_struct *task, unsigned int regno) in get_reg() 63 int put_reg(struct task_struct *task, unsigned int regno, unsigned long data) in put_reg()
|
/linux-4.4.14/arch/um/kernel/ |
D | sysrq.c | 30 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
|
/linux-4.4.14/arch/arm/kernel/ |
D | perf_regs.c | 27 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | traps.c | 92 static void do_show_stack(struct task_struct *task, unsigned long *fp, in do_show_stack() 192 void show_stack(struct task_struct *task, unsigned long *fp) in show_stack()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4callback.c | 805 static void nfsd4_cb_probe_done(struct rpc_task *task, void *calldata) in nfsd4_cb_probe_done() 853 static bool nfsd41_cb_get_slot(struct nfs4_client *clp, struct rpc_task *task) in nfsd41_cb_get_slot() 871 static void nfsd4_cb_prepare(struct rpc_task *task, void *calldata) in nfsd4_cb_prepare() 891 static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback *cb) in nfsd4_cb_sequence_done() 969 static void nfsd4_cb_done(struct rpc_task *task, void *calldata) in nfsd4_cb_done()
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | auth_gss.c | 419 gss_upcall_callback(struct rpc_task *task) in gss_upcall_callback() 558 gss_refresh_upcall(struct rpc_task *task) in gss_refresh_upcall() 1212 struct rpc_task *task; in gss_destroying_context() local 1476 gss_marshal(struct rpc_task *task, __be32 *p) in gss_marshal() 1531 static int gss_renew_cred(struct rpc_task *task) in gss_renew_cred() 1574 gss_refresh(struct rpc_task *task) in gss_refresh() 1598 gss_refresh_null(struct rpc_task *task) in gss_refresh_null() 1604 gss_validate(struct rpc_task *task, __be32 *p) in gss_validate() 1822 gss_wrap_req(struct rpc_task *task, in gss_wrap_req() 1934 gss_unwrap_resp(struct rpc_task *task, in gss_unwrap_resp()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | ptrace.h | 10 #define task_regs(task) ((struct pt_regs *) ((char *)(task) + TASK_REGS)) argument
|
D | psw.h | 96 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW + 4)) argument 98 #define pa_psw(task) ((struct pa_psw *) ((char *) (task) + TASK_PT_PSW)) argument
|
/linux-4.4.14/drivers/scsi/be2iscsi/ |
D | be_main.c | 1104 struct iscsi_task *task; in beiscsi_process_async_pdu() local 1314 struct iscsi_task *task, in be_complete_io() 1382 struct iscsi_task *task, in be_complete_logout() 1409 struct iscsi_task *task, in be_complete_tmf() 1435 struct iscsi_task *task; in hwi_complete_drvr_msgs() local 1464 struct iscsi_task *task, in be_complete_nopin_resp() 1543 struct iscsi_task *task; in hwi_complete_cmd() local 2507 static void hwi_write_buffer(struct iscsi_wrb *pwrb, struct iscsi_task *task) in hwi_write_buffer() 4590 struct iscsi_task *task) in beiscsi_free_mgmt_task_handles() 4634 static void beiscsi_cleanup_task(struct iscsi_task *task) in beiscsi_cleanup_task() [all …]
|
/linux-4.4.14/arch/cris/include/asm/ |
D | processor.h | 49 #define task_pt_regs(task) user_regs(task_thread_info(task)) argument
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | ptrace.h | 39 #define task_pt_regs(task) \ argument
|
/linux-4.4.14/Documentation/prctl/ |
D | disable-tsc-on-off-stress-test.c | 59 static void task(void) in task() function
|
/linux-4.4.14/include/asm-generic/ |
D | mmu_context.h | 29 static inline void deactivate_mm(struct task_struct *task, in deactivate_mm()
|
/linux-4.4.14/arch/um/include/shared/ |
D | as-layout.h | 42 void *task; member
|
/linux-4.4.14/arch/arm/common/ |
D | bL_switcher.c | 262 struct task_struct *task; member 311 struct task_struct *task; in bL_switcher_thread_create() local 611 struct task_struct *task; in bL_switcher_disable() local
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | traps.c | 457 void show_trace(struct task_struct *task, unsigned long *sp) in show_trace() 477 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
|
/linux-4.4.14/arch/ia64/oprofile/ |
D | perfmon.c | 20 perfmon_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, in perfmon_handler()
|
/linux-4.4.14/drivers/s390/cio/ |
D | crw.c | 153 struct task_struct *task; in crw_machine_check_init() local
|
/linux-4.4.14/drivers/char/ |
D | rtc.c | 812 int rtc_register(rtc_task_t *task) in rtc_register() 839 int rtc_unregister(rtc_task_t *task) in rtc_unregister() 876 int rtc_control(rtc_task_t *task, unsigned int cmd, unsigned long arg) in rtc_control()
|
/linux-4.4.14/tools/perf/ |
D | builtin-sched.c | 242 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event() 261 static struct sched_atom *last_event(struct task_desc *task) in last_event() 269 static void add_sched_event_run(struct perf_sched *sched, struct task_desc *task, in add_sched_event_run() 292 static void add_sched_event_wakeup(struct perf_sched *sched, struct task_desc *task, in add_sched_event_wakeup() 319 static void add_sched_event_sleep(struct perf_sched *sched, struct task_desc *task, in add_sched_event_sleep() 332 struct task_desc *task; in register_pid() local 377 struct task_desc *task; in print_task_traces() local 497 struct task_desc *task; member 548 struct task_desc *task; in create_tasks() local 580 struct task_desc *task; in wait_for_tasks() local
|