/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | code-reading.c | 379 struct thread *thread; in process_sample_event() local 228 read_object_code(u64 addr, size_t len, u8 cpumode, struct thread *thread, struct state *state) read_object_code() argument 556 struct thread *thread; do_test_code_reading() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | event.c | 598 struct map *thread__find_map(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map() argument 663 struct map *thread__find_map_fb(struct thread *thread, u8 cpumode, u64 addr, in thread__find_map_fb() argument 676 thread__find_symbol(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) thread__find_symbol() argument 685 thread__find_symbol_fb(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) thread__find_symbol_fb() argument 714 struct thread *thread; machine__resolve() local 819 thread__resolve(struct thread *thread, struct addr_location *al, struct perf_sample *sample) thread__resolve() argument [all...] |
H A D | jitdump.c | 795 struct thread *thread = machine__findnew_thread(machine, pid, pid); in jit_add_pid() local 808 struct thread *thread = machine__find_thread(machine, pid, pid); in jit_has_pid() local 828 struct thread *thread; jit_process() local [all...] |
H A D | map.c | 118 map__new(struct machine *machine, u64 start, u64 len, u64 pgoff, struct dso_id *id, u32 prot, u32 flags, struct build_id *bid, char *filename, struct thread *thread) map__new() argument
|
H A D | stat.c | 386 process_counter_values(struct perf_stat_config *config, struct evsel *evsel, int cpu_map_idx, int thread, struct perf_counts_values *count) process_counter_values() argument 466 int idx, thread; process_counter_maps() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | pcm-test.c | 27 pthread_t thread; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | bench.c | 443 static void set_thread_affinity(pthread_t thread, int cpu) in set_thread_affinity() argument
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 1248 pthread_t thread; in acpi_os_get_thread_id() local 1272 pthread_t thread; in acpi_os_execute() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_shadow_stack.c | 486 pthread_t thread; in test_userfaultfd() local
|
H A D | ldt_gdt.c | 533 pthread_t thread; in do_multicpu_tests() local [all...] |
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_aa.c | 243 unsigned long long thread; in timerlat_aa_handler() local [all...] |
H A D | timerlat_hist.c | 58 int *thread; member [all...] |
H A D | timerlat_top.c | 161 unsigned long long latency, thread; in timerlat_top_handler() local 124 timerlat_top_update(struct osnoise_tool *tool, int cpu, unsigned long long thread, unsigned long long latency) timerlat_top_update() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
H A D | cgroup_util.c | 557 ssize_t proc_read_text(int pid, bool thread, const char *item, char *buf, size_t size) in proc_read_text() argument 572 int proc_read_strstr(int pid, bool thread, const char *item, const char *needle) in proc_read_strstr() argument
|
/kernel/linux/linux-6.6/tools/usb/ |
H A D | ffs-test.c | 343 static struct thread { struct [all...] |
H A D | testusb.c | 124 pthread_t thread; member
|
/kernel/liteos_a/testsuites/unittest/common/ |
H A D | osTest.cpp | 309 UINT32 PosixPthreadDestroy(pthread_attr_t *attr, pthread_t thread) in PosixPthreadDestroy() argument
|
/kernel/liteos_m/kal/posix/src/ |
H A D | pthread.c | 84 static inline bool IsPthread(pthread_t thread) in IsPthread() argument 177 pthread_t thread = pthread_self(); in CheckForCancel() local 194 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() argument 233 pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) pthread_setschedparam() argument 257 pthread_setschedprio(pthread_t thread, int prio) pthread_setschedprio() argument 276 pthread_t thread = pthread_self(); pthread_once() local 307 pthread_t thread = pthread_self(); pthread_setcancelstate() local 340 pthread_t thread = pthread_self(); pthread_setcanceltype() local 368 pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) pthread_getschedparam() argument 418 pthread_cancel(pthread_t thread) pthread_cancel() argument 461 pthread_join(pthread_t thread, void **retval) pthread_join() argument 489 pthread_detach(pthread_t thread) pthread_detach() argument 513 pthread_t thread = pthread_self(); pthread_exit() local 541 pthread_setname_np(pthread_t thread, const char *name) pthread_setname_np() argument 579 pthread_getname_np(pthread_t thread, char *buf, size_t buflen) pthread_getname_np() argument 634 pthread_t thread = pthread_self(); pthread_key_create() local 672 pthread_t thread = pthread_self(); pthread_key_delete() local [all...] |
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | cpufreq_schedutil.c | 35 struct task_struct *thread; member 629 struct task_struct *thread; local [all...] |
/kernel/linux/linux-6.6/kernel/sched/rtg/ |
H A D | frame_rtg.c | 370 struct task_struct *thread = NULL; in update_frame_task_prio() local [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | acstruct.h | 90 struct acpi_thread_state *thread; member
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | compat.h | 186 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() argument 193 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread() argument
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 259 unsigned long thread = 1UL << cpu_thread_in_core(cpu); in atomic_unlock_and_stop_thread_idle() local 317 unsigned long thread = 1UL << cpu_thread_in_core(cpu); in power7_idle_insn() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 747 struct task_struct *thread = current; in kfd_create_process() local 827 struct kfd_process *kfd_get_process(const struct task_struct *thread) in kfd_get_process() argument 857 find_process(const struct task_struct *thread) find_process() argument 1150 create_process(const struct task_struct *thread) create_process() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | idle.c | 259 unsigned long thread = 1UL << cpu_thread_in_core(cpu); in atomic_unlock_and_stop_thread_idle() local 319 unsigned long thread = 1UL << cpu_thread_in_core(cpu); in power7_idle_insn() local [all...] |