/linux-4.1.27/tools/perf/util/ |
D | thread.h | 14 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 …]
|
D | thread.c | 13 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 …]
|
D | thread-stack.c | 126 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 …]
|
D | machine.c | 48 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 …]
|
D | db-export.c | 122 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
|
D | evlist.c | 285 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 …]
|
D | unwind-libunwind.c | 90 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()
|
D | event.c | 459 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()
|
D | unwind-libdw.h | 15 struct thread *thread; member
|
D | vdso.c | 140 struct thread *thread) in machine__thread_dso_type() 251 struct thread *thread, in vdso__dso_findnew_compat()
|
D | evsel.c | 778 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
|
D | thread-stack.h | 59 struct thread *thread; member
|
D | unwind-libdw.c | 167 struct thread *thread, in unwind__get_entries()
|
D | build-id.c | 32 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
|
D | evsel.h | 257 int cpu, int thread) in perf_evsel__read_on_cpu() 270 int cpu, int thread) in perf_evsel__read_on_cpu_scaled()
|
D | sort.h | 88 struct thread *thread; member
|
D | map.c | 145 enum map_type type, struct thread *thread) in map__new()
|
D | symbol.h | 187 struct thread *thread; member
|
D | session.c | 1117 struct thread *thread; in perf_session__register_idle_thread() local
|
/linux-4.1.27/tools/perf/tests/ |
D | dwarf-unwind.c | 67 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
|
D | code-reading.c | 136 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
|
D | hists_filter.c | 16 struct thread *thread; member
|
D | hists_common.c | 91 struct thread *thread; in setup_fake_machine() local
|
D | mmap-thread-lookup.c | 184 struct thread *thread; in mmap_events() local
|
D | hists_link.c | 16 struct thread *thread; member
|
D | hists_output.c | 17 struct thread *thread; member
|
D | hists_cumulate.c | 16 struct thread *thread; member
|
/linux-4.1.27/arch/arm/vfp/ |
D | vfpmodule.c | 65 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/ |
D | ffs-test.c | 295 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
|
D | testusb.c | 131 pthread_t thread; member
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | exmutex.c | 71 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()
|
D | dswstate.c | 446 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()
|
D | psparse.c | 438 struct acpi_thread_state *thread; in acpi_ps_parse_aml() local
|
D | dsmethod.c | 470 acpi_ds_call_control_method(struct acpi_thread_state *thread, in acpi_ds_call_control_method()
|
D | acstruct.h | 120 struct acpi_thread_state *thread; member
|
D | aclocal.h | 654 struct acpi_thread_state thread; member
|
/linux-4.1.27/arch/metag/kernel/ |
D | process.c | 263 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()
|
D | smp.c | 71 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
|
D | core_reg.c | 41 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()
|
D | traps.c | 818 unsigned int thread = cpu_2_hwthread_id[cpu]; in per_cpu_trap_init() local
|
/linux-4.1.27/tools/perf/arch/arm/tests/ |
D | dwarf-unwind.c | 12 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/ |
D | dwarf-unwind.c | 12 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/ |
D | crunch.c | 26 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/ |
D | kfd_process.c | 77 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/ |
D | process.c | 213 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
|
D | traps.c | 179 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
|
D | signal.c | 307 struct thread_info *thread = current_thread_info(); in handle_signal() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | xscale-cp0.c | 35 struct thread_info *thread = t; in dsp_do() local 60 struct thread_info *thread = t; in iwmmxt_do() local
|
D | ptrace.c | 305 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
|
D | process.c | 184 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
|
D | thumbee.c | 44 struct thread_info *thread = t; in thumbee_notifier() local
|
D | pj4-cp0.c | 24 struct thread_info *thread = t; in iwmmxt_do() local
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-metag.c | 163 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
|
D | irq-metag-ext.c | 134 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/ |
D | unwind-libdw.c | 5 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/ |
D | hwthread.h | 26 void __iomem *__CU_addr(unsigned int thread, unsigned int regnum) in __CU_addr()
|
D | tlbflush.h | 28 int thread = hard_processor_id(); in __flush_tlb() local
|
D | mmu_context.h | 54 static inline void load_pgd(pgd_t *pgd, int thread) in load_pgd()
|
/linux-4.1.27/tools/perf/arch/x86/util/ |
D | unwind-libdw.c | 5 bool libdw__arch_set_initial_registers(Dwfl_Thread *thread, void *arg) in libdw__arch_set_initial_registers()
|
/linux-4.1.27/tools/perf/ |
D | builtin-script.c | 339 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
|
D | builtin-trace.c | 244 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 …]
|
D | builtin-sched.c | 45 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
|
D | builtin-kvm.c | 375 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
|
D | builtin-inject.c | 215 struct thread *thread; in perf_event__inject_buildid() local
|
D | builtin-top.c | 933 pthread_t thread; in __cmd_top() local
|
D | builtin-lock.c | 813 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event() local
|
D | builtin-kmem.c | 481 struct thread *thread = machine__findnew_thread(machine, sample->pid, in process_sample_event() local
|
D | builtin-stat.c | 513 int cpu, thread; in read_counter() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tls.h | 59 struct thread_info *thread; variable
|
D | thread_notify.h | 32 static inline void thread_notify(unsigned long rc, struct thread_info *thread) in thread_notify()
|
/linux-4.1.27/arch/metag/mm/ |
D | cache.c | 203 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/ |
D | statahead.c | 976 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/ |
D | trigger_consumer.h | 36 irqreturn_t (*thread)(int irq, void *p); member
|
/linux-4.1.27/drivers/android/ |
D | binder.c | 1318 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/ |
D | algboss.c | 97 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/ |
D | bnx2i_init.c | 423 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/ |
D | fpmodule.c | 62 struct thread_info *thread = v; in nwfpe_notify() local
|
/linux-4.1.27/arch/x86/um/asm/ |
D | processor_64.h | 24 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
|
D | processor_32.h | 38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 1727 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
|
D | sec_gc.c | 166 struct ptlrpc_thread *thread = (struct ptlrpc_thread *) arg; in sec_gc_main() local
|
D | pinger.c | 237 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ptlrpc_pinger_main() local
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
D | rsi_common.h | 61 struct rsi_thread *thread, in rsi_create_kthread()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_p4.c | 952 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
|
D | common.c | 1454 struct thread_struct *thread = &curr->thread; in cpu_init() local
|
/linux-4.1.27/drivers/thermal/ |
D | intel_powerclamp.c | 511 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/ |
D | ehca_irq.c | 679 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/ |
D | gdbstub.c | 495 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/ |
D | traps.c | 188 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/ |
D | pvrusb2-dvb.h | 25 struct task_struct *thread; member
|
/linux-4.1.27/drivers/dma/ |
D | dmatest.c | 176 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
|
D | img-mdc-dma.c | 126 unsigned int thread; member
|
D | pl330.c | 439 struct pl330_thread *thread; member
|
/linux-4.1.27/tools/testing/selftests/timers/ |
D | threadtest.c | 141 void *(*thread)(void *) = shared_thread; in main() local
|
/linux-4.1.27/include/media/ |
D | videobuf-dvb.h | 18 struct task_struct *thread; member
|
/linux-4.1.27/arch/x86/kernel/ |
D | ptrace.c | 563 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
|
D | vsyscall_64.c | 97 struct thread_struct *thread = ¤t->thread; in write_ok_or_segv() local
|
D | hw_breakpoint.c | 349 struct thread_struct *thread = ¤t->thread; in aout_dump_debugregs() local
|
/linux-4.1.27/arch/arm/mm/ |
D | context.c | 110 struct thread_info *thread = t; in contextidr_notifier() local
|
/linux-4.1.27/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 238 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/ |
D | dlpar.c | 370 u32 thread; in dlpar_online_cpu() local 449 u32 thread; in dlpar_offline_cpu() local
|
D | hotplug-cpu.c | 316 u32 thread; in pseries_remove_processor() local
|
/linux-4.1.27/kernel/ |
D | seccomp.c | 257 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local 298 struct task_struct *thread, *caller; in seccomp_sync_threads() local
|
D | exit.c | 490 struct task_struct *thread, *reaper; in find_new_reaper() local
|
/linux-4.1.27/tools/perf/bench/ |
D | futex-hash.c | 40 pthread_t thread; member
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | process.c | 355 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()
|
D | ptrace.c | 940 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/ |
D | smp.c | 195 struct thread_info *thread = (struct thread_info *)idle->stack; in __cpu_up() local
|
/linux-4.1.27/arch/arc/include/asm/ |
D | processor.h | 54 #define release_thread(thread) do { } while (0) argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | suspend_64.h | 40 #define loaddebug(thread,register) \ argument
|
D | processor.h | 569 native_load_sp0(struct tss_struct *tss, struct thread_struct *thread) in native_load_sp0() 605 struct thread_struct *thread) in load_sp0()
|
D | paravirt.h | 23 struct thread_struct *thread) in load_sp0()
|
/linux-4.1.27/drivers/s390/net/ |
D | lcs.c | 350 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()
|
D | qeth_core_main.c | 921 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/ |
D | lustre_net.h | 1831 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/ |
D | chan_user.c | 277 int pid, thread, count, thread_fd = -1; in register_winch() local
|
/linux-4.1.27/arch/um/include/asm/ |
D | processor-generic.h | 39 } thread; member
|
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 1250 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/ |
D | vfio.h | 123 void (*thread)(void *, void *); member
|
D | pktcdvd.h | 56 struct task_struct *thread; member
|
D | interrupt.h | 115 struct task_struct *thread; member
|
D | mISDNif.h | 509 struct task_struct *thread; member
|
D | of.h | 557 unsigned int *thread) in of_get_cpu_node()
|
D | sched.h | 1476 struct thread_struct thread; member
|
/linux-4.1.27/drivers/mmc/card/ |
D | queue.h | 48 struct task_struct *thread; member
|
/linux-4.1.27/fs/notify/ |
D | mark.c | 505 struct task_struct *thread; in fsnotify_mark_init() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | ptrace.h | 45 struct thread_info *thread; member
|
D | trap_block.h | 25 struct thread_info *thread; member
|
/linux-4.1.27/arch/score/include/asm/ |
D | processor.h | 28 #define release_thread(thread) do {} while (0) argument
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 249 struct thread *thread) in perl_process_tracepoint()
|
D | trace-event-python.c | 549 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/ |
D | pmu.c | 356 void cbe_enable_pm_interrupts(u32 cpu, u32 thread, u32 mask) in cbe_enable_pm_interrupts()
|
D | cbe_regs.c | 266 struct cbe_thread_map *thread = &cbe_thread_map[i]; in cbe_regs_init() local
|
D | interrupt.c | 397 void iic_set_interrupt_routing(int cpu, int thread, int priority) in iic_set_interrupt_routing()
|
/linux-4.1.27/arch/xtensa/include/asm/ |
D | processor.h | 170 #define release_thread(thread) do { } while(0) argument
|
/linux-4.1.27/drivers/infiniband/core/ |
D | fmr_pool.c | 99 struct task_struct *thread; member
|
/linux-4.1.27/drivers/md/ |
D | multipath.c | 331 static void multipathd(struct md_thread *thread) in multipathd()
|
D | raid1.h | 108 struct md_thread *thread; member
|
D | md-cluster.c | 222 static void recover_bitmaps(struct md_thread *thread) in recover_bitmaps() 464 static void recv_daemon(struct md_thread *thread) in recv_daemon()
|
D | raid10.h | 82 struct md_thread *thread; member
|
D | md.c | 6947 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()
|
D | raid5.h | 539 struct md_thread *thread; member
|
D | md.h | 283 struct md_thread *thread; /* management thread */ member
|
D | raid1.c | 2409 static void raid1d(struct md_thread *thread) in raid1d()
|
D | raid10.c | 2787 static void raid10d(struct md_thread *thread) in raid10d()
|
D | raid5.c | 5809 static void raid5d(struct md_thread *thread) in raid5d()
|
/linux-4.1.27/drivers/base/ |
D | devtmpfs.c | 29 static struct task_struct *thread; variable
|
/linux-4.1.27/drivers/of/ |
D | base.c | 336 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/ |
D | prom_64.c | 378 int cpu, unsigned int *thread) in arch_find_n_match_cpu_physical_id()
|
/linux-4.1.27/arch/s390/mm/ |
D | fault.c | 715 struct thread_struct *thread, *next; in pfault_cpu_notify() local
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_main.c | 614 struct btmrvl_thread *thread = data; in btmrvl_service_main_thread() local
|
/linux-4.1.27/drivers/media/pci/pt3/ |
D | pt3.c | 479 struct task_struct *thread; in pt3_start_streaming() local
|
D | pt3.h | 130 struct task_struct *thread; member
|
/linux-4.1.27/arch/sh/kernel/ |
D | ptrace_32.c | 81 struct thread_struct *thread = &tsk->thread; in set_single_step() local
|
/linux-4.1.27/drivers/macintosh/ |
D | therm_adt746x.c | 82 struct task_struct *thread; member
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.h | 161 struct task_struct *thread; member
|
/linux-4.1.27/drivers/virtio/ |
D | virtio_balloon.c | 56 struct task_struct *thread; member
|
/linux-4.1.27/drivers/w1/ |
D | w1.h | 250 struct task_struct *thread; member
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | compat.h | 307 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/ |
D | sst-dsp.h | 187 irqreturn_t (*thread)(int irq, void *context); member
|
/linux-4.1.27/drivers/block/ |
D | nbd.c | 667 struct task_struct *thread; in __nbd_ioctl() local
|
/linux-4.1.27/include/pcmcia/ |
D | ss.h | 187 struct task_struct *thread; member
|
/linux-4.1.27/arch/mips/include/asm/ |
D | processor.h | 353 #define release_thread(thread) do { } while(0) argument
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 1256 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/ |
D | libfcoe.h | 329 struct task_struct *thread; member
|
/linux-4.1.27/fs/ |
D | binfmt_elf.c | 1587 struct elf_thread_core_info *thread; member 1847 struct task_struct *thread; member
|
D | binfmt_elf_fdpic.c | 1411 struct task_struct *thread; member
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 2460 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/ |
D | stir4200.c | 171 struct task_struct *thread; /* transmit thread */ member
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-core-priv.h | 36 struct task_struct *thread; member
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 1242 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/ |
D | ps3-lpm.c | 1055 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/ |
D | ldlm_pool.c | 1334 struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg; in ldlm_pools_thread_main() local
|
/linux-4.1.27/arch/x86/lguest/ |
D | boot.c | 1075 struct thread_struct *thread) in lguest_load_sp0()
|
/linux-4.1.27/kernel/time/ |
D | posix-cpu-timers.c | 1459 struct k_clock thread = { in init_posix_cpu_timers() local
|
/linux-4.1.27/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.h | 304 struct task_struct *thread; member
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_ca_en50221.c | 146 struct task_struct *thread; member
|
D | dvb_frontend.c | 110 struct task_struct *thread; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cell-regs.h | 189 struct cbe_iic_thread_regs thread[2]; /* 0x0400 */ member
|
/linux-4.1.27/drivers/tty/ |
D | mips_ejtag_fdc.c | 153 struct task_struct *thread; member
|
/linux-4.1.27/drivers/crypto/ |
D | mxs-dcp.c | 67 struct task_struct *thread[DCP_MAX_CHANS]; member
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 952 struct thread_struct *thread) in xen_load_sp0()
|
/linux-4.1.27/arch/s390/kernel/ |
D | ptrace.c | 44 struct thread_struct *thread = &task->thread; in update_cr_regs() local
|
/linux-4.1.27/fs/hfs/ |
D | hfs.h | 237 struct hfs_cat_thread thread; member
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_erp.c | 1369 struct task_struct *thread; in zfcp_erp_thread_setup() local
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134.h | 449 struct task_struct *thread; member 641 struct saa7134_thread thread; member
|
/linux-4.1.27/arch/ia64/kernel/ |
D | perfmon.c | 3684 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/ |
D | av7110.c | 2379 struct task_struct *thread; in av7110_attach() local
|
/linux-4.1.27/fs/hfsplus/ |
D | hfsplus_raw.h | 328 struct hfsplus_cat_thread thread; member
|
/linux-4.1.27/drivers/hv/ |
D | hv_balloon.c | 535 struct task_struct *thread; member
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_ssif.c | 259 struct task_struct *thread; member
|
D | ipmi_si_intf.c | 294 struct task_struct *thread; member
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-core.c | 3151 struct task_struct *thread; member
|
/linux-4.1.27/drivers/media/i2c/ |
D | tvaudio.c | 137 struct task_struct *thread; member
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 224 pid_t thread; member
|
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139too.c | 615 struct delayed_work thread; member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 1165 struct task_struct *thread; member
|