Home
last modified time | relevance | path

Searched refs:thread (Results 1726 - 1750 of 2400) sorted by relevance

1...<<61626364656667686970>>...96

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dprocess.c160 * Idle thread support
193 * Copy architecture-specific thread state
199 struct pt_regs *cregs = &(p->thread.regs); in copy_thread()
209 /* kernel thread */ in copy_thread()
211 if (!usp) /* idle thread */ in copy_thread()
230 /* user thread */ in copy_thread()
233 * return for a kernel thread) */ in copy_thread()
242 /* Setup thread TLS area */ in copy_thread()
/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_aux.c56 fpstate_init_soft(&current->thread.fpu.state.soft); in finit()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvdso.c91 struct mips_vdso_image *image = current->thread.abi->vdso; in arch_setup_additional_pages()
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dasm-offsets.c15 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
19 /* offsets into the thread struct */ in main()
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dasm-offsets.c26 DEFINE(TASK_THREAD, offsetof(struct task_struct, thread)); in main()
30 /* offsets into the thread struct */ in main()
/kernel/linux/linux-6.6/arch/microblaze/mm/
H A Dfault.c175 struct pt_regs *uregs = current->thread.regs; in do_page_fault()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dvdso.c169 struct loongarch_vdso_info *info = current->thread.vdso; in arch_setup_additional_pages()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dunwind_bc.c42 /* user mode or kernel thread pt_regs at the bottom of task stack */ in is_final_pt_regs()
145 sp = task->thread.ksp; in __unwind_start()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dtrap_block.h27 /* D-cache line 1: Basic thread information, cpu and device mondo queues */
28 struct thread_info *thread; member
170 /* Clobbers TMP, loads DEST with current thread info pointer. */
175 /* Given the current thread info pointer in THR, load the per-cpu
/kernel/linux/linux-5.10/include/pcmcia/
H A Dss.h183 /* state thread */
184 struct task_struct *thread; member
/kernel/linux/linux-5.10/include/drm/
H A Dgpu_scheduler.h262 * @thread: the kthread on which the scheduler which run.
284 struct task_struct *thread; member
/kernel/linux/linux-5.10/include/linux/
H A Dcpu.h42 int cpu, unsigned int *thread);
/kernel/linux/linux-6.6/fs/btrfs/
H A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/kernel/linux/linux-6.6/include/linux/
H A Dcpu.h43 int cpu, unsigned int *thread);
/kernel/linux/linux-6.6/include/pcmcia/
H A Dss.h183 /* state thread */
184 struct task_struct *thread; member
/kernel/linux/linux-6.6/drivers/virt/acrn/
H A Dacrn_drv.h117 * @thread: The thread which executes the handler
118 * @wq: The wait queue for the handler thread parking
119 * @priv: Data for the thread
131 struct task_struct *thread; member
/kernel/linux/linux-6.6/include/soc/tegra/
H A Dbpmp.h27 } cpu_tx, thread, cpu_rx; member
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dasm-offsets.c37 OFFSET(TASK_threadsp, task_struct, thread.sp); in common()
/kernel/linux/linux-6.6/arch/x86/um/asm/
H A Delf.h171 (pr_reg)[21] = current->thread.arch.fs; \
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_aux.c56 fpstate_init_soft(&current->thread.fpu.fpstate->regs.soft); in finit()
/kernel/liteos_m/testsuites/sample/posix/mqueue/
H A DIt_posix_queue.h109 extern UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread);
/test/testfwk/arkxtest/testserver/src/service/
H A Dtest_server_service.cpp191 thread_ = thread([this] { in Start()
/test/testfwk/arkxtest/uitest/record/
H A Dui_record.h29 #include <thread>
/test/xts/acts/graphic/graphicnapitest/
H A DNativeVsyncTest.cpp17 #include <thread>
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/
H A Dfunc_test.cpp20 #include <thread>

Completed in 13 milliseconds

1...<<61626364656667686970>>...96