Home
last modified time | relevance | path

Searched refs:thread (Results 2476 - 2500 of 4152) sorted by relevance

1...<<919293949596979899100>>...167

/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dsetup.c158 init_task.thread.kregs = &fake_regs; in setup_arch()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dprocess.c149 * Idle thread support
159 * Called from the idle thread for the CPU which has been shutdown.
199 * Copy architecture-specific thread state
207 struct pt_regs *cregs = &(p->thread.regs); in copy_thread()
217 /* kernel thread */ in copy_thread()
219 if (args->idle) /* idle thread */ in copy_thread()
238 /* user thread */ in copy_thread()
241 * return for a kernel thread) */ in copy_thread()
250 /* Setup thread TLS area */ in copy_thread()
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Ddumpstack.c150 sp = (unsigned long *)tsk->thread.sp; in show_stack()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dptrace.h47 struct thread_info *thread; member
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dwriteback.h30 struct task_struct *thread; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h50 struct task_struct *thread[I915_NUM_ENGINES]; member
/kernel/linux/linux-5.10/drivers/media/pci/pt3/
H A Dpt3.h120 /* data fetch thread */
121 struct task_struct *thread; member
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.h147 struct task_struct *thread; member
/kernel/linux/linux-5.10/include/linux/
H A Dw1.h191 * @thread: thread for bus search and netlink commands
231 struct task_struct *thread; member
H A Dpktcdvd.h56 struct task_struct *thread; member
/kernel/linux/linux-5.10/include/linux/sched/
H A Dtask.h170 *size = arch_task_struct_size - offsetof(struct task_struct, thread); in arch_thread_struct_whitelist()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dstat.c72 TEST_ASSERT_VAL("wrong thread", st->thread == 2); in process_stat_event()
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh35 perf record -o ${perfdata} -e cs_etm/@$1/u --per-thread \
/kernel/linux/linux-5.10/tools/perf/util/
H A Dtrace-event.h12 struct thread;
/kernel/linux/linux-5.10/include/soc/tegra/
H A Dbpmp.h26 } cpu_tx, thread, cpu_rx; member
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dacstruct.h90 struct acpi_thread_state *thread; member
/kernel/linux/linux-6.6/include/linux/
H A Dpktcdvd.h56 struct task_struct *thread; member
H A Dw1.h191 * @thread: thread for bus search and netlink commands
231 struct task_struct *thread; member
/kernel/linux/linux-6.6/include/linux/sched/
H A Dtask.h174 /* Free all architecture-specific resources held by a thread. */
193 *size = arch_task_struct_size - offsetof(struct task_struct, thread); in arch_thread_struct_whitelist()
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.h147 struct task_struct *thread; member
/kernel/linux/linux-6.6/drivers/media/pci/pt3/
H A Dpt3.h120 /* data fetch thread */
121 struct task_struct *thread; member
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H A Dt7xx_port.h127 struct task_struct *thread; member
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_system.h76 #define I387 (&current->thread.fpu.fpstate->regs)
/kernel/linux/linux-6.6/arch/x86/kernel/acpi/
H A Dsleep.c117 * from its current_task->thread.sp. Typically that will be in x86_acpi_suspend_lowlevel()
118 * the idle thread for a newly-started AP, or even the boot in x86_acpi_suspend_lowlevel()
123 * by setting current->thread.sp to point to that. The true in x86_acpi_suspend_lowlevel()
126 * the abuse of ->thread.sp because it's a dead variable in x86_acpi_suspend_lowlevel()
127 * while the thread is running on the CPU anyway; the true in x86_acpi_suspend_lowlevel()
130 current->thread.sp = (unsigned long)temp_stack + sizeof(temp_stack); in x86_acpi_suspend_lowlevel()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h55 struct task_struct *thread[I915_NUM_ENGINES]; member

Completed in 12 milliseconds

1...<<919293949596979899100>>...167