Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 259) sorted by relevance

1234567891011

/linux/tools/perf/util/
H A Dthread.h32 DECLARE_RC_STRUCT(thread) { in DECLARE_RC_STRUCT() argument
90 __thread__zput(struct thread ** thread) __thread__zput() argument
96 thread__zput(thread) global() argument
104 thread__set_comm(struct thread * thread,const char * comm,u64 timestamp) thread__set_comm() argument
138 thread__maps(struct thread * thread) thread__maps() argument
143 thread__set_maps(struct thread * thread,struct maps * maps) thread__set_maps() argument
148 thread__pid(const struct thread * thread) thread__pid() argument
153 thread__set_pid(struct thread * thread,pid_t pid_) thread__set_pid() argument
158 thread__tid(const struct thread * thread) thread__tid() argument
163 thread__set_tid(struct thread * thread,pid_t tid) thread__set_tid() argument
168 thread__ppid(const struct thread * thread) thread__ppid() argument
173 thread__set_ppid(struct thread * thread,pid_t ppid) thread__set_ppid() argument
178 thread__cpu(const struct thread * thread) thread__cpu() argument
183 thread__set_cpu(struct thread * thread,int cpu) thread__set_cpu() argument
188 thread__guest_cpu(const struct thread * thread) thread__guest_cpu() argument
193 thread__set_guest_cpu(struct thread * thread,int guest_cpu) thread__set_guest_cpu() argument
198 thread__refcnt(struct thread * thread) thread__refcnt() argument
203 thread__set_exited(struct thread * thread,bool exited) thread__set_exited() argument
208 thread__comm_set(const struct thread * thread) thread__comm_set() argument
213 thread__set_comm_set(struct thread * thread,bool set) thread__set_comm_set() argument
218 thread__var_comm_len(const struct thread * thread) thread__var_comm_len() argument
223 thread__set_comm_len(struct thread * thread,int len) thread__set_comm_len() argument
228 thread__namespaces_list(struct thread * thread) thread__namespaces_list() argument
233 thread__namespaces_list_empty(const struct thread * thread) thread__namespaces_list_empty() argument
238 thread__namespaces_lock(struct thread * thread) thread__namespaces_lock() argument
243 thread__comm_lock(struct thread * thread) thread__comm_lock() argument
248 thread__comm_list(struct thread * thread) thread__comm_list() argument
254 thread__db_id(const struct thread * thread) thread__db_id() argument
259 thread__set_db_id(struct thread * thread,u64 db_id) thread__set_db_id() argument
264 thread__priv(struct thread * thread) thread__priv() argument
269 thread__set_priv(struct thread * thread,void * p) thread__set_priv() argument
274 thread__ts(struct thread * thread) thread__ts() argument
279 thread__set_ts(struct thread * thread,struct thread_stack * ts) thread__set_ts() argument
284 thread__nsinfo(struct thread * thread) thread__nsinfo() argument
289 thread__srccode_state(struct thread * thread) thread__srccode_state() argument
294 thread__filter(const struct thread * thread) thread__filter() argument
299 thread__set_filter(struct thread * thread,bool filter) thread__set_filter() argument
304 thread__filter_entry_depth(const struct thread * thread) thread__filter_entry_depth() argument
309 thread__set_filter_entry_depth(struct thread * thread,int depth) thread__set_filter_entry_depth() argument
316 thread__set_e_machine(struct thread * thread,uint16_t e_machine) thread__set_e_machine() argument
321 thread__e_flags(const struct thread * thread) thread__e_flags() argument
326 thread__set_e_flags(struct thread * thread,uint32_t e_flags) thread__set_e_flags() argument
332 thread__lbr_stitch_enable(const struct thread * thread) thread__lbr_stitch_enable() argument
337 thread__set_lbr_stitch_enable(struct thread * thread,bool en) thread__set_lbr_stitch_enable() argument
342 thread__lbr_stitch(struct thread * thread) thread__lbr_stitch() argument
347 thread__set_lbr_stitch(struct thread * thread,struct lbr_stitch * lbrs) thread__set_lbr_stitch() argument
352 thread__is_filtered(struct thread * thread) thread__is_filtered() argument
[all...]
H A Dthread.c25 int thread__init_maps(struct thread *thread, struct machine *machine) in thread__init_maps() argument
47 struct thread *thread; thread__new() local
93 thread__delete(struct thread * thread) thread__delete() argument
132 thread__get(struct thread * thread) thread__get() argument
142 thread__put(struct thread * thread) thread__put() argument
150 __thread__namespaces(struct thread * thread) __thread__namespaces() argument
158 thread__namespaces(struct thread * thread) thread__namespaces() argument
169 __thread__set_namespaces(struct thread * thread,u64 timestamp,struct perf_record_namespaces * event) __thread__set_namespaces() argument
193 thread__set_namespaces(struct thread * thread,u64 timestamp,struct perf_record_namespaces * event) thread__set_namespaces() argument
204 __thread__comm(struct thread * thread) __thread__comm() argument
213 thread__comm(struct thread * thread) thread__comm() argument
223 thread__exec_comm(struct thread * thread) thread__exec_comm() argument
250 ____thread__set_comm(struct thread * thread,const char * str,u64 timestamp,bool exec) ____thread__set_comm() argument
276 __thread__set_comm(struct thread * thread,const char * str,u64 timestamp,bool exec) __thread__set_comm() argument
287 thread__set_comm_from_proc(struct thread * thread) thread__set_comm_from_proc() argument
304 __thread__comm_str(struct thread * thread) __thread__comm_str() argument
315 thread__comm_str(struct thread * thread) thread__comm_str() argument
326 __thread__comm_len(struct thread * thread,const char * comm) __thread__comm_len() argument
336 thread__comm_len(struct thread * thread) thread__comm_len() argument
352 thread__fprintf(struct thread * thread,FILE * fp) thread__fprintf() argument
358 thread__insert_map(struct thread * thread,struct map * map) thread__insert_map() argument
384 thread__prepare_access(struct thread * thread) thread__prepare_access() argument
398 thread__clone_maps(struct thread * thread,struct thread * parent,bool do_maps_clone) thread__clone_maps() argument
414 thread__fork(struct thread * thread,struct thread * parent,u64 timestamp,bool do_maps_clone) thread__fork() argument
430 thread__find_cpumode_addr_location(struct thread * thread,u64 addr,bool symbols,struct addr_location * al) thread__find_cpumode_addr_location() argument
485 thread__e_machine(struct thread * thread,struct machine * machine,uint32_t * e_flags) thread__e_machine() argument
554 thread__main_thread(struct machine * machine,struct thread * thread) thread__main_thread() argument
565 thread__memcpy(struct thread * thread,struct machine * machine,void * buf,u64 ip,int len,bool * is64bit) thread__memcpy() argument
598 thread__free_stitch_list(struct thread * thread) thread__free_stitch_list() argument
[all...]
H A Dthread-stack.c113 static inline bool thread_stack__per_cpu(struct thread *thread) in thread_stack__per_cpu()
136 static int thread_stack__init(struct thread_stack *ts, struct thread *thread, in thread_stack__init()
173 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new()
208 static struct thread_stack *thread__cpu_stack(struct thread *thread, int cpu) in thread__cpu_stack()
226 static inline struct thread_stack *thread__stack(struct thread *thread, in thread__stack()
298 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
338 static int __thread_stack__flush(struct thread *thread, struct thread_stack *ts) in __thread_stack__flush()
364 int thread_stack__flush(struct thread *thread) in thread_stack__flush()
406 int thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, in thread_stack__event()
473 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr) in thread_stack__set_trace_nr()
[all …]
H A Ddb-export.c62 struct machine *machine, struct thread *main_thread) in db_export__thread() argument
83 __db_export__comm(struct db_export * dbe,struct comm * comm,struct thread * thread) __db_export__comm() argument
94 db_export__comm(struct db_export * dbe,struct comm * comm,struct thread * thread) db_export__comm() argument
134 db_export__comm_thread(struct db_export * dbe,struct comm * comm,struct thread * thread) db_export__comm_thread() argument
211 call_path_from_sample(struct db_export * dbe,struct machine * machine,struct thread * thread,struct perf_sample * sample,struct evsel * evsel) call_path_from_sample() argument
294 db_export__threads(struct db_export * dbe,struct thread * thread,struct thread * main_thread,struct machine * machine,struct comm ** comm_ptr) db_export__threads() argument
352 struct thread *thread = al->thread; db_export__sample() local
536 struct thread *thread = machine__find_thread(machine, pid, tid); db_export__pid_tid() local
[all...]
H A Dmachine.c67 thread__set_guest_comm(struct thread * thread,pid_t pid) thread__set_guest_comm() argument
110 struct thread *thread = machine__findnew_thread(machine, -1, machine__init() local
391 struct thread *thread; findnew_guest_code() local
583 struct thread *thread = machine__findnew_thread(machine, 0, 0); machine__idle_thread() local
593 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
939 machine_fprintf_cb(struct thread * thread,void * data) machine_fprintf_cb() argument
1732 struct thread *thread; machine__process_mmap2_event() local
1800 struct thread *thread; machine__process_mmap_event() local
1863 struct thread *thread = machine__find_thread(machine, machine__process_fork_event() local
1929 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
2027 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
2146 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,bool symbols) add_callchain_ip() argument
2327 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,bool symbols) lbr_callchain_add_kernel_ip() argument
2364 save_lbr_cursor_node(struct thread * thread,struct callchain_cursor * cursor,int idx) save_lbr_cursor_node() argument
2393 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,bool symbols) lbr_callchain_add_lbr_ip() argument
2507 lbr_callchain_add_stitched_lbr_ip(struct thread * thread,struct callchain_cursor * cursor) lbr_callchain_add_stitched_lbr_ip() argument
2532 get_stitch_node(struct thread * thread) get_stitch_node() argument
2548 has_stitched_lbr(struct thread * thread,struct perf_sample * cur,struct perf_sample * prev,unsigned int max_lbr,bool callee) has_stitched_lbr() argument
2624 alloc_lbr_stitch(struct thread * thread,unsigned int max_lbr) alloc_lbr_stitch() argument
2661 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,bool symbols) resolve_lbr_callchain_sample() argument
2749 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,bool symbols) find_prev_cpumode() argument
2771 get_leaf_frame_caller(struct perf_sample * sample,struct thread * thread,int usr_idx) get_leaf_frame_caller() argument
2779 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,bool symbols) thread__resolve_callchain_sample() argument
2987 thread__resolve_callchain_unwind(struct thread * thread,struct callchain_cursor * cursor,struct evsel * evsel,struct perf_sample * sample,int max_stack,bool symbols) thread__resolve_callchain_unwind() argument
3010 __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,bool symbols) __thread__resolve_callchain() argument
3052 machine__for_each_thread(struct machine * machine,int (* fn)(struct thread * thread,void * p),void * priv) machine__for_each_thread() argument
3059 machines__for_each_thread(struct machines * machines,int (* fn)(struct thread * thread,void * p),void * priv) machines__for_each_thread() argument
3080 thread_list_cb(struct thread * thread,void * data) thread_list_cb() argument
3120 struct thread *thread; machine__set_current_tid() local
[all...]
H A Dcounts.h20 perf_counts(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts()
26 perf_counts__is_loaded(struct perf_counts *counts, int cpu_map_idx, int thread) in perf_counts__is_loaded()
32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) in perf_counts__set_loaded()
H A Dvdso.c159 struct thread *thread) in machine__thread_dso_type()
265 struct thread *thread, in __machine__findnew_vdso_compat()
299 struct thread *thread) in machine__find_vdso()
331 struct thread *thread) in machine__findnew_vdso()
/linux/tools/perf/scripts/python/
H A Dstat-cpi.py10 def get_key(time, event, cpu, thread): argument
13 def store_key(time, cpu, thread): argument
23 def store(time, event, cpu, thread, val, ena, run): argument
31 def get(time, event, cpu, thread): argument
35 def stat__cycles_k(cpu, thread, time, val, ena, run): argument
38 def stat__instructions_k(cpu, thread, time, val, ena, run): argument
41 def stat__cycles_u(cpu, thread, time, val, ena, run): argument
44 def stat__instructions_u(cpu, thread, time, val, ena, run): argument
47 def stat__cycles(cpu, thread, time, val, ena, run): argument
50 def stat__instructions(cpu, thread, time, val, ena, run): argument
/linux/tools/perf/tests/
H A Ddwarf-unwind.c94 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__thread(struct thread *thread) in test_dwarf_unwind__thread()
128 struct thread *thread = *(struct thread **)p1; in test_dwarf_unwind__compare() local
144 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__krava_3(struct thread *thread) in test_dwarf_unwind__krava_3()
163 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__krava_2(struct thread *thread) in test_dwarf_unwind__krava_2()
172 NO_TAIL_CALL_ATTRIBUTE noinline int test_dwarf_unwind__krava_1(struct thread *thread) in test_dwarf_unwind__krava_1()
186 struct thread *thread; in test__dwarf_unwind() local
/linux/arch/arm/vfp/
H A Dvfpmodule.c90 static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) in vfp_state_in_hw()
104 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) in vfp_force_reload()
118 static void vfp_thread_flush(struct thread_info *thread) in vfp_thread_flush()
146 static void vfp_thread_exit(struct thread_info *thread) in vfp_thread_exit()
157 static void vfp_thread_copy(struct thread_info *thread) in vfp_thread_copy()
189 struct thread_info *thread = v; in vfp_notifier() local
547 void vfp_sync_hwstate(struct thread_info *thread) in vfp_sync_hwstate()
566 void vfp_flush_hwstate(struct thread_info *thread) in vfp_flush_hwstate()
582 struct thread_info *thread = current_thread_info(); in vfp_preserve_user_clear_hwstate() local
620 struct thread_info *thread = current_thread_info(); in vfp_restore_user_hwstate() local
[all …]
/linux/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c80 struct cmdq_thread *thread; member
90 struct cmdq_thread *thread; member
186 static int cmdq_thread_suspend(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_suspend()
206 static void cmdq_thread_resume(struct cmdq_thread *thread) in cmdq_thread_resume()
226 static int cmdq_thread_reset(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_reset()
242 static void cmdq_thread_disable(struct cmdq *cmdq, struct cmdq_thread *thread) in cmdq_thread_disable()
249 static void cmdq_thread_invalidate_fetched_data(struct cmdq_thread *thread) in cmdq_thread_invalidate_fetched_data()
258 struct cmdq_thread *thread = task->thread; in cmdq_task_insert_into_thread() local
274 static bool cmdq_thread_is_in_wfe(struct cmdq_thread *thread) in cmdq_thread_is_in_wfe()
292 struct cmdq_thread *thread = task->thread; in cmdq_task_handle_error() local
[all …]
/linux/tools/lib/perf/
H A Devsel.c70 int idx, thread; in perf_evsel__alloc_fd() local
100 static int get_group_fd(struct perf_evsel *evsel, int cpu_map_idx, int thread, int *group_fd) in get_group_fd() argument
130 int idx, thread, err = 0; perf_evsel__open() local
195 int thread; perf_evsel__close_fd_cpu() local
238 int idx, thread; perf_evsel__munmap() local
260 int ret, idx, thread; perf_evsel__mmap() local
295 perf_evsel__mmap_base(struct perf_evsel * evsel,int cpu_map_idx,int thread) perf_evsel__mmap_base() argument
335 perf_evsel__read_group(struct perf_evsel * evsel,int cpu_map_idx,int thread,struct perf_counts_values * count) perf_evsel__read_group() argument
400 perf_evsel__read(struct perf_evsel * evsel,int cpu_map_idx,int thread,struct perf_counts_values * count) perf_evsel__read() argument
429 perf_evsel__ioctl(struct perf_evsel * evsel,int ioc,void * arg,int cpu_map_idx,int thread) perf_evsel__ioctl() argument
443 int thread; perf_evsel__run_ioctl() local
460 perf_evsel__enable_thread(struct perf_evsel * evsel,int thread) perf_evsel__enable_thread() argument
[all...]
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c82 struct thread_struct *thread = &task->thread; in ptrace_set_debugreg() local
170 static int find_empty_ptrace_bp(struct thread_struct *thread) in find_empty_ptrace_bp()
182 static int find_empty_hw_brk(struct thread_struct *thread) in find_empty_hw_brk()
198 struct thread_struct *thread = &child->thread; in ppc_set_hwdebug() local
272 struct thread_struct *thread = &child->thread; in ppc_del_hwdebug() local
/linux/tools/usb/
H A Dffs-test.c343 static struct thread { struct
347 ssize_t (*in)(struct thread *, void *, size_t); argument
350 ssize_t (*out)(struct thread *, const void *, size_t); argument
354 pthread_t id; argument
357 } threads[] = { argument
379 static void init_thread(struct thread *t) in init_thread() argument
/linux/drivers/md/dm-vdo/
H A Dthread-registry.c28 struct registered_thread *thread; in vdo_register_thread() local
57 struct registered_thread *thread; in vdo_unregister_thread() local
80 struct registered_thread *thread; in vdo_lookup_thread() local
/linux/drivers/android/
H A Dbinder.c463 binder_enqueue_deferred_thread_work_ilocked(struct binder_thread *thread, in binder_enqueue_deferred_thread_work_ilocked() argument
481 binder_enqueue_thread_work_ilocked(struct binder_thread * thread,struct binder_work * work) binder_enqueue_thread_work_ilocked() argument
508 binder_enqueue_thread_work(struct binder_thread * thread,struct binder_work * work) binder_enqueue_thread_work() argument
555 binder_has_work_ilocked(struct binder_thread * thread,bool do_proc_work) binder_has_work_ilocked() argument
564 binder_has_work(struct binder_thread * thread,bool do_proc_work) binder_has_work() argument
575 binder_available_for_proc_work_ilocked(struct binder_thread * thread) binder_available_for_proc_work_ilocked() argument
585 struct binder_thread *thread; binder_wakeup_poll_threads_ilocked() local
614 struct binder_thread *thread; binder_select_thread_ilocked() local
644 binder_wakeup_thread_ilocked(struct binder_proc * proc,struct binder_thread * thread,bool sync) binder_wakeup_thread_ilocked() argument
675 struct binder_thread *thread = binder_select_thread_ilocked(proc); binder_wakeup_proc_ilocked() local
844 struct binder_thread *thread = container_of(target_list, binder_inc_node_nilocked() local
1526 binder_thread_dec_tmpref(struct binder_thread * thread) binder_thread_dec_tmpref() argument
2028 binder_transaction_buffer_release(struct binder_proc * proc,struct binder_thread * thread,struct binder_buffer * buffer,binder_size_t off_end_offset,bool is_failure) binder_transaction_buffer_release() argument
2207 binder_release_entire_buffer(struct binder_proc * proc,struct binder_thread * thread,struct binder_buffer * buffer,bool is_failure) binder_release_entire_buffer() argument
2222 binder_translate_binder(struct flat_binder_object * fp,struct binder_transaction * t,struct binder_thread * thread) binder_translate_binder() argument
2275 binder_translate_handle(struct flat_binder_object * fp,struct binder_transaction * t,struct binder_thread * thread) binder_translate_handle() argument
2348 binder_translate_fd(u32 fd,binder_size_t fd_offset,struct binder_transaction * t,struct binder_thread * thread,struct binder_transaction * in_reply_to) binder_translate_fd() argument
2659 binder_translate_fd_array(struct list_head * pf_head,struct binder_fd_array_object * fda,const void __user * sender_ubuffer,struct binder_buffer_object * parent,struct binder_buffer_object * sender_uparent,struct binder_transaction * t,struct binder_thread * thread,struct binder_transaction * in_reply_to) binder_translate_fd_array() argument
2723 binder_fixup_parent(struct list_head * pf_head,struct binder_transaction * t,struct binder_thread * thread,struct binder_buffer_object * bp,binder_size_t off_start_offset,binder_size_t num_valid,binder_size_t last_fixup_obj_off,binder_size_t last_fixup_min_off) binder_fixup_parent() argument
2845 binder_proc_transaction(struct binder_transaction * t,struct binder_proc * proc,struct binder_thread * thread) binder_proc_transaction() argument
3056 binder_transaction(struct binder_proc * proc,struct binder_thread * thread,struct binder_transaction_data * tr,int reply,binder_size_t extra_buffers_size) binder_transaction() argument
3923 binder_request_freeze_notification(struct binder_proc * proc,struct binder_thread * thread,struct binder_handle_cookie * handle_cookie) binder_request_freeze_notification() argument
3976 binder_clear_freeze_notification(struct binder_proc * proc,struct binder_thread * thread,struct binder_handle_cookie * handle_cookie) binder_clear_freeze_notification() argument
4035 binder_freeze_notification_done(struct binder_proc * proc,struct binder_thread * thread,binder_uintptr_t cookie) binder_freeze_notification_done() argument
4082 binder_free_buf(struct binder_proc * proc,struct binder_thread * thread,struct binder_buffer * buffer,bool is_failure) binder_free_buf() argument
4116 binder_thread_write(struct binder_proc * proc,struct binder_thread * thread,binder_uintptr_t binder_buffer,size_t size,binder_size_t * consumed) binder_thread_write() argument
4602 binder_stat_br(struct binder_proc * proc,struct binder_thread * thread,uint32_t cmd) binder_stat_br() argument
4613 binder_put_node_cmd(struct binder_proc * proc,struct binder_thread * thread,void __user ** ptrp,binder_uintptr_t node_ptr,binder_uintptr_t node_cookie,int node_debug_id,uint32_t cmd,const char * cmd_name) binder_put_node_cmd() argument
4643 binder_wait_for_work(struct binder_thread * thread,bool do_proc_work) binder_wait_for_work() argument
4730 binder_thread_read(struct binder_proc * proc,struct binder_thread * thread,binder_uintptr_t binder_buffer,size_t size,binder_size_t * consumed,int non_block) binder_thread_read() argument
5251 struct binder_thread *thread = NULL; binder_get_thread_ilocked() local
5289 struct binder_thread *thread; binder_get_thread() local
5331 binder_free_thread(struct binder_thread * thread) binder_free_thread() argument
5340 binder_thread_release(struct binder_proc * proc,struct binder_thread * thread) binder_thread_release() argument
5433 struct binder_thread *thread = NULL; binder_poll() local
5455 binder_ioctl_write_read(struct file * filp,unsigned long arg,struct binder_thread * thread) binder_ioctl_write_read() argument
5612 struct binder_thread *thread; binder_txns_pending_ilocked() local
5757 binder_ioctl_get_extended_error(struct binder_thread * thread,void __user * ubuf) binder_ioctl_get_extended_error() argument
5777 struct binder_thread *thread; binder_ioctl() local
6164 struct binder_thread *thread = rb_entry(n, struct binder_thread, rb_node); binder_deferred_flush() local
6293 struct binder_thread *thread; binder_deferred_release() local
6490 print_binder_thread_ilocked(struct seq_file * m,struct binder_thread * thread,bool print_always,bool hash_ptrs) print_binder_thread_ilocked() argument
6787 struct binder_thread *thread; print_binder_proc_stats() local
[all...]
/linux/drivers/acpi/acpica/
H A Ddswstate.c442 struct acpi_thread_state *thread) in acpi_ds_push_walk_state() argument
412 acpi_ds_get_current_walk_state(struct acpi_thread_state * thread) acpi_ds_get_current_walk_state() argument
466 acpi_ds_pop_walk_state(struct acpi_thread_state * thread) acpi_ds_pop_walk_state() argument
511 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) acpi_ds_create_walk_state() argument
[all...]
H A Dexmutex.c37 struct acpi_thread_state *thread = obj_desc->mutex.owner_thread; in acpi_ex_unlink_mutex() local
80 struct acpi_thread_state *thread) in acpi_ex_link_mutex() argument
461 acpi_ex_release_all_mutexes(struct acpi_thread_state * thread) acpi_ex_release_all_mutexes() argument
[all...]
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c12 struct thread { struct
19 static struct thread *threads; argument
14 pthdsthread global() argument
/linux/drivers/misc/amd-sbi/
H A Drmi-core.c58 u8 thread; /* thread number */ member
151 u16 thread) in rmi_cpuid_input()
175 u16 thread) in rmi_cpuid_input_ext()
193 u16 thread; in rmi_cpuid_read() local
266 u16 thread) in rmi_mcamsr_input()
289 u16 thread) in rmi_mcamsr_input_ext()
307 u16 thread; in rmi_mca_msr_read() local
/linux/tools/testing/selftests/kvm/
H A Dhardware_disable_test.c58 static inline void check_create_thread(pthread_t *thread, pthread_attr_t *attr, in check_create_thread()
67 static inline void check_set_affinity(pthread_t thread, cpu_set_t *cpu_set) in check_set_affinity()
75 static inline void check_join(pthread_t thread, void **retval) in check_join()
/linux/include/linux/iio/
H A Dtriggered_buffer.h20 #define iio_triggered_buffer_setup(indio_dev, h, thread, setup_ops) \ argument
33 #define devm_iio_triggered_buffer_setup(dev, indio_dev, h, thread, setup_ops) \ argument
/linux/tools/perf/arch/arm64/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack() argument
46 struct thread *thread) in test__arch_unwind_sample() argument
/linux/tools/perf/arch/arm/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack() argument
46 struct thread *thread) in test__arch_unwind_sample() argument
/linux/tools/perf/arch/powerpc/tests/
H A Ddwarf-unwind.c14 struct thread *thread, u64 *regs) in sample_ustack() argument
46 struct thread *thread) in test__arch_unwind_sample() argument

1234567891011