/openbmc/linux/arch/loongarch/kernel/ |
H A D | process.c | 209 unsigned long __get_wchan(struct task_struct *task) in __get_wchan() 253 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() 270 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ptrace.c | 183 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg() 200 static int set_segment_reg(struct task_struct *task, in set_segment_reg() 249 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg() 290 static int set_segment_reg(struct task_struct *task, in set_segment_reg() 342 static unsigned long get_flags(struct task_struct *task) in get_flags() 355 static int set_flags(struct task_struct *task, unsigned long value) in set_flags() 407 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg() 1395 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
H A D | perf_regs.c | 98 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi() 123 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
|
H A D | stacktrace.c | 16 struct task_struct *task, struct pt_regs *regs) in arch_stack_walk() 33 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()
|
H A D | dumpstack_64.c | 170 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task, in get_stack_info_noinstr() 191 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
|
/openbmc/qemu/block/ |
H A D | block-copy.c | 84 AioTask task; member 110 static int64_t task_end(BlockCopyTask *task) in task_end() 192 BlockCopyTask *task; in block_copy_task_create() local 232 static void coroutine_fn block_copy_task_shrink(BlockCopyTask *task, in block_copy_task_shrink() 250 static void coroutine_fn block_copy_task_end(BlockCopyTask *task, int ret) in block_copy_task_end() 450 BlockCopyTask *task) in block_copy_task_run() 565 static coroutine_fn int block_copy_task_entry(AioTask *task) in block_copy_task_entry() 754 BlockCopyTask *task; in block_copy_dirty_clusters() local
|
H A D | aio_task.c | 39 AioTask *task = opaque; in aio_task_co() local 89 void coroutine_fn aio_task_pool_start_task(AioTaskPool *pool, AioTask *task) in aio_task_pool_start_task()
|
/openbmc/linux/include/linux/ |
H A D | syscall_user_dispatch.h | 44 static inline int syscall_user_dispatch_get_config(struct task_struct *task, in syscall_user_dispatch_get_config() 50 static inline int syscall_user_dispatch_set_config(struct task_struct *task, in syscall_user_dispatch_set_config()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | stacktrace.c | 145 static void start_stack_trace(struct stackframe *frame, struct task_struct *task, in start_stack_trace() 163 struct task_struct *task, struct pt_regs *regs) in arch_stack_walk()
|
/openbmc/linux/kernel/locking/ |
H A D | mutex-debug.c | 52 struct task_struct *task) in debug_mutex_add_waiter() 61 struct task_struct *task) in debug_mutex_remove_waiter()
|
H A D | rtmutex_api.c | 294 struct task_struct *task) in __rt_mutex_start_proxy_lock() 341 struct task_struct *task) in rt_mutex_start_proxy_lock() 453 void __sched rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi() 485 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | mte.c | 168 static void mte_update_sctlr_user(struct task_struct *task) in mte_update_sctlr_user() 201 static void mte_update_gcr_excl(struct task_struct *task) in mte_update_gcr_excl() 333 long set_mte_ctrl(struct task_struct *task, unsigned long arg) in set_mte_ctrl() 369 long get_mte_ctrl(struct task_struct *task) in get_mte_ctrl()
|
/openbmc/qemu/io/ |
H A D | dns-resolver.c | 203 static void qio_dns_resolver_lookup_worker(QIOTask *task, in qio_dns_resolver_lookup_worker() 231 QIOTask *task; in qio_dns_resolver_lookup_async() local 248 QIOTask *task, in qio_dns_resolver_lookup_result()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | compat_signal.c | 98 #define compat_save_fp_state(task, regs) (0) argument 99 #define compat_restore_fp_state(task, regs) (0) argument 123 struct task_struct *task; in COMPAT_SYSCALL_DEFINE0() local
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | stacktrace.c | 28 struct task_struct *task, struct pt_regs *regs) in arch_stack_walk() 66 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()
|
/openbmc/linux/scripts/gdb/linux/ |
H A D | tasks.py | 92 def get_thread_info(task): argument 116 def invoke(self, task): argument
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | process.c | 85 show_stack (struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack() 255 ia64_save_extra (struct task_struct *task) in ia64_save_extra() 262 ia64_load_extra (struct task_struct *task) in ia64_load_extra() 424 do_copy_task_regs (struct task_struct *task, struct unw_frame_info *info, void *arg) in do_copy_task_regs()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | task.hpp | 41 namespace task namespace 333 [&strParam](const std::shared_ptr<task::TaskData>& task) { in requestRoutesTaskMonitor() 376 [&strParam](const std::shared_ptr<task::TaskData>& task) { in requestRoutesTask() 462 for (const std::shared_ptr<task::TaskData>& task : task::tasks) in requestRoutesTaskCollection() local
|
/openbmc/linux/fs/lockd/ |
H A D | clntproc.c | 372 struct rpc_task *task; in nlm_do_async_call() local 416 struct rpc_task *task; in nlmclnt_async_call() local 725 static void nlmclnt_unlock_prepare(struct rpc_task *task, void *data) in nlmclnt_unlock_prepare() 738 static void nlmclnt_unlock_callback(struct rpc_task *task, void *data) in nlmclnt_unlock_callback() 806 static void nlmclnt_cancel_callback(struct rpc_task *task, void *data) in nlmclnt_cancel_callback()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | task-analyzer.py | 256 def feed(self, task): argument 637 def _print_task_finish(task): argument 700 def _record_by_tid(task): argument 708 def _record_by_cpu(task): argument 716 def _record_global(task): argument
|
/openbmc/linux/kernel/ |
H A D | cred.c | 148 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() 203 struct task_struct *task = current; in prepare_creds() local 390 struct task_struct *task = current; in commit_creds() local
|
H A D | pid_namespace.c | 173 struct task_struct *task, *me = current; in zap_pid_ns_processes() local 354 static struct ns_common *pidns_get(struct task_struct *task) in pidns_get() 367 static struct ns_common *pidns_for_children_get(struct task_struct *task) in pidns_for_children_get()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | metrics.h | 96 static inline void rpc_count_iostats(const struct rpc_task *task, in rpc_count_iostats() 98 static inline void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics()
|
/openbmc/qemu/migration/ |
H A D | tls.c | 58 static void migration_tls_incoming_handshake(QIOTask *task, in migration_tls_incoming_handshake() 101 static void migration_tls_outgoing_handshake(QIOTask *task, in migration_tls_outgoing_handshake()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A 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
|