Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.h14 struct thread { struct
27 bool dead; /* if set thread has exited */ argument
33 struct thread_stack *ts; argument
39 struct thread *thread__new(pid_t pid, pid_t tid); argument
46 static inline void __thread__zput(struct thread **thread) in __thread__zput()
52 #define thread__zput(thread) __thread__zput(&thread) argument
54 static inline void thread__exited(struct thread *thread) in thread__exited()
61 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm()
87 static inline void *thread__priv(struct thread *thread) in thread__priv()
92 static inline void thread__set_priv(struct thread *thread, void *p) in thread__set_priv()
[all …]
Dthread.c13 int thread__init_map_groups(struct thread *thread, struct machine *machine) in thread__init_map_groups()
33 struct thread *thread = zalloc(sizeof(*thread)); in thread__new() local
66 void thread__delete(struct thread *thread) in thread__delete()
85 struct thread *thread__get(struct thread *thread) in thread__get()
91 void thread__put(struct thread *thread) in thread__put()
99 struct comm *thread__comm(const struct thread *thread) in thread__comm()
107 struct comm *thread__exec_comm(const struct thread *thread) in thread__exec_comm()
120 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm()
146 const char *thread__comm_str(const struct thread *thread) in thread__comm_str()
157 int thread__comm_len(struct thread *thread) in thread__comm_len()
[all …]
Dthread-stack.c126 static struct thread_stack *thread_stack__new(struct thread *thread, in thread_stack__new()
195 static int thread_stack__call_return(struct thread *thread, in thread_stack__call_return()
222 static int thread_stack__flush(struct thread *thread, struct thread_stack *ts) in thread_stack__flush()
245 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip, in thread_stack__event()
293 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr) in thread_stack__set_trace_nr()
305 void thread_stack__free(struct thread *thread) in thread_stack__free()
314 void thread_stack__sample(struct thread *thread, struct ip_callchain *chain, in thread_stack__sample()
485 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts, in thread_stack__pop_cp()
528 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts, in thread_stack__bottom()
557 static int thread_stack__no_call_return(struct thread *thread, in thread_stack__no_call_return()
[all …]
Dmachine.c48 struct thread *thread = machine__findnew_thread(machine, -1, in machine__init() local
422 struct thread *thread) in machine__thread_exec_comm()
433 struct thread *thread = machine__findnew_thread(machine, in machine__process_comm_event() local
1164 struct thread *thread; in machine__process_mmap2_event() local
1214 struct thread *thread; in machine__process_mmap_event() local
1275 struct thread *thread = machine__find_thread(machine, in machine__process_fork_event() local
1303 struct thread *thread = machine__find_thread(machine, in machine__process_exit_event() local
1349 static void ip__resolve_ams(struct thread *thread, in ip__resolve_ams()
1371 static void ip__resolve_data(struct thread *thread, in ip__resolve_data()
1409 static int add_callchain_ip(struct thread *thread, in add_callchain_ip()
[all …]
Ddb-export.c122 int db_export__thread(struct db_export *dbe, struct thread *thread, in db_export__thread()
187 struct thread *thread) in db_export__comm_thread()
229 static struct thread *get_main_thread(struct machine *machine, struct thread *thread) in get_main_thread()
287 struct thread* thread = al->thread; in db_export__sample() local
Devlist.c285 int cpu, thread; in perf_evlist__disable() local
304 int cpu, thread; in perf_evlist__enable() local
324 int cpu, thread, err; in perf_evlist__disable_event() local
345 int cpu, thread, err; in perf_evlist__enable_event() local
366 int thread, err; in perf_evlist__enable_event_cpu() local
383 int thread) in perf_evlist__enable_event_thread()
472 int cpu, int thread, u64 id) in perf_evlist__id_hash()
484 int cpu, int thread, u64 id) in perf_evlist__id_add()
492 int cpu, int thread, int fd) in perf_evlist__id_add_fd()
533 int thread) in perf_evlist__set_sid_idx()
[all …]
Dunwind-libunwind.c90 struct thread *thread; member
514 static int entry(u64 ip, struct thread *thread, in entry()
563 int unwind__prepare_access(struct thread *thread) in unwind__prepare_access()
582 void unwind__flush_access(struct thread *thread) in unwind__flush_access()
593 void unwind__finish_access(struct thread *thread) in unwind__finish_access()
630 struct thread *thread, in unwind__get_entries()
Devent.c459 int err = -1, thread, j; in perf_event__synthesize_thread_map() local
792 void thread__find_addr_map(struct thread *thread, u8 cpumode, in thread__find_addr_map()
868 void thread__find_addr_location(struct thread *thread, in thread__find_addr_location()
886 struct thread *thread = machine__findnew_thread(machine, sample->pid, in perf_event__preprocess_sample() local
963 struct thread *thread, in perf_event__preprocess_sample_addr()
Dunwind-libdw.h15 struct thread *thread; member
Dvdso.c140 struct thread *thread) in machine__thread_dso_type()
251 struct thread *thread, in vdso__dso_findnew_compat()
Devsel.c778 int cpu, thread; in perf_evsel__alloc_fd() local
799 int cpu, thread; in perf_evsel__run_ioctl() local
882 int cpu, thread; in perf_evsel__close_fd() local
957 int perf_evsel__read_cb(struct perf_evsel *evsel, int cpu, int thread, in perf_evsel__read_cb()
974 int cpu, int thread, bool scale) in __perf_evsel__read_on_cpu()
994 static int get_group_fd(struct perf_evsel *evsel, int cpu, int thread) in get_group_fd()
1137 int cpu, thread, nthreads; in __perf_evsel__open() local
Dthread-stack.h59 struct thread *thread; member
Dunwind-libdw.c167 struct thread *thread, in unwind__get_entries()
Dbuild-id.c32 struct thread *thread = machine__findnew_thread(machine, sample->pid, in build_id__mark_dso_hit() local
55 struct thread *thread = machine__findnew_thread(machine, in perf_event__exit_del_thread() local
Devsel.h257 int cpu, int thread) in perf_evsel__read_on_cpu()
270 int cpu, int thread) in perf_evsel__read_on_cpu_scaled()
Dsort.h88 struct thread *thread; member
Dmap.c145 enum map_type type, struct thread *thread) in map__new()
Dsymbol.h187 struct thread *thread; member
Dsession.c1117 struct thread *thread; in perf_session__register_idle_thread() local
/linux-4.1.27/tools/perf/tests/
Ddwarf-unwind.c67 static int unwind_thread(struct thread *thread) in unwind_thread()
102 struct thread *thread = *(struct thread **)p1; in compare() local
111 static int krava_3(struct thread *thread) in krava_3()
130 static int krava_2(struct thread *thread) in krava_2()
136 static int krava_1(struct thread *thread) in krava_1()
145 struct thread *thread; in test__dwarf_unwind() local
Dcode-reading.c136 struct thread *thread, struct state *state) in read_object_code()
249 struct thread *thread; in process_sample_event() local
389 struct thread *thread; in do_test_code_reading() local
Dhists_filter.c16 struct thread *thread; member
Dhists_common.c91 struct thread *thread; in setup_fake_machine() local
Dmmap-thread-lookup.c184 struct thread *thread; in mmap_events() local
Dhists_link.c16 struct thread *thread; member
Dhists_output.c17 struct thread *thread; member
Dhists_cumulate.c16 struct thread *thread; member
/linux-4.1.27/arch/arm/vfp/
Dvfpmodule.c65 static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) in vfp_state_in_hw()
79 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) in vfp_force_reload()
93 static void vfp_thread_flush(struct thread_info *thread) in vfp_thread_flush()
121 static void vfp_thread_exit(struct thread_info *thread) in vfp_thread_exit()
132 static void vfp_thread_copy(struct thread_info *thread) in vfp_thread_copy()
168 struct thread_info *thread = v; in vfp_notifier() local
516 void vfp_sync_hwstate(struct thread_info *thread) in vfp_sync_hwstate()
535 void vfp_flush_hwstate(struct thread_info *thread) in vfp_flush_hwstate()
551 struct thread_info *thread = current_thread_info(); in vfp_preserve_user_clear_hwstate() local
594 struct thread_info *thread = current_thread_info(); in vfp_restore_user_hwstate() local
[all …]
/linux-4.1.27/tools/usb/
Dffs-test.c295 static struct thread { struct
299 ssize_t (*in)(struct thread *, void *, size_t); argument
302 ssize_t (*out)(struct thread *, const void *, size_t); argument
306 pthread_t id; argument
309 } threads[] = { argument
331 static void init_thread(struct thread *t) in init_thread() argument
Dtestusb.c131 pthread_t thread; member
/linux-4.1.27/drivers/acpi/acpica/
Dexmutex.c71 struct acpi_thread_state *thread = obj_desc->mutex.owner_thread; in acpi_ex_unlink_mutex() local
114 struct acpi_thread_state *thread) in acpi_ex_link_mutex()
460 void acpi_ex_release_all_mutexes(struct acpi_thread_state *thread) in acpi_ex_release_all_mutexes()
Ddswstate.c446 struct acpi_walk_state *acpi_ds_get_current_walk_state(struct acpi_thread_state in acpi_ds_get_current_walk_state()
476 struct acpi_thread_state *thread) in acpi_ds_push_walk_state()
500 struct acpi_walk_state *acpi_ds_pop_walk_state(struct acpi_thread_state *thread) in acpi_ds_pop_walk_state()
545 struct acpi_thread_state in acpi_ds_create_walk_state()
Dpsparse.c438 struct acpi_thread_state *thread; in acpi_ps_parse_aml() local
Ddsmethod.c470 acpi_ds_call_control_method(struct acpi_thread_state *thread, in acpi_ds_call_control_method()
Dacstruct.h120 struct acpi_thread_state *thread; member
Daclocal.h654 struct acpi_thread_state thread; member
/linux-4.1.27/arch/metag/kernel/
Dprocess.c263 static void alloc_fpu_context(struct thread_struct *thread) in alloc_fpu_context()
269 static void clear_fpu(struct thread_struct *thread) in clear_fpu()
276 static void clear_fpu(struct thread_struct *thread) in clear_fpu()
282 static void clear_dsp(struct thread_struct *thread) in clear_dsp()
296 static void clear_dsp(struct thread_struct *thread) in clear_dsp()
Dsmp.c71 static int boot_secondary(unsigned int thread, struct task_struct *idle) in boot_secondary()
121 static void describe_cachepart_change(unsigned int thread, const char *label, in describe_cachepart_change()
171 static void setup_smp_cache(unsigned int thread) in setup_smp_cache()
218 unsigned int thread = cpu_2_hwthread_id[cpu]; in __cpu_up() local
606 unsigned int thread; in kick_raise_softirq() local
Dcore_reg.c41 void core_reg_write(int unit, int reg, int thread, unsigned int val) in core_reg_write()
83 unsigned int core_reg_read(int unit, int reg, int thread) in core_reg_read()
Dtraps.c818 unsigned int thread = cpu_2_hwthread_id[cpu]; in per_cpu_trap_init() local
/linux-4.1.27/tools/perf/arch/arm/tests/
Ddwarf-unwind.c12 struct thread *thread, u64 *regs) in sample_ustack()
44 struct thread *thread) in test__arch_unwind_sample()
/linux-4.1.27/tools/perf/arch/x86/tests/
Ddwarf-unwind.c12 struct thread *thread, u64 *regs) in sample_ustack()
44 struct thread *thread) in test__arch_unwind_sample()
/linux-4.1.27/arch/arm/mach-ep93xx/
Dcrunch.c26 void crunch_task_release(struct thread_info *thread) in crunch_task_release()
41 struct thread_info *thread = (struct thread_info *)t; in crunch_do() local
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c77 struct kfd_process *kfd_create_process(const struct task_struct *thread) in kfd_create_process()
115 struct kfd_process *kfd_get_process(const struct task_struct *thread) in kfd_get_process()
143 static struct kfd_process *find_process(const struct task_struct *thread) in find_process()
254 static struct kfd_process *create_process(const struct task_struct *thread) in create_process()
/linux-4.1.27/arch/unicore32/kernel/
Dprocess.c213 struct thread_info *thread = current_thread_info(); in flush_thread() local
234 struct thread_info *thread = task_thread_info(p); in copy_thread() local
271 struct thread_info *thread = current_thread_info(); in dump_fpu() local
Dtraps.c179 static int __die(const char *str, int err, struct thread_info *thread, in __die()
217 struct thread_info *thread = current_thread_info(); in die() local
Dsignal.c307 struct thread_info *thread = current_thread_info(); in handle_signal() local
/linux-4.1.27/arch/arm/kernel/
Dxscale-cp0.c35 struct thread_info *thread = t; in dsp_do() local
60 struct thread_info *thread = t; in iwmmxt_do() local
Dptrace.c305 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local
319 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local
336 struct thread_info *thread = task_thread_info(tsk); in ptrace_getcrunchregs() local
348 struct thread_info *thread = task_thread_info(tsk); in ptrace_setcrunchregs() local
633 struct thread_info *thread = task_thread_info(target); in fpa_set() local
671 struct thread_info *thread = task_thread_info(target); in vfp_get() local
708 struct thread_info *thread = task_thread_info(target); in vfp_set() local
Dprocess.c184 struct thread_info *thread = current_thread_info(); in flush_thread() local
208 struct thread_info *thread = task_thread_info(p); in copy_thread() local
252 struct thread_info *thread = current_thread_info(); in dump_fpu() local
Dthumbee.c44 struct thread_info *thread = t; in thumbee_notifier() local
Dpj4-cp0.c24 struct thread_info *thread = t; in iwmmxt_do() local
/linux-4.1.27/drivers/irqchip/
Dirq-metag.c163 unsigned int thread = hard_processor_id(); in metag_internal_irq_unmask() local
195 unsigned int cpu, thread; in metag_internal_irq_set_affinity() local
284 unsigned int thread = cpu_2_hwthread_id[cpu]; in metag_internal_irq_init_cpu() local
Dirq-metag-ext.c134 int thread = hard_processor_id(); in meta_intc_startup_irq() local
338 unsigned int thread = hard_processor_id(); in meta_intc_unmask_edge_irq_nomask() local
379 unsigned int thread = hard_processor_id(); in meta_intc_unmask_level_irq_nomask() local
509 unsigned int cpu, thread; in meta_intc_set_affinity() local
782 unsigned int thread = cpu_2_hwthread_id[cpu]; in meta_intc_init_cpu() local
/linux-4.1.27/tools/perf/arch/arm/util/
Dunwind-libdw.c5 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) in libdw__arch_set_initial_registers()
/linux-4.1.27/arch/metag/include/asm/
Dhwthread.h26 void __iomem *__CU_addr(unsigned int thread, unsigned int regnum) in __CU_addr()
Dtlbflush.h28 int thread = hard_processor_id(); in __flush_tlb() local
Dmmu_context.h54 static inline void load_pgd(pgd_t *pgd, int thread) in load_pgd()
/linux-4.1.27/tools/perf/arch/x86/util/
Dunwind-libdw.c5 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) in libdw__arch_set_initial_registers()
/linux-4.1.27/tools/perf/
Dbuiltin-script.c339 struct thread *thread, in print_sample_start()
381 struct thread *thread, in print_sample_addr()
411 struct thread *thread, in print_sample_bts()
451 struct thread *thread = al->thread; in process_event() local
621 struct thread *thread; in process_comm_event() local
655 struct thread *thread; in process_fork_event() local
685 struct thread *thread; in process_exit_event() local
716 struct thread *thread; in process_mmap_event() local
747 struct thread *thread; in process_mmap2_event() local
Dbuiltin-trace.c244 struct thread *thread; member
1190 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace()
1261 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
1287 static int thread__read_fd_path(struct thread *thread, int fd) in thread__read_fd_path()
1313 static const char *thread__fd_path(struct thread *thread, int fd, in thread__fd_path()
1382 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
1545 struct thread *thread) in syscall__scnprintf_args()
1714 struct thread *thread; in trace__sys_enter() local
1770 struct thread *thread; in trace__sys_exit() local
1856 struct thread *thread = machine__findnew_thread(trace->host, in trace__sched_stat_runtime() local
[all …]
Dbuiltin-sched.c45 pthread_t thread; member
91 struct thread *thread; member
811 thread_atoms_search(struct rb_root *root, struct thread *thread, in thread_atoms_search()
861 static int thread_atoms_insert(struct perf_sched *sched, struct thread *thread) in thread_atoms_insert()
1021 struct thread *thread = machine__findnew_thread(machine, -1, pid); in latency_runtime_event() local
Dbuiltin-kvm.c375 struct vcpu_event_record *per_vcpu_record(struct thread *thread, in per_vcpu_record()
397 struct thread *thread, in handle_kvm_event()
654 struct thread *thread; in process_sample_event() local
Dbuiltin-inject.c215 struct thread *thread; in perf_event__inject_buildid() local
Dbuiltin-top.c933 pthread_t thread; in __cmd_top() local
Dbuiltin-lock.c813 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event() local
Dbuiltin-kmem.c481 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event() local
Dbuiltin-stat.c513 int cpu, thread; in read_counter() local
/linux-4.1.27/arch/arm/include/asm/
Dtls.h59 struct thread_info *thread; variable
Dthread_notify.h32 static inline void thread_notify(unsigned long rc, struct thread_info *thread) in thread_notify()
/linux-4.1.27/arch/metag/mm/
Dcache.c203 int thread; in metag_phys_data_cache_flush() local
348 int thread; in metag_phys_code_cache_flush() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dstatahead.c976 struct ptlrpc_thread *thread = &sai->sai_agl_thread; in ll_agl_thread() local
1037 struct ptlrpc_thread *thread = &sai->sai_agl_thread; in ll_start_agl() local
1067 struct ptlrpc_thread *thread = &sai->sai_thread; in ll_statahead_thread() local
1324 struct ptlrpc_thread *thread = &lli->lli_sai->sai_thread; in ll_stop_statahead() local
1481 struct ptlrpc_thread *thread = &sai->sai_thread; in ll_sai_unplug() local
1533 struct ptlrpc_thread *thread; in do_statahead_enter() local
/linux-4.1.27/include/linux/iio/
Dtrigger_consumer.h36 irqreturn_t (*thread)(int irq, void *p); member
/linux-4.1.27/drivers/android/
Dbinder.c1318 struct binder_thread *thread, in binder_transaction()
1756 struct binder_thread *thread, in binder_thread_write()
2119 struct binder_thread *thread, uint32_t cmd) in binder_stat_br()
2130 struct binder_thread *thread) in binder_has_proc_work()
2136 static int binder_has_thread_work(struct binder_thread *thread) in binder_has_thread_work()
2143 struct binder_thread *thread, in binder_thread_read()
2520 struct binder_thread *thread = NULL; in binder_get_thread() local
2554 struct binder_thread *thread) in binder_free_thread()
2598 struct binder_thread *thread = NULL; in binder_poll() local
2628 struct binder_thread *thread) in binder_ioctl_write_read()
[all …]
/linux-4.1.27/crypto/
Dalgboss.c97 struct task_struct *thread; in cryptomgr_schedule_probe() local
235 struct task_struct *thread; in cryptomgr_schedule_test() local
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_init.c423 struct task_struct *thread; in bnx2i_percpu_thread_create() local
442 struct task_struct *thread; in bnx2i_percpu_thread_destroy() local
/linux-4.1.27/arch/arm/nwfpe/
Dfpmodule.c62 struct thread_info *thread = v; in nwfpe_notify() local
/linux-4.1.27/arch/x86/um/asm/
Dprocessor_64.h24 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
Dprocessor_32.h38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c1727 struct ptlrpc_thread *thread) in ptlrpc_server_handle_req_in()
1869 struct ptlrpc_thread *thread) in ptlrpc_server_handle_request()
2190 ptlrpc_thread_stopping(struct ptlrpc_thread *thread) in ptlrpc_thread_stopping()
2222 struct ptlrpc_thread *thread) in ptlrpc_wait_event()
2259 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ptlrpc_main() local
2559 struct ptlrpc_thread *thread; in ptlrpc_svcpt_stop_threads() local
2652 struct ptlrpc_thread *thread; in ptlrpc_start_thread() local
Dsec_gc.c166 struct ptlrpc_thread *thread = (struct ptlrpc_thread *) arg; in sec_gc_main() local
Dpinger.c237 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ptlrpc_pinger_main() local
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_common.h61 struct rsi_thread *thread, in rsi_create_kthread()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_p4.c952 int thread = p4_ht_config_thread(hwc->config); in p4_pmu_enable_event() local
1192 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr()
1213 unsigned int i, thread, num; in p4_pmu_schedule_events() local
Dcommon.c1454 struct thread_struct *thread = &curr->thread; in cpu_init() local
/linux-4.1.27/drivers/thermal/
Dintel_powerclamp.c511 struct task_struct *thread; in start_power_clamp() local
556 struct task_struct *thread; in end_power_clamp() local
578 struct task_struct *thread; in powerclamp_cpu_callback() local
/linux-4.1.27/drivers/infiniband/hw/ehca/
Dehca_irq.c679 struct task_struct *thread) in __queue_comp_task()
702 struct task_struct *thread; in queue_comp_task() local
752 struct task_struct *thread; in comp_task_park() local
/linux-4.1.27/kernel/debug/
Dgdbstub.c495 struct task_struct *thread; in gdb_get_regs_helper() local
800 struct task_struct *thread; in gdb_cmd_task() local
838 struct task_struct *thread; in gdb_cmd_thread() local
/linux-4.1.27/arch/arm64/kernel/
Dtraps.c188 static int __die(const char *str, int err, struct thread_info *thread, in __die()
225 struct thread_info *thread = current_thread_info(); in die() local
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-dvb.h25 struct task_struct *thread; member
/linux-4.1.27/drivers/dma/
Ddmatest.c176 struct dmatest_thread *thread; in is_threaded_test_run() local
402 struct dmatest_thread *thread = data; in dmatest_func() local
721 struct dmatest_thread *thread; in dmatest_cleanup_channel() local
744 struct dmatest_thread *thread; in dmatest_add_threads() local
Dimg-mdc-dma.c126 unsigned int thread; member
Dpl330.c439 struct pl330_thread *thread; member
/linux-4.1.27/tools/testing/selftests/timers/
Dthreadtest.c141 void *(*thread)(void *) = shared_thread; in main() local
/linux-4.1.27/include/media/
Dvideobuf-dvb.h18 struct task_struct *thread; member
/linux-4.1.27/arch/x86/kernel/
Dptrace.c563 struct thread_struct *thread = &(current->thread); in ptrace_triggered() local
649 struct thread_struct *thread = &tsk->thread; in ptrace_write_dr7() local
700 struct thread_struct *thread = &tsk->thread; in ptrace_get_debugreg() local
758 struct thread_struct *thread = &tsk->thread; in ptrace_set_debugreg() local
Dvsyscall_64.c97 struct thread_struct *thread = &current->thread; in write_ok_or_segv() local
Dhw_breakpoint.c349 struct thread_struct *thread = &current->thread; in aout_dump_debugregs() local
/linux-4.1.27/arch/arm/mm/
Dcontext.c110 struct thread_info *thread = t; in contextidr_notifier() local
/linux-4.1.27/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c238 int arch_skip_callchain_idx(struct thread *thread, struct ip_callchain *chain) in arch_skip_callchain_idx()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Ddlpar.c370 u32 thread; in dlpar_online_cpu() local
449 u32 thread; in dlpar_offline_cpu() local
Dhotplug-cpu.c316 u32 thread; in pseries_remove_processor() local
/linux-4.1.27/kernel/
Dseccomp.c257 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
298 struct task_struct *thread, *caller; in seccomp_sync_threads() local
Dexit.c490 struct task_struct *thread, *reaper; in find_new_reaper() local
/linux-4.1.27/tools/perf/bench/
Dfutex-hash.c40 pthread_t thread; member
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c355 static void set_debug_reg_defaults(struct thread_struct *thread) in set_debug_reg_defaults()
423 static void set_debug_reg_defaults(struct thread_struct *thread) in set_debug_reg_defaults()
640 void tm_recheckpoint(struct thread_struct *thread, in tm_recheckpoint()
Dptrace.c940 struct thread_struct *thread = &(task->thread); in ptrace_set_debugreg() local
1374 struct thread_struct *thread = &(child->thread); in ppc_set_hwdebug() local
1481 struct thread_struct *thread = &(child->thread); in ppc_del_hwdebug() local
/linux-4.1.27/arch/hexagon/kernel/
Dsmp.c195 struct thread_info *thread = (struct thread_info *)idle->stack; in __cpu_up() local
/linux-4.1.27/arch/arc/include/asm/
Dprocessor.h54 #define release_thread(thread) do { } while (0) argument
/linux-4.1.27/arch/x86/include/asm/
Dsuspend_64.h40 #define loaddebug(thread,register) \ argument
Dprocessor.h569 native_load_sp0(struct tss_struct *tss, struct thread_struct *thread) in native_load_sp0()
605 struct thread_struct *thread) in load_sp0()
Dparavirt.h23 struct thread_struct *thread) in load_sp0()
/linux-4.1.27/drivers/s390/net/
Dlcs.c350 lcs_set_thread_start_bit(struct lcs_card *card, unsigned long thread) in lcs_set_thread_start_bit()
366 lcs_clear_thread_running_bit(struct lcs_card *card, unsigned long thread) in lcs_clear_thread_running_bit()
377 __lcs_do_run_thread(struct lcs_card *card, unsigned long thread) in __lcs_do_run_thread()
397 lcs_do_run_thread(struct lcs_card *card, unsigned long thread) in lcs_do_run_thread()
406 lcs_do_start_thread(struct lcs_card *card, unsigned long thread) in lcs_do_start_thread()
Dqeth_core_main.c921 unsigned long thread) in qeth_set_thread_start_bit()
936 void qeth_clear_thread_start_bit(struct qeth_card *card, unsigned long thread) in qeth_clear_thread_start_bit()
947 void qeth_clear_thread_running_bit(struct qeth_card *card, unsigned long thread) in qeth_clear_thread_running_bit()
958 static int __qeth_do_run_thread(struct qeth_card *card, unsigned long thread) in __qeth_do_run_thread()
977 int qeth_do_run_thread(struct qeth_card *card, unsigned long thread) in qeth_do_run_thread()
1405 static int qeth_do_start_thread(struct qeth_card *card, unsigned long thread) in qeth_do_start_thread()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1831 static inline int thread_is_init(struct ptlrpc_thread *thread) in thread_is_init()
1836 static inline int thread_is_stopped(struct ptlrpc_thread *thread) in thread_is_stopped()
1841 static inline int thread_is_stopping(struct ptlrpc_thread *thread) in thread_is_stopping()
1846 static inline int thread_is_starting(struct ptlrpc_thread *thread) in thread_is_starting()
1851 static inline int thread_is_running(struct ptlrpc_thread *thread) in thread_is_running()
1856 static inline int thread_is_event(struct ptlrpc_thread *thread) in thread_is_event()
1861 static inline int thread_is_signal(struct ptlrpc_thread *thread) in thread_is_signal()
1866 static inline void thread_clear_flags(struct ptlrpc_thread *thread, __u32 flags) in thread_clear_flags()
1871 static inline void thread_set_flags(struct ptlrpc_thread *thread, __u32 flags) in thread_set_flags()
1876 static inline void thread_add_flags(struct ptlrpc_thread *thread, __u32 flags) in thread_add_flags()
[all …]
/linux-4.1.27/arch/um/drivers/
Dchan_user.c277 int pid, thread, count, thread_fd = -1; in register_winch() local
/linux-4.1.27/arch/um/include/asm/
Dprocessor-generic.h39 } thread; member
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c1250 pthread_t thread; in acpi_os_get_thread_id() local
1274 pthread_t thread; in acpi_os_execute() local
/linux-4.1.27/include/linux/
Dvfio.h123 void (*thread)(void *, void *); member
Dpktcdvd.h56 struct task_struct *thread; member
Dinterrupt.h115 struct task_struct *thread; member
DmISDNif.h509 struct task_struct *thread; member
Dof.h557 unsigned int *thread) in of_get_cpu_node()
Dsched.h1476 struct thread_struct thread; member
/linux-4.1.27/drivers/mmc/card/
Dqueue.h48 struct task_struct *thread; member
/linux-4.1.27/fs/notify/
Dmark.c505 struct task_struct *thread; in fsnotify_mark_init() local
/linux-4.1.27/arch/sparc/include/asm/
Dptrace.h45 struct thread_info *thread; member
Dtrap_block.h25 struct thread_info *thread; member
/linux-4.1.27/arch/score/include/asm/
Dprocessor.h28 #define release_thread(thread) do {} while (0) argument
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-perl.c249 struct thread *thread) in perl_process_tracepoint()
Dtrace-event-python.c549 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread()
588 struct comm *comm, struct thread *thread) in python_export_comm_thread()
/linux-4.1.27/arch/powerpc/platforms/cell/
Dpmu.c356 void cbe_enable_pm_interrupts(u32 cpu, u32 thread, u32 mask) in cbe_enable_pm_interrupts()
Dcbe_regs.c266 struct cbe_thread_map *thread = &cbe_thread_map[i]; in cbe_regs_init() local
Dinterrupt.c397 void iic_set_interrupt_routing(int cpu, int thread, int priority) in iic_set_interrupt_routing()
/linux-4.1.27/arch/xtensa/include/asm/
Dprocessor.h170 #define release_thread(thread) do { } while(0) argument
/linux-4.1.27/drivers/infiniband/core/
Dfmr_pool.c99 struct task_struct *thread; member
/linux-4.1.27/drivers/md/
Dmultipath.c331 static void multipathd(struct md_thread *thread) in multipathd()
Draid1.h108 struct md_thread *thread; member
Dmd-cluster.c222 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps()
464 static void recv_daemon(struct md_thread *thread) in recv_daemon()
Draid10.h82 struct md_thread *thread; member
Dmd.c6947 struct md_thread *thread = arg; in md_thread() local
6986 void md_wakeup_thread(struct md_thread *thread) in md_wakeup_thread()
6999 struct md_thread *thread; in md_register_thread() local
7024 struct md_thread *thread = *threadp; in md_unregister_thread() local
7604 void md_do_sync(struct md_thread *thread) in md_do_sync()
Draid5.h539 struct md_thread *thread; member
Dmd.h283 struct md_thread *thread; /* management thread */ member
Draid1.c2409 static void raid1d(struct md_thread *thread) in raid1d()
Draid10.c2787 static void raid10d(struct md_thread *thread) in raid10d()
Draid5.c5809 static void raid5d(struct md_thread *thread) in raid5d()
/linux-4.1.27/drivers/base/
Ddevtmpfs.c29 static struct task_struct *thread; variable
/linux-4.1.27/drivers/of/
Dbase.c336 const char *prop_name, int cpu, unsigned int *thread) in __of_find_n_match_cpu_property()
366 int cpu, unsigned int *thread) in arch_find_n_match_cpu_physical_id()
402 struct device_node *of_get_cpu_node(int cpu, unsigned int *thread) in of_get_cpu_node()
/linux-4.1.27/arch/sparc/kernel/
Dprom_64.c378 int cpu, unsigned int *thread) in arch_find_n_match_cpu_physical_id()
/linux-4.1.27/arch/s390/mm/
Dfault.c715 struct thread_struct *thread, *next; in pfault_cpu_notify() local
/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_main.c614 struct btmrvl_thread *thread = data; in btmrvl_service_main_thread() local
/linux-4.1.27/drivers/media/pci/pt3/
Dpt3.c479 struct task_struct *thread; in pt3_start_streaming() local
Dpt3.h130 struct task_struct *thread; member
/linux-4.1.27/arch/sh/kernel/
Dptrace_32.c81 struct thread_struct *thread = &tsk->thread; in set_single_step() local
/linux-4.1.27/drivers/macintosh/
Dtherm_adt746x.c82 struct task_struct *thread; member
/linux-4.1.27/drivers/usb/atm/
Dusbatm.h161 struct task_struct *thread; member
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c56 struct task_struct *thread; member
/linux-4.1.27/drivers/w1/
Dw1.h250 struct task_struct *thread; member
/linux-4.1.27/arch/arm64/include/asm/
Dcompat.h307 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread()
314 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread()
/linux-4.1.27/sound/soc/intel/common/
Dsst-dsp.h187 irqreturn_t (*thread)(int irq, void *context); member
/linux-4.1.27/drivers/block/
Dnbd.c667 struct task_struct *thread; in __nbd_ioctl() local
/linux-4.1.27/include/pcmcia/
Dss.h187 struct task_struct *thread; member
/linux-4.1.27/arch/mips/include/asm/
Dprocessor.h353 #define release_thread(thread) do { } while(0) argument
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c1256 struct task_struct *thread; in fcoe_percpu_thread_create() local
1285 struct task_struct *thread; in fcoe_percpu_thread_destroy() local
/linux-4.1.27/include/scsi/
Dlibfcoe.h329 struct task_struct *thread; member
/linux-4.1.27/fs/
Dbinfmt_elf.c1587 struct elf_thread_core_info *thread; member
1847 struct task_struct *thread; member
Dbinfmt_elf_fdpic.c1411 struct task_struct *thread; member
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2460 struct task_struct *thread; in bnx2fc_percpu_thread_create() local
2478 struct task_struct *thread; in bnx2fc_percpu_thread_destroy() local
/linux-4.1.27/drivers/net/irda/
Dstir4200.c171 struct task_struct *thread; /* transmit thread */ member
/linux-4.1.27/drivers/media/rc/
Drc-core-priv.h36 struct task_struct *thread; member
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1242 const struct thread *thread = hists->thread_filter; in hists__browser_title() local
1491 struct thread *thread = NULL; in perf_evsel__hists_browse() local
/linux-4.1.27/drivers/ps3/
Dps3-lpm.c1055 void ps3_enable_pm_interrupts(u32 cpu, u32 thread, u32 mask) in ps3_enable_pm_interrupts()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_pool.c1334 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ldlm_pools_thread_main() local
/linux-4.1.27/arch/x86/lguest/
Dboot.c1075 struct thread_struct *thread) in lguest_load_sp0()
/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c1459 struct k_clock thread = { in init_posix_cpu_timers() local
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.h304 struct task_struct *thread; member
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_ca_en50221.c146 struct task_struct *thread; member
Ddvb_frontend.c110 struct task_struct *thread; member
/linux-4.1.27/arch/powerpc/include/asm/
Dcell-regs.h189 struct cbe_iic_thread_regs thread[2]; /* 0x0400 */ member
/linux-4.1.27/drivers/tty/
Dmips_ejtag_fdc.c153 struct task_struct *thread; member
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c67 struct task_struct *thread[DCP_MAX_CHANS]; member
/linux-4.1.27/arch/x86/xen/
Denlighten.c952 struct thread_struct *thread) in xen_load_sp0()
/linux-4.1.27/arch/s390/kernel/
Dptrace.c44 struct thread_struct *thread = &task->thread; in update_cr_regs() local
/linux-4.1.27/fs/hfs/
Dhfs.h237 struct hfs_cat_thread thread; member
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_erp.c1369 struct task_struct *thread; in zfcp_erp_thread_setup() local
/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134.h449 struct task_struct *thread; member
641 struct saa7134_thread thread; member
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c3684 struct thread_struct *thread = NULL; in pfm_write_ibr_dbr() local
4163 struct thread_struct *thread; in pfm_context_load() local
6759 struct thread_struct *thread; in pfm_inherit() local
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110.c2379 struct task_struct *thread; in av7110_attach() local
/linux-4.1.27/fs/hfsplus/
Dhfsplus_raw.h328 struct hfsplus_cat_thread thread; member
/linux-4.1.27/drivers/hv/
Dhv_balloon.c535 struct task_struct *thread; member
/linux-4.1.27/drivers/char/ipmi/
Dipmi_ssif.c259 struct task_struct *thread; member
Dipmi_si_intf.c294 struct task_struct *thread; member
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-core.c3151 struct task_struct *thread; member
/linux-4.1.27/drivers/media/i2c/
Dtvaudio.c137 struct task_struct *thread; member
/linux-4.1.27/tools/lguest/
Dlguest.c224 pid_t thread; member
/linux-4.1.27/drivers/net/ethernet/realtek/
D8139too.c615 struct delayed_work thread; member
/linux-4.1.27/drivers/scsi/aacraid/
Daacraid.h1165 struct task_struct *thread; member