/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 624 of_get_cpu_node(int cpu, unsigned int *thread) of_get_cpu_node() argument
|
H A D | mISDNif.h | 509 struct task_struct *thread; member
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | machine.c | 115 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() local 230 struct thread *threa in machine__exit() local 592 machine__thread_exec_comm(struct machine *machine, struct thread *thread) machine__thread_exec_comm() argument 604 struct thread *thread = machine__findnew_thread(machine, machine__process_comm_event() local 631 struct thread *thread = machine__findnew_thread(machine, machine__process_namespaces_event() local 1723 struct thread *thread; machine__process_mmap2_event() local 1778 struct thread *thread; machine__process_mmap_event() local 1867 struct thread *thread = machine__find_thread(machine, machine__process_fork_event() local 1933 struct thread *thread = machine__find_thread(machine, machine__process_exit_event() local 2000 ip__resolve_ams(struct thread *thread, struct addr_map_symbol *ams, u64 ip) ip__resolve_ams() argument 2024 ip__resolve_data(struct thread *thread, u8 m, struct addr_map_symbol *ams, u64 addr, u64 phys_addr) ip__resolve_data() argument 2084 add_callchain_ip(struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, u64 ip, bool branch, struct branch_flags *flags, struct iterations *iter, u64 branch_from) add_callchain_ip() argument 2246 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument 2280 save_lbr_cursor_node(struct thread *thread, struct callchain_cursor *cursor, int idx) save_lbr_cursor_node() argument 2305 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument 2406 lbr_callchain_add_stitched_lbr_ip(struct thread *thread, struct callchain_cursor *cursor) lbr_callchain_add_stitched_lbr_ip() argument 2431 get_stitch_node(struct thread *thread) get_stitch_node() argument 2447 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument 2519 alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) alloc_lbr_stitch() argument 2552 resolve_lbr_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack, unsigned int max_lbr) resolve_lbr_callchain_sample() argument 2635 find_prev_cpumode(struct ip_callchain *chain, struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, int ent) find_prev_cpumode() argument 2656 thread__resolve_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack) thread__resolve_callchain_sample() argument 2870 thread__resolve_callchain_unwind(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, int max_stack) thread__resolve_callchain_unwind() argument 2890 thread__resolve_callchain(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack) thread__resolve_callchain() argument 2927 machine__for_each_thread(struct machine *machine, int (*fn)(struct thread *thread, void *p), void *priv) machine__for_each_thread() argument 2933 struct thread *thread; machine__for_each_thread() local 2956 machines__for_each_thread(struct machines *machines, int (*fn)(struct thread *thread, void *p), void *priv) machines__for_each_thread() argument 2990 struct thread *thread; machine__set_current_tid() local [all...] |
H A D | hist.c | 2686 struct thread *thread = hists->thread_filter; __hists__scnprintf_title() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 2417 struct thread *thread; member 2511 struct thread *thread = act->thread; in do_zoom_thread() local 2543 add_thread_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct thread *thread) add_thread_opt() argument 2718 add_script_opt_2(struct hist_browser *browser __maybe_unused, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym, struct evsel *evsel, const char *tstr) add_script_opt_2() argument 2745 add_script_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym, struct evsel *evsel) add_script_opt() argument 3027 struct thread *thread = NULL; perf_evsel__hists_browse() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 632 of_get_cpu_node(int cpu, unsigned int *thread) of_get_cpu_node() argument
|
H A D | mISDNif.h | 508 struct task_struct *thread; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v7_0.c | 4097 wave_read_regs(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t thread, uint32_t regno, uint32_t num, uint32_t *out) wave_read_regs() argument
|
/kernel/linux/linux-6.6/kernel/ |
H A D | cpu.c | 72 struct task_struct *thread; member [all...] |
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_balloon.c | 550 struct task_struct *thread; member [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | md.h | 371 struct md_thread __rcu *thread; /* management thread */ member [all...] |
H A D | raid10.c | 981 struct md_thread *thread; in stop_waiting_barrier() local 3103 raid10d(struct md_thread *thread) raid10d() argument [all...] |
H A D | raid5-cache.c | 1548 static void r5l_reclaim_thread(struct md_thread *thread) in r5l_reclaim_thread() argument 1579 struct md_thread *thread in r5l_quiesce() local 3066 struct md_thread *thread; r5l_init_log() local [all...] |
H A D | raid5.h | 682 struct md_thread __rcu *thread; member
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 2418 struct thread *thread; member 2514 struct thread *thread = act->thread; in do_zoom_thread() local 2548 add_thread_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct thread *thread) add_thread_opt() argument 2723 add_script_opt_2(struct hist_browser *browser __maybe_unused, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym, struct evsel *evsel, const char *tstr) add_script_opt_2() argument 2750 add_script_opt(struct hist_browser *browser, struct popup_action *act, char **optstr, struct thread *thread, struct symbol *sym, struct evsel *evsel) add_script_opt() argument 3028 struct thread *thread = NULL; evsel__hists_browse() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel.c | 1500 void evsel__compute_deltas(struct evsel *evsel, int cpu_map_idx, int thread, in evsel__compute_deltas() argument 1516 static int evsel__read_one(struct evsel *evsel, int cpu_map_idx, int thread) in evsel__read_one() argument 1523 static void evsel__set_count(struct evsel *counter, int cpu_map_idx, int thread, in evsel__set_count() argument 1538 static int evsel__process_group_data(struct evsel *leader, int cpu_map_idx, int thread, u6 argument 1572 evsel__read_group(struct evsel *leader, int cpu_map_idx, int thread) evsel__read_group() argument 1602 evsel__read_counter(struct evsel *evsel, int cpu_map_idx, int thread) evsel__read_counter() argument 1612 __evsel__read_on_cpu(struct evsel *evsel, int cpu_map_idx, int thread, bool scale) __evsel__read_on_cpu() argument 1653 get_group_fd(struct evsel *evsel, int cpu_map_idx, int thread) get_group_fd() argument 1712 evsel__ignore_missing_thread(struct evsel *evsel, int nr_cpus, int cpu_map_idx, struct perf_thread_map *threads, int thread, int err) evsel__ignore_missing_thread() argument 2023 int idx, thread, nthreads; evsel__open_cpu() local 3068 int cpu_map_idx, thread; store_evsel_ids() local [all...] |
H A D | machine.c | 104 static void thread__set_guest_comm(struct thread *thread, pid_t pid) in thread__set_guest_comm() argument 145 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() local 433 struct thread *thread; findnew_guest_code() local 729 struct thread *thread = machine__findnew_thread(machine, 0, 0); machine__idle_thread() local 738 machine__thread_exec_comm(struct machine *machine, struct thread *thread) machine__thread_exec_comm() argument 750 struct thread *thread = machine__findnew_thread(machine, machine__process_comm_event() local 777 struct thread *thread = machine__findnew_thread(machine, machine__process_namespaces_event() local 1930 struct thread *thread; machine__process_mmap2_event() local 1998 struct thread *thread; machine__process_mmap_event() local 2088 struct thread *thread = machine__find_thread(machine, machine__process_fork_event() local 2154 struct thread *thread = machine__find_thread(machine, machine__process_exit_event() local 2221 ip__resolve_ams(struct thread *thread, struct addr_map_symbol *ams, u64 ip) ip__resolve_ams() argument 2248 ip__resolve_data(struct thread *thread, u8 m, struct addr_map_symbol *ams, u64 addr, u64 phys_addr, u64 daddr_page_size) ip__resolve_data() argument 2314 add_callchain_ip(struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, u64 ip, bool branch, struct branch_flags *flags, struct iterations *iter, u64 branch_from) add_callchain_ip() argument 2483 lbr_callchain_add_kernel_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 branch_from, bool callee, int end) lbr_callchain_add_kernel_ip() argument 2517 save_lbr_cursor_node(struct thread *thread, struct callchain_cursor *cursor, int idx) save_lbr_cursor_node() argument 2542 lbr_callchain_add_lbr_ip(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, u64 *branch_from, bool callee) lbr_callchain_add_lbr_ip() argument 2643 lbr_callchain_add_stitched_lbr_ip(struct thread *thread, struct callchain_cursor *cursor) lbr_callchain_add_stitched_lbr_ip() argument 2668 get_stitch_node(struct thread *thread) get_stitch_node() argument 2684 has_stitched_lbr(struct thread *thread, struct perf_sample *cur, struct perf_sample *prev, unsigned int max_lbr, bool callee) has_stitched_lbr() argument 2756 alloc_lbr_stitch(struct thread *thread, unsigned int max_lbr) alloc_lbr_stitch() argument 2791 resolve_lbr_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack, unsigned int max_lbr) resolve_lbr_callchain_sample() argument 2874 find_prev_cpumode(struct ip_callchain *chain, struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, int ent) find_prev_cpumode() argument 2895 get_leaf_frame_caller(struct perf_sample *sample, struct thread *thread, int usr_idx) get_leaf_frame_caller() argument 2904 thread__resolve_callchain_sample(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack) thread__resolve_callchain_sample() argument 3152 thread__resolve_callchain_unwind(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, int max_stack) thread__resolve_callchain_unwind() argument 3172 thread__resolve_callchain(struct thread *thread, struct callchain_cursor *cursor, struct evsel *evsel, struct perf_sample *sample, struct symbol **parent, struct addr_location *root_al, int max_stack) thread__resolve_callchain() argument 3212 machine__for_each_thread(struct machine *machine, int (*fn)(struct thread *thread, void *p), void *priv) machine__for_each_thread() argument 3235 machines__for_each_thread(struct machines *machines, int (*fn)(struct thread *thread, void *p), void *priv) machines__for_each_thread() argument 3267 struct thread *thread; machine__set_current_tid() local [all...] |
H A D | hist.c | 2749 struct thread *thread = hists->thread_filter; __hists__scnprintf_title() local [all...] |
H A D | session.c | 1892 struct thread *thread = machine__idle_thread(&session->machines.host); in perf_session__register_idle_thread() local 2016 perf_session__flush_thread_stack(struct thread *thread, void *p __maybe_unused) perf_session__flush_thread_stack() argument 2779 struct thread *thread; perf_session__register_guest() local 2800 struct thread *thread = machine__findnew_thread(machine, pid, tid); perf_session__set_guest_cpu() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 804 pthread_t thread; in kill_thread_or_group() local 3981 pthread_t thread; TEST() local [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_osnoise.c | 214 struct osn_thread thread; member [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v8_0.c | 5238 wave_read_regs(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t thread, uint32_t regno, uint32_t num, uint32_t *out) wave_read_regs() argument
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.c | 6467 raid5d(struct md_thread *thread) raid5d() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvaudio.c | 135 struct task_struct *thread; member [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 616 struct delayed_work thread; member [all...] |