Home
last modified time | relevance | path

Searched defs:thread (Results 701 - 725 of 951) sorted by relevance

1...<<21222324252627282930>>...39

/kernel/linux/linux-5.10/include/pcmcia/
H A Dss.h184 struct task_struct *thread; member
/kernel/linux/linux-5.10/kernel/
H A Dexit.c599 struct task_struct *thread, *reaper; in find_new_reaper() local
[all...]
/kernel/linux/linux-5.10/kernel/time/
H A Dposix-cpu-timers.c52 const bool thread = !!CPUCLOCK_PERTHREAD(clock); in pid_for_clock() local
[all...]
/kernel/linux/linux-5.10/drivers/ps3/
H A Dps3-lpm.c1043 void ps3_enable_pm_interrupts(u32 cpu, u32 thread, u32 mask) in ps3_enable_pm_interrupts() argument
/kernel/linux/linux-5.10/include/linux/
H A Dinterrupt.h120 struct task_struct *thread; 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 Dinterrupt.h124 struct task_struct *thread; member
/kernel/linux/linux-6.6/include/pcmcia/
H A Dss.h184 struct task_struct *thread; member
/kernel/linux/linux-6.6/drivers/tty/
H A Dmips_ejtag_fdc.c150 struct task_struct *thread; member
[all...]
/kernel/linux/linux-6.6/drivers/ps3/
H A Dps3-lpm.c1043 void ps3_enable_pm_interrupts(u32 cpu, u32 thread, u32 mask) in ps3_enable_pm_interrupts() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c1146 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dexit.c631 struct task_struct *thread, *reaper; in find_new_reaper() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dptrace.c476 struct thread_struct *thread = &(current->thread); ptrace_triggered() local
562 struct thread_struct *thread = &tsk->thread; ptrace_write_dr7() local
613 struct thread_struct *thread = &tsk->thread; ptrace_get_debugreg() local
672 struct thread_struct *thread = &tsk->thread; ptrace_set_debugreg() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dxstate.c1570 struct task_struct *thread, *leader = current->group_leader; validate_sigaltstack() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_request.c312 struct smoke_thread *thread = container_of(work, typeof(*thread), work); in __igt_breadcrumbs_smoketest() local
1466 struct parallel_thread *thread = in __live_parallel_engine1() local
1504 struct parallel_thread *thread = __live_parallel_engineN() local
1556 struct parallel_thread *thread = __live_parallel_spin() local
2966 struct p_thread *thread = container_of(work, typeof(*thread), work); p_sync0() local
3040 struct p_thread *thread = container_of(work, typeof(*thread), work); p_sync1() local
3117 struct p_thread *thread = container_of(work, typeof(*thread), work); p_many() local
[all...]
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c70 struct cmdq_thread *thread; member
80 struct cmdq_thread *thread; member
113 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend() argument
133 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume() argument
158 cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) cmdq_thread_reset() argument
174 cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) cmdq_thread_disable() argument
181 cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) cmdq_thread_invalidate_fetched_data() argument
190 struct cmdq_thread *thread = task->thread; cmdq_task_insert_into_thread() local
207 cmdq_thread_is_in_wfe(struct cmdq_thread *thread) cmdq_thread_is_in_wfe() argument
225 struct cmdq_thread *thread = task->thread; cmdq_task_handle_error() local
239 cmdq_thread_irq_handler(struct cmdq *cmdq, struct cmdq_thread *thread) cmdq_thread_irq_handler() argument
303 struct cmdq_thread *thread = &cmdq->thread[bit]; cmdq_irq_handler() local
316 struct cmdq_thread *thread; cmdq_suspend() local
368 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; cmdq_mbox_send_data() local
437 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; cmdq_mbox_shutdown() local
474 struct cmdq_thread *thread = (struct cmdq_thread *)chan->con_priv; cmdq_mbox_flush() local
530 struct cmdq_thread *thread; cmdq_xlate() local
[all...]
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2944 struct task_struct *thread; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Darm-spe.c97 struct thread *thread; member
[all...]
H A Dbuild-id.c52 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit() local
76 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread() local
[all...]
H A Devsel.h387 static inline int evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_on_cpu() argument
399 evsel__read_on_cpu_scaled(struct evsel *evsel, int cpu_map_idx, int thread) evsel__read_on_cpu_scaled() argument
[all...]
H A Dintel-bts.c321 struct thread *thread; in intel_bts_get_next_insn() local
406 intel_bts_process_buffer(struct intel_bts_queue *btsq, struct auxtrace_buffer *buffer, struct thread *thread) intel_bts_process_buffer() argument
449 struct thread *thread; intel_bts_process_queue() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-top.c1241 pthread_t thread, thread_process; in __cmd_top() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/s390x/
H A Dmemop.c649 pthread_t thread; in test_cmpxchg_key_concurrent() local
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c431 pthread_t thread; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Duffd-unit-tests.c300 pthread_t thread; in pagemap_test_fork() local

Completed in 48 milliseconds

1...<<21222324252627282930>>...39