/linux-4.1.27/arch/x86/um/ |
H A D | tls_64.c | 3 void clear_flushed_tls(struct task_struct *task) clear_flushed_tls() argument
|
H A D | syscalls_64.c | 12 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) arch_prctl() argument
|
H A D | tls_32.c | 62 static int get_free_idx(struct task_struct* task) get_free_idx() argument 131 static inline int needs_TLS_update(struct task_struct *task) needs_TLS_update() argument 156 void clear_flushed_tls(struct task_struct *task) clear_flushed_tls() argument 202 static int set_tls_entry(struct task_struct* task, struct user_desc *info, set_tls_entry() argument 239 static int get_tls_entry(struct task_struct *task, struct user_desc *info, get_tls_entry() argument
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | current.h | 20 struct task_struct *task; get_current() local
|
H A D | syscall.h | 25 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 31 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 37 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 43 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 49 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 62 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 82 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/drivers/scsi/libsas/ |
H A D | sas_task.c | 7 void sas_ssp_task_response(struct device *dev, struct sas_task *task, sas_ssp_task_response() argument
|
H A D | sas_init.c | 45 struct sas_task *task = kmem_cache_zalloc(sas_task_cache, flags); sas_alloc_task() local 58 struct sas_task *task = sas_alloc_task(flags); sas_alloc_slow_task() local 76 void sas_free_task(struct sas_task *task) sas_free_task() argument
|
/linux-4.1.27/drivers/staging/unisys/include/ |
H A D | uisthread.h | 28 struct task_struct *task; member in struct:uisthread_info
|
/linux-4.1.27/lib/ |
H A D | is_single_threaded.c | 20 struct task_struct *task = current; current_is_single_threaded() local
|
H A D | fault-inject.c | 57 static bool fail_task(struct fault_attr *attr, struct task_struct *task) fail_task() argument
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | stacktrace.h | 20 static __always_inline unsigned long *stack_pointer(struct task_struct *task) stack_pointer() argument
|
H A D | thread_info.h | 46 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/include/linux/ |
H A D | task_work.h | 19 static inline void exit_task_work(struct task_struct *task) exit_task_work() argument
|
H A D | perf_regs.h | 28 static inline u64 perf_reg_abi(struct task_struct *task) perf_reg_abi() argument
|
H A D | tracehook.h | 160 static inline void set_notify_resume(struct task_struct *task) set_notify_resume() argument
|
H A D | cn_proc.h | 32 static inline void proc_fork_connector(struct task_struct *task) proc_fork_connector() argument 35 static inline void proc_exec_connector(struct task_struct *task) proc_exec_connector() argument 38 static inline void proc_id_connector(struct task_struct *task, proc_id_connector() argument 42 static inline void proc_sid_connector(struct task_struct *task) proc_sid_connector() argument 45 static inline void proc_comm_connector(struct task_struct *task) proc_comm_connector() argument 48 static inline void proc_ptrace_connector(struct task_struct *task, proc_ptrace_connector() argument 52 static inline void proc_coredump_connector(struct task_struct *task) proc_coredump_connector() argument 55 static inline void proc_exit_connector(struct task_struct *task) proc_exit_connector() argument
|
H A D | debug_locks.h | 60 static inline void debug_show_held_locks(struct task_struct *task) debug_show_held_locks() argument
|
H A D | latencytop.h | 32 account_scheduler_latency(struct task_struct *task, int usecs, int inter) account_scheduler_latency() argument 43 account_scheduler_latency(struct task_struct *task, int usecs, int inter) account_scheduler_latency() argument
|
H A D | oom.h | 87 static inline bool task_will_free_mem(struct task_struct *task) task_will_free_mem() argument
|
H A D | ioprio.h | 53 static inline int task_nice_ioprio(struct task_struct *task) task_nice_ioprio() argument 62 static inline int task_nice_ioclass(struct task_struct *task) task_nice_ioclass() argument
|
H A D | mutex.h | 75 struct task_struct *task; member in struct:mutex_waiter
|
H A D | iocontext.h | 154 static inline void exit_io_context(struct task_struct *task) { } argument
|
H A D | kthread.h | 69 struct task_struct *task; member in struct:kthread_worker
|
H A D | proc_fs.h | 51 static inline void proc_flush_task(struct task_struct *task) proc_flush_task() argument
|
H A D | shm.h | 73 static inline void exit_shm(struct task_struct *task) exit_shm() argument 76 static inline void shm_init_task(struct task_struct *task) shm_init_task() argument
|
H A D | ww_mutex.h | 28 struct task_struct *task; member in struct:ww_acquire_ctx
|
H A D | cpuset.h | 187 cpuset_task_status_allowed(struct seq_file *m, struct task_struct *task) cpuset_task_status_allowed() argument
|
H A D | freezer.h | 75 static inline bool cgroup_freezing(struct task_struct *task) cgroup_freezing() argument
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | syscall.h | 32 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 38 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument
|
H A D | thread_info.h | 49 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | init_task.c | 32 struct task_struct task; member in struct:__anon1703::__anon1704
|
H A D | perfmon_itanium.h | 51 pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) pfm_ita_pmc_check() argument
|
H A D | perfmon_mckinley.h | 77 pfm_mck_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) pfm_mck_pmc_check() argument
|
H A D | perfmon_montecito.h | 155 pfm_mont_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *val, struct pt_regs *regs) pfm_mont_pmc_check() argument
|
H A D | perfmon_default_smpl.c | 41 default_validate(struct task_struct *task, unsigned int flags, int cpu, void *data) default_validate() argument 64 default_get_size(struct task_struct *task, unsigned int flags, int cpu, void *data, unsigned long *size) default_get_size() argument 77 default_init(struct task_struct *task, void *buf, unsigned int flags, int cpu, void *data) default_init() argument 102 default_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, unsigned long stamp) default_handler() argument 230 default_restart(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs) default_restart() argument 246 default_exit(struct task_struct *task, void *buf, struct pt_regs *regs) default_exit() argument
|
/linux-4.1.27/net/sunrpc/ |
H A D | bc_svc.c | 48 struct rpc_task *task; bc_send() local
|
H A D | sunrpc.h | 40 static inline int rpc_reply_expected(struct rpc_task *task) rpc_reply_expected() argument
|
H A D | auth_null.c | 64 nul_marshal(struct rpc_task *task, __be32 *p) nul_marshal() argument 78 nul_refresh(struct rpc_task *task) nul_refresh() argument 85 nul_validate(struct rpc_task *task, __be32 *p) nul_validate() argument
|
H A D | auth_generic.c | 65 static struct rpc_cred *generic_bind_cred(struct rpc_task *task, generic_bind_cred() argument
|
H A D | auth_unix.c | 144 unx_marshal(struct rpc_task *task, __be32 *p) unx_marshal() argument 178 unx_refresh(struct rpc_task *task) unx_refresh() argument 185 unx_validate(struct rpc_task *task, __be32 *p) unx_validate() argument
|
H A D | debugfs.c | 25 struct rpc_task *task = v; tasks_show() local 50 struct rpc_task *task; variable in typeref:struct:rpc_task 65 struct rpc_task *task = v; tasks_next() local
|
/linux-4.1.27/arch/tile/include/asm/ |
H A D | stack.h | 27 struct task_struct *task; /* task we are backtracing */ member in struct:KBacktraceIterator
|
H A D | syscall.h | 41 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 47 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 54 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 60 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 67 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 76 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | thread_info.h | 28 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/um/include/asm/ |
H A D | stacktrace.h | 18 get_frame_pointer(struct task_struct *task, struct pt_regs *segv_regs) get_frame_pointer() argument 26 get_frame_pointer(struct task_struct *task, struct pt_regs *segv_regs) get_frame_pointer() argument 33 *get_stack_pointer(struct task_struct *task, struct pt_regs *segv_regs) get_stack_pointer() argument
|
H A D | processor-generic.h | 57 static inline void release_thread(struct task_struct *task) release_thread() argument
|
H A D | thread_info.h | 16 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/um/include/shared/ |
H A D | as-layout.h | 42 void *task; member in struct:cpu_task
|
/linux-4.1.27/arch/um/kernel/ |
H A D | sysrq.c | 30 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
|
H A D | irq.c | 437 struct task_struct *task; to_irq_stack() local
|
H A D | um_arch.c | 57 unsigned long thread_saved_pc(struct task_struct *task) thread_saved_pc() argument
|
/linux-4.1.27/arch/microblaze/kernel/ |
H A D | traps.c | 33 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
H A D | unwind.c | 163 static inline void unwind_trap(struct task_struct *task, unsigned long pc, unwind_trap() argument 169 static inline void unwind_trap(struct task_struct *task, unsigned long pc, unwind_trap() argument 187 static void microblaze_unwind_inner(struct task_struct *task, microblaze_unwind_inner() argument 285 void microblaze_unwind(struct task_struct *task, struct stack_trace *trace) microblaze_unwind() argument
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | stacktrace.h | 16 static inline unsigned long unwind_stack(struct task_struct *task, unwind_stack() argument
|
H A D | syscall.h | 29 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 70 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 76 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 82 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 95 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 35 mips_get_syscall_arg(unsigned long *arg, struct task_struct *task, struct pt_regs *regs, unsigned int n) mips_get_syscall_arg() argument
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | stacktrace.c | 15 static void dump_trace(struct task_struct *task, struct stack_trace *trace) dump_trace() argument
|
H A D | ptrace.c | 38 void ptrace_disable(struct task_struct *task) ptrace_disable() argument 54 void user_disable_single_step(struct task_struct *task) user_disable_single_step() argument 59 void user_enable_single_step(struct task_struct *task) user_enable_single_step() argument 102 void user_enable_block_step(struct task_struct *task) user_enable_block_step() argument
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | syscall.h | 31 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() argument 36 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 42 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 61 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 67 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 76 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 85 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument 101 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 162 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | stacktrace.h | 60 stack_frame(struct task_struct *task, struct pt_regs *regs) stack_frame() argument 78 stack_frame(struct task_struct *task, struct pt_regs *regs) stack_frame() argument
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | perf_regs.c | 77 u64 perf_reg_abi(struct task_struct *task) perf_reg_abi() argument 106 u64 perf_reg_abi(struct task_struct *task) perf_reg_abi() argument
|
H A D | dumpstack_32.c | 41 void dump_trace(struct task_struct *task, struct pt_regs *regs, dump_trace() argument 94 show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, show_stack_log_lvl() argument
|
H A D | step.c | 162 void set_task_blockstep(struct task_struct *task, bool on) set_task_blockstep() argument
|
H A D | dumpstack.c | 47 struct task_struct *task; print_ftrace_graph_addr() local 170 show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, show_trace_log_lvl() argument 177 void show_trace(struct task_struct *task, struct pt_regs *regs, show_trace() argument 183 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
H A D | dumpstack_64.c | 117 analyze_stack(int cpu, struct task_struct *task, unsigned long *stack, analyze_stack() argument 151 void dump_trace(struct task_struct *task, struct pt_regs *regs, dump_trace() argument 249 show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, show_stack_log_lvl() argument
|
H A D | traps.c | 711 struct task_struct *task = current; math_error() local
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | syscall.h | 22 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 41 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 47 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 54 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 60 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 67 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 83 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | syscall.h | 10 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 16 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 22 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 28 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 34 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 82 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 91 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/include/linux/sched/ |
H A D | rt.h | 34 static inline int rt_mutex_get_effective_prio(struct task_struct *task, rt_mutex_get_effective_prio() argument 40 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) rt_mutex_get_top_task() argument
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | syscall.h | 28 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 35 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 41 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 47 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 53 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 60 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 79 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | switch_to.h | 128 static inline void save_fp_vx_regs(struct task_struct *task) save_fp_vx_regs() argument 136 static inline void restore_fp_vx_regs(struct task_struct *task) restore_fp_vx_regs() argument
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | runtime_instr.c | 54 struct task_struct *task = current; exit_thread_runtime_instr() local
|
H A D | dumpstack.c | 67 static void show_trace(struct task_struct *task, unsigned long *stack) show_trace() argument 97 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | syscall_32.h | 11 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 17 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 26 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 32 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 38 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 48 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 76 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | syscall_64.h | 10 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 16 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 25 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 31 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 37 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 47 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 56 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() argument 27 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 33 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 40 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 46 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 53 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 85 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | syscall.h | 23 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() argument 28 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 35 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 41 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 47 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 60 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 99 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | thread_info.h | 41 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/openrisc/include/asm/ |
H A D | syscall.h | 27 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() argument 33 syscall_rollback(struct task_struct *task, struct pt_regs *regs) syscall_rollback() argument 39 syscall_get_error(struct task_struct *task, struct pt_regs *regs) syscall_get_error() argument 45 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) syscall_get_return_value() argument 51 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, syscall_set_return_value() argument 58 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, syscall_get_arguments() argument 67 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, syscall_set_arguments() argument
|
H A D | thread_info.h | 50 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | perf_regs.c | 46 u64 perf_reg_abi(struct task_struct *task) perf_reg_abi() argument
|
/linux-4.1.27/arch/blackfin/include/asm/ |
H A D | syscall.h | 26 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() argument 32 syscall_rollback(struct task_struct *task, struct pt_regs *regs) syscall_rollback() argument 38 syscall_get_error(struct task_struct *task, struct pt_regs *regs) syscall_get_error() argument 44 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) syscall_get_return_value() argument 50 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, syscall_set_return_value() argument 67 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, syscall_get_arguments() argument 85 syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, syscall_set_arguments() argument
|
H A D | thread_info.h | 39 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | dumpstack.c | 35 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
|
/linux-4.1.27/arch/c6x/include/asm/ |
H A D | syscall.h | 17 static inline int syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 23 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 29 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 35 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 41 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 48 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 85 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | thread_info.h | 42 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | ptrace.c | 29 inline long get_reg(struct task_struct *task, unsigned int regno) get_reg() argument 46 inline int put_reg(struct task_struct *task, unsigned int regno, put_reg() argument
|
/linux-4.1.27/arch/frv/include/asm/ |
H A D | syscall.h | 21 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 31 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 41 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 50 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 59 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 72 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 102 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | thread_info.h | 33 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 29 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 35 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 41 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 47 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 64 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 74 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | perf_regs.c | 27 u64 perf_reg_abi(struct task_struct *task) perf_reg_abi() argument
|
/linux-4.1.27/Documentation/prctl/ |
H A D | disable-tsc-on-off-stress-test.c | 59 static void task(void) task() function
|
/linux-4.1.27/arch/arc/include/asm/ |
H A D | syscall.h | 18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) syscall_get_nr() argument 27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) syscall_rollback() argument 33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) syscall_get_error() argument 40 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) syscall_get_return_value() argument 46 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, syscall_set_return_value() argument 57 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, syscall_get_arguments() argument
|
H A D | thread_info.h | 44 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/kernel/ |
H A D | task_work.c | 25 task_work_add(struct task_struct *task, struct callback_head *work, bool notify) task_work_add() argument 53 task_work_cancel(struct task_struct *task, task_work_func_t func) task_work_cancel() argument 87 struct task_struct *task = current; task_work_run() local
|
H A D | utsname.c | 98 static struct ns_common *utsns_get(struct task_struct *task) utsns_get() argument
|
H A D | workqueue_internal.h | 37 struct task_struct *task; /* I: worker task */ member in struct:worker
|
H A D | kcmp.c | 57 get_file_raw_ptr(struct task_struct *task, unsigned int idx) get_file_raw_ptr() argument
|
/linux-4.1.27/security/apparmor/ |
H A D | context.c | 77 struct aa_profile *aa_get_task_profile(struct task_struct *task) aa_get_task_profile() argument
|
H A D | resource.c | 91 int aa_task_setrlimit(struct aa_profile *profile, struct task_struct *task, aa_task_setrlimit() argument
|
/linux-4.1.27/include/asm-generic/ |
H A D | mmu_context.h | 29 static inline void deactivate_mm(struct task_struct *task, deactivate_mm() argument
|
/linux-4.1.27/drivers/s390/cio/ |
H A D | crw.c | 153 struct task_struct *task; crw_machine_check_init() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
H A D | obd.h | 64 struct task_struct *task; member in struct:__anon10001 85 struct task_struct *task = lock->task; __client_obd_list_lock() local
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_flip_work.c | 36 struct drm_flip_task *task; drm_flip_work_allocate_task() local 75 struct drm_flip_task *task; drm_flip_work_queue() local 118 struct drm_flip_task *task, *tmp; flip_worker() local 54 drm_flip_work_queue_task(struct drm_flip_work *work, struct drm_flip_task *task) drm_flip_work_queue_task() argument
|
H A D | drm_info.c | 179 struct task_struct *task; drm_clients_info() local
|
/linux-4.1.27/arch/xtensa/kernel/ |
H A D | stacktrace.c | 71 void save_stack_trace_tsk(struct task_struct *task, struct stack_trace *trace) save_stack_trace_tsk() argument
|
H A D | traps.c | 428 void show_trace(struct task_struct *task, unsigned long *sp) show_trace() argument 448 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
/linux-4.1.27/arch/sh/kernel/ |
H A D | unwinder.c | 131 void unwind_stack(struct task_struct *task, struct pt_regs *regs, unwind_stack() argument
|
H A D | dumpstack.c | 59 struct task_struct *task = tinfo->task; print_ftrace_graph_addr() local 85 stack_reader_dump(struct task_struct *task, struct pt_regs *regs, stack_reader_dump() argument
|
H A D | ptrace_32.c | 42 static inline int get_stack_long(struct task_struct *task, int offset) get_stack_long() argument 54 static inline int put_stack_long(struct task_struct *task, int offset, put_stack_long() argument 365 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
H A D | ptrace_64.c | 58 static inline int get_stack_long(struct task_struct *task, int offset) get_stack_long() argument 68 get_fpu_long(struct task_struct *task, unsigned long addr) get_fpu_long() argument 98 static inline int put_stack_long(struct task_struct *task, int offset, put_stack_long() argument 110 put_fpu_long(struct task_struct *task, unsigned long addr, unsigned long data) put_fpu_long() argument 381 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | syscall.h | 18 static inline long syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 26 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 66 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 74 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 82 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 95 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 118 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
H A D | thread_info_32.h | 29 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | mmu.c | 50 int init_new_context(struct task_struct *task, struct mm_struct *mm) init_new_context() argument
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | syscall.h | 25 static inline int syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 31 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 38 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 45 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 51 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 60 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 86 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/arch/ia64/oprofile/ |
H A D | perfmon.c | 20 perfmon_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, perfmon_handler() argument
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | syscall.h | 21 static inline int syscall_get_nr(struct task_struct *task, syscall_get_nr() argument 27 static inline void syscall_rollback(struct task_struct *task, syscall_rollback() argument 33 static inline long syscall_get_error(struct task_struct *task, syscall_get_error() argument 40 static inline long syscall_get_return_value(struct task_struct *task, syscall_get_return_value() argument 46 static inline void syscall_set_return_value(struct task_struct *task, syscall_set_return_value() argument 55 static inline void syscall_get_arguments(struct task_struct *task, syscall_get_arguments() argument 82 static inline void syscall_set_arguments(struct task_struct *task, syscall_set_arguments() argument
|
/linux-4.1.27/drivers/misc/cxl/ |
H A D | main.c | 37 struct task_struct *task; _cxl_slbia() local
|
H A D | fault.c | 175 struct task_struct *task; cxl_handle_fault() local 225 struct task_struct *task; cxl_prefault_one() local 262 struct task_struct *task; cxl_prefault_vma() local
|
/linux-4.1.27/drivers/staging/iio/trigger/ |
H A D | iio-trig-periodic-rtc.c | 28 struct rtc_task task; member in struct:iio_prtc_trigger_info
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | sec_gc.c | 222 struct task_struct *task; sptlrpc_gc_init() local
|
H A D | ptlrpcd.c | 627 struct task_struct *task; ptlrpcd_start() local
|
/linux-4.1.27/drivers/dma/ |
H A D | virt-dma.h | 26 struct tasklet_struct task; member in struct:virt_dma_chan
|
/linux-4.1.27/block/ |
H A D | blk-ioc.c | 200 void exit_io_context(struct task_struct *task) exit_io_context() argument 234 int create_task_io_context(struct task_struct *task, gfp_t gfp_flags, int node) create_task_io_context() argument 287 struct io_context *get_task_io_context(struct task_struct *task, get_task_io_context() argument
|
H A D | ioprio.c | 32 int set_task_ioprio(struct task_struct *task, int ioprio) set_task_ioprio() argument
|
/linux-4.1.27/arch/um/drivers/ |
H A D | line.h | 55 struct delayed_work task; member in struct:line
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | ptrace.c | 25 static inline long get_user_reg(struct task_struct *task, int offset) get_user_reg() argument 37 put_user_reg(struct task_struct *task, int offset, long data) put_user_reg() argument
|
/linux-4.1.27/include/scsi/ |
H A D | sas_ata.h | 62 static inline void sas_ata_task_abort(struct sas_task *task) sas_ata_task_abort() argument
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | metrics.h | 90 static inline void rpc_count_iostats(const struct rpc_task *task, rpc_count_iostats() argument 92 static inline void rpc_count_iostats_metrics(const struct rpc_task *task, rpc_count_iostats_metrics() argument
|
/linux-4.1.27/ipc/ |
H A D | namespace.c | 136 static struct ns_common *ipcns_get(struct task_struct *task) ipcns_get() argument
|
/linux-4.1.27/kernel/debug/ |
H A D | debug_core.h | 40 struct task_struct *task; member in struct:debuggerinfo_struct
|
/linux-4.1.27/arch/score/include/asm/ |
H A D | mmu_context.h | 94 deactivate_mm(struct task_struct *task, struct mm_struct *mm) deactivate_mm() argument
|
H A D | thread_info.h | 30 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/score/kernel/ |
H A D | process.c | 109 unsigned long get_wchan(struct task_struct *task) get_wchan() argument
|
H A D | traps.c | 38 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
/linux-4.1.27/arch/nios2/kernel/ |
H A D | traps.c | 65 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
|
H A D | ptrace.c | 136 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/arch/openrisc/kernel/ |
H A D | ptrace.c | 135 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
H A D | traps.c | 49 void show_trace(struct task_struct *task, unsigned long *stack) show_trace() argument 69 void show_stack(struct task_struct *task, unsigned long *esp) show_stack() argument
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | ptrace.c | 33 static inline long get_reg(struct task_struct *task, int regno) get_reg() argument 46 static inline int put_reg(struct task_struct *task, put_reg() argument 134 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
H A D | traps.c | 385 void show_stack(struct task_struct *task, unsigned long *stack) show_stack() argument
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | thread_info.h | 30 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/cris/kernel/ |
H A D | traps.c | 102 show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | thread_info.h | 27 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
H A D | mmu_context.h | 96 static inline void load_ksp_mmu(struct task_struct *task) load_ksp_mmu() argument
|
/linux-4.1.27/arch/m68k/kernel/ |
H A D | ptrace.c | 74 static inline long get_reg(struct task_struct *task, int regno) get_reg() argument 98 static inline int put_reg(struct task_struct *task, int regno, put_reg() argument
|
/linux-4.1.27/kernel/locking/ |
H A D | rtmutex-debug.c | 58 void rt_mutex_debug_task_free(struct task_struct *task) rt_mutex_debug_task_free() argument 73 struct task_struct *task; debug_rt_mutex_deadlock() local 87 struct task_struct *task; debug_rt_mutex_print_deadlock() local 177 rt_mutex_deadlock_account_lock(struct rt_mutex *lock, struct task_struct *task) rt_mutex_deadlock_account_lock() argument 181 void rt_mutex_deadlock_account_unlock(struct task_struct *task) rt_mutex_deadlock_account_unlock() argument
|
H A D | rtmutex_common.h | 50 struct task_struct *task; member in struct:rt_mutex_waiter
|
H A D | semaphore.c | 195 struct task_struct *task; member in struct:semaphore_waiter 207 struct task_struct *task = current; __down_common() local
|
H A D | rwsem-spinlock.c | 19 struct task_struct *task; member in struct:rwsem_waiter
|
H A D | rwsem-xadd.c | 101 struct task_struct *task; member in struct:rwsem_waiter
|
/linux-4.1.27/kernel/sched/ |
H A D | idle_task.c | 73 static unsigned int get_rr_interval_idle(struct rq *rq, struct task_struct *task) get_rr_interval_idle() argument
|
H A D | stop_task.c | 100 get_rr_interval_stop(struct rq *rq, struct task_struct *task) get_rr_interval_stop() argument
|
/linux-4.1.27/security/apparmor/include/ |
H A D | context.h | 112 static inline struct aa_profile *__aa_task_profile(struct task_struct *task) __aa_task_profile() argument 123 static inline bool __aa_task_is_confined(struct task_struct *task) __aa_task_is_confined() argument
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | umem.c | 264 struct task_struct *task; ib_umem_release() local
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-vbi.c | 50 task_init(struct saa7134_dev *dev, struct saa7134_buf *buf, int task) task_init() argument
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
H A D | timer.c | 193 struct task_struct *task; stt_start_timer_thread() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_close.c | 361 struct task_struct *task; ll_close_thread_start() local
|
H A D | llite_capa.c | 294 struct task_struct *task; ll_capa_thread_start() local
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gem_shrinker.c | 37 static bool mutex_is_locked_by(struct mutex *mutex, struct task_struct *task) mutex_is_locked_by() argument
|
/linux-4.1.27/drivers/connector/ |
H A D | cn_proc.c | 67 void proc_fork_connector(struct task_struct *task) proc_fork_connector() argument 99 void proc_exec_connector(struct task_struct *task) proc_exec_connector() argument 124 void proc_id_connector(struct task_struct *task, int which_id) proc_id_connector() argument 163 void proc_sid_connector(struct task_struct *task) proc_sid_connector() argument 188 void proc_ptrace_connector(struct task_struct *task, int ptrace_id) proc_ptrace_connector() argument 221 void proc_comm_connector(struct task_struct *task) proc_comm_connector() argument 247 void proc_coredump_connector(struct task_struct *task) proc_coredump_connector() argument 272 void proc_exit_connector(struct task_struct *task) proc_exit_connector() argument
|
/linux-4.1.27/drivers/dma-buf/ |
H A D | fence.c | 318 struct task_struct *task; member in struct:default_wait_cb
|
/linux-4.1.27/arch/xtensa/mm/ |
H A D | tlb.c | 171 struct task_struct *task = get_current(); get_pte_for_vaddr() local
|
/linux-4.1.27/arch/sh/kernel/cpu/sh5/ |
H A D | unwind.c | 298 static void sh64_unwinder_dump(struct task_struct *task, sh64_unwinder_dump() argument
|
/linux-4.1.27/fs/ |
H A D | nsfs.c | 46 void *ns_get_path(struct path *path, struct task_struct *task, ns_get_path() argument 108 int ns_get_name(char *buf, size_t size, struct task_struct *task, ns_get_name() argument
|
H A D | proc_namespace.c | 236 struct task_struct *task = get_proc_task(inode); mounts_open_common() local
|
H A D | file_table.c | 267 struct task_struct *task = current; fput() local 296 struct task_struct *task = current; __fput_sync() local
|
/linux-4.1.27/fs/proc/ |
H A D | namespaces.c | 37 struct task_struct *task; proc_ns_follow_link() local 58 struct task_struct *task; proc_ns_readlink() local 108 struct task_struct *task = get_proc_task(file_inode(file)); proc_ns_dir_readdir() local 142 struct task_struct *task = get_proc_task(dir); proc_ns_dir_lookup() local 81 proc_ns_instantiate(struct inode *dir, struct dentry *dentry, struct task_struct *task, const void *ptr) proc_ns_instantiate() argument
|
H A D | proc_net.c | 109 struct task_struct *task; get_proc_task_net() local
|
/linux-4.1.27/fs/lockd/ |
H A D | clntlock.c | 214 struct task_struct *task; nlmclnt_recovery() local
|
/linux-4.1.27/fs/nfs/ |
H A D | callback.c | 35 struct task_struct *task; member in struct:nfs_callback_data
|
/linux-4.1.27/arch/mn10300/kernel/ |
H A D | ptrace.c | 62 static inline int get_stack_long(struct task_struct *task, int offset) get_stack_long() argument 69 int put_stack_long(struct task_struct *task, int offset, unsigned long data) put_stack_long() argument 254 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | thread_info.h | 11 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | thread_info.h | 22 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | ptrace.c | 39 long get_reg(struct task_struct *task, unsigned int regno) get_reg() argument 63 int put_reg(struct task_struct *task, unsigned int regno, unsigned long data) put_reg() argument
|
/linux-4.1.27/arch/frv/kernel/ |
H A D | ptrace.c | 195 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument 203 static inline long get_reg(struct task_struct *task, int regno) get_reg() argument 216 static inline int put_reg(struct task_struct *task, int regno, put_reg() argument
|
/linux-4.1.27/arch/hexagon/kernel/ |
H A D | kgdb.c | 151 sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *task) sleeping_thread_to_gdb_regs() argument
|
H A D | ptrace.c | 190 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/arch/m32r/include/asm/ |
H A D | thread_info.h | 26 struct task_struct *task; /* main task structure */ member in struct:thread_info
|
/linux-4.1.27/arch/m32r/kernel/ |
H A D | traps.c | 125 static void show_trace(struct task_struct *task, unsigned long *stack) show_trace() argument 141 void show_stack(struct task_struct *task, unsigned long *sp) show_stack() argument
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | kgdb.c | 71 sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *task) sleeping_thread_to_gdb_regs() argument
|
H A D | ptrace.c | 132 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/net/irda/ |
H A D | irda_device.c | 162 static void __irda_task_delete(struct irda_task *task) __irda_task_delete() argument 169 static void irda_task_delete(struct irda_task *task) irda_task_delete() argument 185 static int irda_task_kick(struct irda_task *task) irda_task_kick() argument 254 struct irda_task *task; irda_task_timer_expired() local
|
/linux-4.1.27/drivers/md/bcache/ |
H A D | closure.h | 152 struct task_struct *task; member in struct:closure::__anon5371::__anon5372
|
/linux-4.1.27/drivers/media/rc/ |
H A D | lirc_dev.c | 61 struct task_struct *task; member in struct:irctl
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_iocb.c | 384 int qla4xxx_send_passthru0(struct iscsi_task *task) qla4xxx_send_passthru0() argument
|
/linux-4.1.27/drivers/scsi/aic94xx/ |
H A D | aic94xx_task.c | 54 static int asd_map_scatterlist(struct sas_task *task, asd_map_scatterlist() argument 137 struct sas_task *task = ascb->uldd_task; asd_unmap_scatterlist() local 162 struct sas_task *task = ascb->uldd_task; asd_get_response_tasklet() local 215 struct sas_task *task = ascb->uldd_task; asd_task_tasklet_complete() local 364 static int asd_build_ata_ascb(struct asd_ascb *ascb, struct sas_task *task, asd_build_ata_ascb() argument 432 static int asd_build_smp_ascb(struct asd_ascb *ascb, struct sas_task *task, asd_build_smp_ascb() argument 471 struct sas_task *task = a->uldd_task; asd_unbuild_smp_ascb() local 482 static int asd_build_ssp_ascb(struct asd_ascb *ascb, struct sas_task *task, asd_build_ssp_ascb() argument 546 int asd_execute_task(struct sas_task *task, gfp_t gfp_flags) asd_execute_task() argument
|
H A D | aic94xx_tmf.c | 233 static int asd_clear_nexus_tag(struct sas_task *task) asd_clear_nexus_tag() argument 248 static int asd_clear_nexus_index(struct sas_task *task) asd_clear_nexus_index() argument 343 static int asd_clear_nexus(struct sas_task *task) asd_clear_nexus() argument 405 int asd_abort_task(struct sas_task *task) asd_abort_task() argument 703 int asd_query_task(struct sas_task *task) asd_query_task() argument
|
/linux-4.1.27/drivers/scsi/isci/ |
H A D | request.h | 303 static inline int isci_task_is_ncq_recovery(struct sas_task *task) isci_task_is_ncq_recovery() argument
|
H A D | task.c | 76 static void isci_task_refuse(struct isci_host *ihost, struct sas_task *task, isci_task_refuse() argument 124 int isci_task_execute_task(struct sas_task *task, gfp_t gfp_flags) isci_task_execute_task() argument 478 int isci_task_abort_task(struct sas_task *task) isci_task_abort_task() argument 107 isci_device_io_ready(struct isci_remote_device *idev, struct sas_task *task) isci_device_io_ready() argument 675 isci_task_query_task( struct sas_task *task) isci_task_query_task() argument
|
/linux-4.1.27/drivers/staging/android/ion/ |
H A D | ion_priv.h | 180 struct task_struct *task; member in struct:ion_heap
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
H A D | workitem.c | 381 struct task_struct *task; cfs_wi_sched_create() local
|
/linux-4.1.27/drivers/oprofile/ |
H A D | cpu_buffer.c | 182 op_add_code(struct oprofile_cpu_buffer *cpu_buf, unsigned long backtrace, int is_kernel, struct task_struct *task) op_add_code() argument 260 log_sample(struct oprofile_cpu_buffer *cpu_buf, unsigned long pc, unsigned long backtrace, int is_kernel, unsigned long event, struct task_struct *task) log_sample() argument 296 __oprofile_add_ext_sample(unsigned long pc, struct pt_regs * const regs, unsigned long event, int is_kernel, struct task_struct *task) __oprofile_add_ext_sample() argument 319 oprofile_add_ext_hw_sample(unsigned long pc, struct pt_regs * const regs, unsigned long event, int is_kernel, struct task_struct *task) oprofile_add_ext_hw_sample() argument
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_cq.c | 500 struct task_struct *task; qib_cq_init() local
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
H A D | iser_initiator.c | 48 static int iser_prepare_read_cmd(struct iscsi_task *task) iser_prepare_read_cmd() argument 100 iser_prepare_write_cmd(struct iscsi_task *task, iser_prepare_write_cmd() argument 630 struct iscsi_task *task; iser_snd_completion() local 376 iser_send_command(struct iscsi_conn *conn, struct iscsi_task *task) iser_send_command() argument 446 iser_send_data_out(struct iscsi_conn *conn, struct iscsi_task *task, struct iscsi_data *hdr) iser_send_data_out() argument 511 iser_send_control(struct iscsi_conn *conn, struct iscsi_task *task) iser_send_control() argument
|
/linux-4.1.27/drivers/dma/bestcomm/ |
H A D | bestcomm.c | 139 bcom_load_image(int task, u32 *task_image) bcom_load_image() argument 204 bcom_set_initiator(int task, int initiator) bcom_set_initiator() argument 278 int task; bcom_engine_init() local 344 int task; bcom_engine_cleanup() local
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | process_32.c | 465 unsigned long get_wchan(struct task_struct *task) get_wchan() argument
|
H A D | ptrace_32.c | 323 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | kgdb.c | 126 sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *task) sleeping_thread_to_gdb_regs() argument
|
H A D | ptrace.c | 145 const struct user_regset_view *task_user_regset_view(struct task_struct *task) task_user_regset_view() argument
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | thread_info.h | 72 struct task_struct *task; /* main task structure */ member in struct:thread_info
|