/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | process.c | 160 * 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 D | fpu_aux.c | 56 fpstate_init_soft(¤t->thread.fpu.state.soft); in finit()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | vdso.c | 91 struct mips_vdso_image *image = current->thread.abi->vdso; in arch_setup_additional_pages()
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | asm-offsets.c | 15 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 D | asm-offsets.c | 26 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 D | fault.c | 175 struct pt_regs *uregs = current->thread.regs; in do_page_fault()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | vdso.c | 169 struct loongarch_vdso_info *info = current->thread.vdso; in arch_setup_additional_pages()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | unwind_bc.c | 42 /* 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 D | trap_block.h | 27 /* 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 D | ss.h | 183 /* state thread */ 184 struct task_struct *thread; member
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | gpu_scheduler.h | 262 * @thread: the kthread on which the scheduler which run. 284 struct task_struct *thread; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | cpu.h | 42 int cpu, unsigned int *thread);
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cpu.h | 43 int cpu, unsigned int *thread);
|
/kernel/linux/linux-6.6/include/pcmcia/ |
H A D | ss.h | 183 /* state thread */ 184 struct task_struct *thread; member
|
/kernel/linux/linux-6.6/drivers/virt/acrn/ |
H A D | acrn_drv.h | 117 * @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 D | bpmp.h | 27 } cpu_tx, thread, cpu_rx; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | asm-offsets.c | 37 OFFSET(TASK_threadsp, task_struct, thread.sp); in common()
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | elf.h | 171 (pr_reg)[21] = current->thread.arch.fs; \
|
/kernel/linux/linux-6.6/arch/x86/math-emu/ |
H A D | fpu_aux.c | 56 fpstate_init_soft(¤t->thread.fpu.fpstate->regs.soft); in finit()
|
/kernel/liteos_m/testsuites/sample/posix/mqueue/ |
H A D | It_posix_queue.h | 109 extern UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread);
|
/test/testfwk/arkxtest/testserver/src/service/ |
H A D | test_server_service.cpp | 191 thread_ = thread([this] { in Start()
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | ui_record.h | 29 #include <thread>
|
/test/xts/acts/graphic/graphicnapitest/ |
H A D | NativeVsyncTest.cpp | 17 #include <thread>
|
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/ |
H A D | func_test.cpp | 20 #include <thread>
|