Searched defs:thread (Results 51 - 75 of 293) sorted by relevance

1234567891011>>

/linux-master/tools/perf/tests/
H A Dhists_filter.c19 struct thread *thread; member in struct:sample
[all...]
H A Ddwarf-unwind.c112 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__thread(struct thread *threa argument
146 struct thread *thread = *(struct thread **)p1; local
162 test_dwarf_unwind__krava_3(struct thread *thread) argument
181 test_dwarf_unwind__krava_2(struct thread *thread) argument
190 test_dwarf_unwind__krava_1(struct thread *thread) argument
203 struct thread *thread; local
[all...]
H A Dmmap-thread-lookup.c188 struct thread *thread; local
[all...]
H A Dhists_link.c20 struct thread *thread; member in struct:sample
[all...]
H A Dsymbols.c17 struct thread *thread; member in struct:test_info
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c101 pthread_t thread; local
/linux-master/arch/loongarch/include/asm/
H A Dasmmacro.h14 stptr.d s0, \thread, THREAD_REG23 variable
15 stptr.d s1, \thread, THREAD_REG24 variable
16 stptr.d s2, \thread, THREAD_REG25 variable
17 stptr.d s3, \thread, THREAD_REG26 variable
18 stptr.d s4, \thread, THREAD_REG27 variable
19 stptr.d s5, \thread, THREAD_REG28 variable
20 stptr.d s6, \thread, THREAD_REG29 variable
21 stptr.d s7, \thread, THREAD_REG30 variable
22 stptr.d s8, \thread, THREAD_REG3 variable
23 stptr.d sp, \\thread, THREAD_REG03 variable
24 stptr.d fp, \\thread, THREAD_REG22 variable
28 ldptr.d s0, \\thread, THREAD_REG23 variable
29 ldptr.d s1, \\thread, THREAD_REG24 variable
30 ldptr.d s2, \\thread, THREAD_REG25 variable
31 ldptr.d s3, \\thread, THREAD_REG26 variable
32 ldptr.d s4, \\thread, THREAD_REG27 variable
33 ldptr.d s5, \\thread, THREAD_REG28 variable
34 ldptr.d s6, \\thread, THREAD_REG29 variable
35 ldptr.d s7, \\thread, THREAD_REG30 variable
36 ldptr.d s8, \\thread, THREAD_REG31 variable
37 ldptr.d ra, \\thread, THREAD_REG01 variable
38 ldptr.d sp, \\thread, THREAD_REG03 variable
39 ldptr.d fp, \\thread, THREAD_REG22 variable
44 stptr.w \\tmp, \\thread, THREAD_FCSR variable
51 stptr.w \\tmp, \\thread, THREAD_FTOP variable
59 ldptr.w \\tmp0, \\thread, THREAD_FCSR variable
66 ldptr.w \\tmp0, \\thread, THREAD_FTOP variable
108 stptr.d \\tmp1, \\thread, THREAD_FCC variable
112 ldptr.d \\tmp0, \\thread, THREAD_FCC variable
207 PTR_ADD \\tmp, \\thread, \\tmp variable
244 PTR_ADD \\tmp, \\thread, \\tmp variable
281 fpu_save_csr \\thread, \\tmp0 variable
282 lsx_save_data \\thread, \\tmp0 variable
287 fpu_restore_cc \\thread, \\tmp0, \\tmp1 variable
288 fpu_restore_csr \\thread, \\tmp0, \\tmp1 variable
298 PTR_ADD \\base, \\thread, \\tmp variable
340 PTR_ADD \\base, \\thread, \\tmp variable
417 PTR_ADD \\tmp, \\thread, \\tmp variable
454 PTR_ADD \\tmp, \\thread, \\tmp variable
491 fpu_save_csr \\thread, \\tmp0 variable
492 lasx_save_data \\thread, \\tmp0 variable
497 fpu_restore_cc \\thread, \\tmp0, \\tmp1 variable
498 fpu_restore_csr \\thread, \\tmp0, \\tmp1 variable
516 PTR_ADD \\base, \\thread, \\tmp variable
[all...]
/linux-master/tools/perf/util/
H A Dunwind-libunwind.c82 unwind__get_entries(unwind_entry_cb_t cb, void *arg, struct thread *thread, struct perf_sample *data, int max_stack, bool best_effort) argument
H A Dthreads.c154 threads__remove(struct threads *threads, struct thread *thread) argument
168 threads__for_each_thread(struct threads *threads, int (*fn)(struct thread *thread, void *data), void *data) argument
[all...]
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c88 struct thread_struct *thread = &task->thread; local
[all...]
/linux-master/arch/arm/mm/
H A Dcontext.c107 struct thread_info *thread = t; local
/linux-master/drivers/of/
H A Dcpu.c14 u64 of_get_cpu_hwid(struct device_node *cpun, unsigned int thread) argument
52 __of_find_n_match_cpu_property(struct device_node *cpun, const char *prop_name, int cpu, unsigned int *thread) argument
84 arch_find_n_match_cpu_physical_id(struct device_node *cpun, int cpu, unsigned int *thread) argument
119 of_get_cpu_node(int cpu, unsigned int *thread) argument
[all...]
/linux-master/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c242 int arch_skip_callchain_idx(struct thread *thread, struct ip_callchain *chain) argument
/linux-master/drivers/acpi/acpica/
H A Ddswstate.c412 acpi_ds_get_current_walk_state(struct acpi_thread_state *thread) argument
441 acpi_ds_push_walk_state(struct acpi_walk_state *walk_state, struct acpi_thread_state *thread) argument
466 acpi_ds_pop_walk_state(struct acpi_thread_state *thread) argument
506 acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object *origin, union acpi_operand_object *method_desc, struct acpi_thread_state *thread) argument
[all...]
/linux-master/arch/s390/mm/
H A Dpfault.c212 struct thread_struct *thread, *nex local
[all...]
/linux-master/arch/um/drivers/
H A Dchan_user.c285 int pid, thread, count, thread_fd = -1; local
/linux-master/tools/perf/bench/
H A Dfutex-hash.c46 pthread_t thread; member in struct:worker
H A Dfutex-lock-pi.c30 pthread_t thread; member in struct:worker
/linux-master/arch/hexagon/kernel/
H A Dsmp.c176 struct thread_info *thread = (struct thread_info *)idle->stack; local
/linux-master/drivers/md/dm-vdo/
H A Dvio.h172 continue_vio_after_io(struct vio *vio, vdo_action_fn callback, thread_id_t thread) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_umr.h52 u32 thread, vpgr_or_sgpr; member in struct:amdgpu_debugfs_gprwave_iocdata::__anon162
/linux-master/crypto/
H A Dalgboss.c75 struct task_struct *thread; local
187 struct task_struct *thread; local
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c12 struct thread { struct
/linux-master/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c59 static inline void check_create_thread(pthread_t *thread, pthread_attr_t *attr, argument
68 static inline void check_set_affinity(pthread_t thread, cpu_set_t *cpu_set) argument
76 static inline void check_join(pthread_t thread, void **retval) argument
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c162 pthread_t thread; local

Completed in 418 milliseconds

1234567891011>>