Home
last modified time | relevance | path

Searched defs:task (Results 151 – 175 of 743) sorted by relevance

12345678910>>...30

/openbmc/linux/arch/loongarch/kernel/
H A Dprocess.c209 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 Dptrace.c183 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 Dperf_regs.c98 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 Dstacktrace.c16 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 Ddumpstack_64.c170 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 Dblock-copy.c84 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 Daio_task.c39 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 Dsyscall_user_dispatch.h44 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 Dstacktrace.c145 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 Dmutex-debug.c52 struct task_struct *task) in debug_mutex_add_waiter()
61 struct task_struct *task) in debug_mutex_remove_waiter()
H A Drtmutex_api.c294 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 Dmte.c168 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 Ddns-resolver.c203 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 Dcompat_signal.c98 #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 Dstacktrace.c28 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 Dtasks.py92 def get_thread_info(task): argument
116 def invoke(self, task): argument
/openbmc/linux/arch/ia64/kernel/
H A Dprocess.c85 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 Dtask.hpp41 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 Dclntproc.c372 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 Dtask-analyzer.py256 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 Dcred.c148 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 Dpid_namespace.c173 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 Dmetrics.h96 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 Dtls.c58 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 Dptrace.h91 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) argument
92 # define fsys_mode(task,regs) \ argument

12345678910>>...30