| /linux-4.4.14/tools/perf/util/ | 
| D | thread.h | 15 struct thread {  struct29 	bool			dead; /* if set thread has exited */  argument
 34 	struct thread_stack	*ts;  argument
 40 struct thread *thread__new(pid_t pid, pid_t tid);  argument
 47 static inline void __thread__zput(struct thread **thread)  in __thread__zput()
 53 #define thread__zput(thread) __thread__zput(&thread)  argument
 55 static inline void thread__exited(struct thread *thread)  in thread__exited()
 62 static inline int thread__set_comm(struct thread *thread, const char *comm,  in thread__set_comm()
 88 static inline void *thread__priv(struct thread *thread)  in thread__priv()
 93 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
 67 void thread__delete(struct thread *thread)  in thread__delete()
 88 struct thread *thread__get(struct thread *thread)  in thread__get()
 95 void thread__put(struct thread *thread)  in thread__put()
 103 struct comm *thread__comm(const struct thread *thread)  in thread__comm()
 111 struct comm *thread__exec_comm(const struct thread *thread)  in thread__exec_comm()
 124 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp,  in __thread__set_comm()
 150 const char *thread__comm_str(const struct thread *thread)  in thread__comm_str()
 161 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__flush(struct thread *thread)  in thread_stack__flush()
 253 int thread_stack__event(struct thread *thread, u32 flags, u64 from_ip,  in thread_stack__event()
 301 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr)  in thread_stack__set_trace_nr()
 313 void thread_stack__free(struct thread *thread)  in thread_stack__free()
 322 void thread_stack__sample(struct thread *thread, struct ip_callchain *chain,  in thread_stack__sample()
 493 static int thread_stack__pop_cp(struct thread *thread, struct thread_stack *ts,  in thread_stack__pop_cp()
 536 static int thread_stack__bottom(struct thread *thread, struct thread_stack *ts,  in thread_stack__bottom()
 [all …]
 
 | 
| D | thread_map.h | 38 static inline pid_t thread_map__pid(struct thread_map *map, int thread)  in thread_map__pid()44 thread_map__set_pid(struct thread_map *map, int thread, pid_t pid)  in thread_map__set_pid()
 49 static inline char *thread_map__comm(struct thread_map *map, int thread)  in thread_map__comm()
 
 | 
| D | machine.c | 52 		struct thread *thread = machine__findnew_thread(machine, -1,  in machine__init()  local456 				       struct thread *thread)  in machine__thread_exec_comm()
 467 	struct thread *thread = machine__findnew_thread(machine,  in machine__process_comm_event()  local
 1262 	struct thread *thread;  in machine__process_mmap2_event()  local
 1316 	struct thread *thread;  in machine__process_mmap_event()  local
 1392 	struct thread *thread = machine__find_thread(machine,  in machine__process_fork_event()  local
 1441 	struct thread *thread = machine__find_thread(machine,  in machine__process_exit_event()  local
 1498 static void ip__resolve_ams(struct thread *thread,  in ip__resolve_ams()
 1520 static void ip__resolve_data(struct thread *thread,  in ip__resolve_data()
 1558 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()192 			   struct thread *thread)  in db_export__comm_thread()
 234 static struct thread *get_main_thread(struct machine *machine, struct thread *thread)  in get_main_thread()
 292 	struct thread* thread = al->thread;  in db_export__sample()  local
 
 | 
| D | evlist.c | 339 	int cpu, thread;  in perf_evlist__disable()  local360 	int cpu, thread;  in perf_evlist__enable()  local
 387 	int cpu, thread, err;  in perf_evlist__disable_event()  local
 408 	int cpu, thread, err;  in perf_evlist__enable_event()  local
 429 	int thread, err;  in perf_evlist__enable_event_cpu()  local
 446 					    int thread)  in perf_evlist__enable_event_thread()
 535 				 int cpu, int thread, u64 id)  in perf_evlist__id_hash()
 547 			 int cpu, int thread, u64 id)  in perf_evlist__id_add()
 555 				  int cpu, int thread, int fd)  in perf_evlist__id_add_fd()
 596 				     int thread)  in perf_evlist__set_sid_idx()
 [all …]
 
 | 
| D | unwind-libunwind.c | 90 	struct thread		*thread;  member524 static int entry(u64 ip, struct thread *thread,  in entry()
 573 int unwind__prepare_access(struct thread *thread)  in unwind__prepare_access()
 592 void unwind__flush_access(struct thread *thread)  in unwind__flush_access()
 603 void unwind__finish_access(struct thread *thread)  in unwind__finish_access()
 640 			struct thread *thread,  in unwind__get_entries()
 
 | 
| D | unwind-libdw.h | 15 	struct thread           *thread;  member
 | 
| D | vdso.c | 140 					      struct thread *thread)  in machine__thread_dso_type()253 					  struct thread *thread,  in __machine__findnew_vdso_compat()
 
 | 
| D | event.c | 492 	int err = -1, thread, j;  in perf_event__synthesize_thread_map()  local898 void thread__find_addr_map(struct thread *thread, u8 cpumode,  in thread__find_addr_map()
 974 void thread__find_addr_location(struct thread *thread,  in thread__find_addr_location()
 996 	struct thread *thread = machine__findnew_thread(machine, sample->pid,  in perf_event__preprocess_sample()  local
 1092 					struct thread *thread,  in perf_event__preprocess_sample_addr()
 
 | 
| D | counts.h | 25 perf_counts(struct perf_counts *counts, int cpu, int thread)  in perf_counts()
 | 
| D | stat.c | 243 		       int cpu, int thread,  in process_counter_values()288 	int cpu, thread;  in process_counter_maps()  local
 
 | 
| D | evsel.c | 907 	int cpu, thread;  in perf_evsel__alloc_fd()  local928 	int cpu, thread;  in perf_evsel__run_ioctl()  local
 1038 	int cpu, thread;  in perf_evsel__close_fd()  local
 1072 void perf_evsel__compute_deltas(struct perf_evsel *evsel, int cpu, int thread,  in perf_evsel__compute_deltas()
 1113 int perf_evsel__read(struct perf_evsel *evsel, int cpu, int thread,  in perf_evsel__read()
 1128 			      int cpu, int thread, bool scale)  in __perf_evsel__read_on_cpu()
 1148 static int get_group_fd(struct perf_evsel *evsel, int cpu, int thread)  in get_group_fd()
 1294 	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()  local56 	struct thread *thread = machine__findnew_thread(machine,  in perf_event__exit_del_thread()  local
 
 | 
| D | evsel.h | 289 					  int cpu, int thread)  in perf_evsel__read_on_cpu()302 						 int cpu, int thread)  in perf_evsel__read_on_cpu_scaled()
 
 | 
| D | intel-bts.c | 314 	struct thread *thread;  in intel_bts_get_next_insn()  local454 	struct thread *thread;  in intel_bts_process_queue()  local
 
 | 
| D | sort.h | 90 	struct thread		*thread;  member
 | 
| D | session.c | 1316 	struct thread *thread;  in perf_session__register_idle_thread()  local1404 static int perf_session__flush_thread_stack(struct thread *thread,  in perf_session__flush_thread_stack()
 
 | 
| D | symbol.h | 187 	struct thread *thread;  member
 | 
| D | map.c | 147 		     enum map_type type, struct thread *thread)  in map__new()
 | 
| D | intel-pt.c | 132 	struct thread *thread;  member416 	struct thread *thread;  in intel_pt_walk_next_insn()  local
 
 | 
| /linux-4.4.14/tools/perf/tests/ | 
| D | dwarf-unwind.c | 71 static int unwind_thread(struct thread *thread)  in unwind_thread()106 	struct thread *thread = *(struct thread **)p1;  in compare()  local
 115 static int krava_3(struct thread *thread)  in krava_3()
 134 static int krava_2(struct thread *thread)  in krava_2()
 140 static int krava_1(struct thread *thread)  in krava_1()
 149 	struct thread *thread;  in test__dwarf_unwind()  local
 
 | 
| D | code-reading.c | 178 			    struct thread *thread, struct state *state)  in read_object_code()295 	struct thread *thread;  in process_sample_event()  local
 438 	struct thread *thread;  in do_test_code_reading()  local
 
 | 
| D | hists_filter.c | 16 	struct thread *thread;  member
 | 
| D | mmap-thread-lookup.c | 184 		struct thread *thread;  in mmap_events()  local
 | 
| D | hists_common.c | 91 		struct thread *thread;  in setup_fake_machine()  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.4.14/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
 529 void vfp_sync_hwstate(struct thread_info *thread)  in vfp_sync_hwstate()
 548 void vfp_flush_hwstate(struct thread_info *thread)  in vfp_flush_hwstate()
 564 	struct thread_info *thread = current_thread_info();  in vfp_preserve_user_clear_hwstate()  local
 607 	struct thread_info *thread = current_thread_info();  in vfp_restore_user_hwstate()  local
 [all …]
 
 | 
| /linux-4.4.14/tools/usb/ | 
| D | ffs-test.c | 295 static struct thread {  struct299 	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.4.14/drivers/acpi/acpica/ | 
| D | exmutex.c | 71 	struct acpi_thread_state *thread = obj_desc->mutex.owner_thread;  in acpi_ex_unlink_mutex()  local114 		   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 | dsdebug.c | 128 	struct acpi_thread_state *thread;  in acpi_ds_dump_method_stack()  local
 | 
| D | dbobject.c | 73 	struct acpi_thread_state *thread;  in acpi_db_dump_method_info()  local
 | 
| D | psparse.c | 444 	struct acpi_thread_state *thread;  in acpi_ps_parse_aml()  local
 | 
| D | dsmethod.c | 475 acpi_ds_call_control_method(struct acpi_thread_state *thread,  in acpi_ds_call_control_method()
 | 
| D | acstruct.h | 121 	struct acpi_thread_state *thread;  member
 | 
| /linux-4.4.14/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
 608 		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.4.14/tools/perf/arch/x86/tests/ | 
| D | dwarf-unwind.c | 13 			 struct thread *thread, u64 *regs)  in sample_ustack()45 			     struct thread *thread)  in test__arch_unwind_sample()
 
 | 
| /linux-4.4.14/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.4.14/tools/perf/arch/arm64/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.4.14/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.4.14/drivers/gpu/drm/amd/amdkfd/ | 
| D | kfd_process.c | 78 struct kfd_process *kfd_create_process(const struct task_struct *thread)  in kfd_create_process()116 struct kfd_process *kfd_get_process(const struct task_struct *thread)  in kfd_get_process()
 144 static struct kfd_process *find_process(const struct task_struct *thread)  in find_process()
 269 static struct kfd_process *create_process(const struct task_struct *thread)  in create_process()
 
 | 
| /linux-4.4.14/arch/unicore32/kernel/ | 
| D | process.c | 213 	struct thread_info *thread = current_thread_info();  in flush_thread()  local234 	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.4.14/arch/arm/kernel/ | 
| D | xscale-cp0.c | 35 	struct thread_info *thread = t;  in dsp_do()  local60 	struct thread_info *thread = t;  in iwmmxt_do()  local
 
 | 
| D | ptrace.c | 305 	struct thread_info *thread = task_thread_info(tsk);  in ptrace_getwmmxregs()  local319 	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 | 203 	struct thread_info *thread = current_thread_info();  in flush_thread()  local227 	struct thread_info *thread = task_thread_info(p);  in copy_thread()  local
 281 	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.4.14/drivers/irqchip/ | 
| D | irq-metag.c | 163 	unsigned int thread = hard_processor_id();  in metag_internal_irq_unmask()  local195 	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()  local338 	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
 508 	unsigned int cpu, thread;  in meta_intc_set_affinity()  local
 781 	unsigned int thread = cpu_2_hwthread_id[cpu];  in meta_intc_init_cpu()  local
 
 | 
| /linux-4.4.14/tools/perf/python/ | 
| D | twatch.py | 18 def main(context_switch = 0, thread = -1):  argument
 | 
| /linux-4.4.14/tools/testing/selftests/x86/ | 
| D | sysret_ss_attrs.c | 69 	pthread_t thread;  in main()  local
 | 
| D | ldt_gdt.c | 420 	pthread_t thread;  in do_multicpu_tests()  local
 | 
| /linux-4.4.14/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.4.14/tools/perf/ | 
| D | builtin-script.c | 389 			       struct thread *thread,  in print_sample_start()505 			  struct thread *thread,  in print_sample_addr()
 535 			     struct thread *thread,  in print_sample_bts()
 594 	struct thread *thread = al->thread;  in process_event()  local
 780 	struct thread *thread;  in process_comm_event()  local
 814 	struct thread *thread;  in process_fork_event()  local
 846 	struct thread *thread;  in process_exit_event()  local
 878 	struct thread *thread;  in process_mmap_event()  local
 909 	struct thread *thread;  in process_mmap2_event()  local
 940 	struct thread *thread;  in process_switch_event()  local
 
 | 
| D | builtin-trace.c | 275 	struct thread *thread;  member1372 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp)  in thread__trace()
 1453 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname)  in trace__set_fd_pathname()
 1479 static int thread__read_fd_path(struct thread *thread, int fd)  in thread__read_fd_path()
 1505 static const char *thread__fd_path(struct thread *thread, int fd,  in thread__fd_path()
 1553 static void thread__set_filename_pos(struct thread *thread, const char *bf,  in thread__set_filename_pos()
 1595 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread,  in trace__fprintf_entry_head()
 1795 				      struct thread *thread)  in syscall__scnprintf_args()
 1964 	struct thread *thread;  in trace__sys_enter()  local
 2022 	struct thread *thread;  in trace__sys_exit()  local
 [all …]
 
 | 
| D | builtin-kvm.c | 374 struct vcpu_event_record *per_vcpu_record(struct thread *thread,  in per_vcpu_record()396 			     struct thread *thread,  in handle_kvm_event()
 654 	struct thread *thread;  in process_sample_event()  local
 
 | 
| D | builtin-sched.c | 45 	pthread_t		thread;  member91 	struct thread		*thread;  member
 816 thread_atoms_search(struct rb_root *root, struct thread *thread,  in thread_atoms_search()
 866 static int thread_atoms_insert(struct perf_sched *sched, struct thread *thread)  in thread_atoms_insert()
 1031 	struct thread *thread = machine__findnew_thread(machine, -1, pid);  in latency_runtime_event()  local
 
 | 
| D | builtin-stat.c | 196 	int cpu, thread;  in read_counter()  local637 	int cpu, thread;  in print_aggr_thread()  local
 
 | 
| D | builtin-top.c | 948 	pthread_t thread;  in __cmd_top()  local
 | 
| D | builtin-inject.c | 358 	struct thread *thread;  in perf_event__inject_buildid()  local
 | 
| D | builtin-lock.c | 815 	struct thread *thread = machine__findnew_thread(machine, sample->pid,  in process_sample_event()  local
 | 
| /linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | service.c | 1446 			    struct ptlrpc_thread *thread)  in ptlrpc_server_handle_req_in()1587 			     struct ptlrpc_thread *thread)  in ptlrpc_server_handle_request()
 1913 ptlrpc_thread_stopping(struct ptlrpc_thread *thread)  in ptlrpc_thread_stopping()
 1945 		  struct ptlrpc_thread *thread)  in ptlrpc_wait_event()
 1982 	struct ptlrpc_thread *thread = arg;  in ptlrpc_main()  local
 2283 	struct ptlrpc_thread *thread;  in ptlrpc_svcpt_stop_threads()  local
 2375 	struct ptlrpc_thread *thread;  in ptlrpc_start_thread()  local
 
 | 
| D | sec_gc.c | 149 	struct ptlrpc_thread *thread = arg;  in sec_gc_main()  local
 | 
| D | pinger.c | 224 	struct ptlrpc_thread *thread = arg;  in ptlrpc_pinger_main()  local
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | thread_notify.h | 32 static inline void thread_notify(unsigned long rc, struct thread_info *thread)  in thread_notify()
 | 
| D | tls.h | 59 	struct thread_info *thread;  variable
 | 
| /linux-4.4.14/arch/metag/mm/ | 
| D | cache.c | 203 	int thread;  in metag_phys_data_cache_flush()  local348 	int thread;  in metag_phys_code_cache_flush()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/llite/ | 
| D | statahead.c | 956 	struct ptlrpc_thread     *thread = &sai->sai_agl_thread;  in ll_agl_thread()  local1017 	struct ptlrpc_thread *thread = &sai->sai_agl_thread;  in ll_start_agl()  local
 1047 	struct ptlrpc_thread     *thread = &sai->sai_thread;  in ll_statahead_thread()  local
 1304 		struct ptlrpc_thread *thread = &lli->lli_sai->sai_thread;  in ll_stop_statahead()  local
 1461 	struct ptlrpc_thread *thread = &sai->sai_thread;  in ll_sai_unplug()  local
 1513 	struct ptlrpc_thread     *thread;  in do_statahead_enter()  local
 
 | 
| /linux-4.4.14/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.4.14/include/linux/iio/ | 
| D | trigger_consumer.h | 36 	irqreturn_t (*thread)(int irq, void *p);  member
 | 
| /linux-4.4.14/drivers/scsi/bnx2i/ | 
| D | bnx2i_init.c | 423 	struct task_struct *thread;  in bnx2i_percpu_thread_create()  local442 	struct task_struct *thread;  in bnx2i_percpu_thread_destroy()  local
 
 | 
| /linux-4.4.14/crypto/ | 
| D | algboss.c | 97 	struct task_struct *thread;  in cryptomgr_schedule_probe()  local235 	struct task_struct *thread;  in cryptomgr_schedule_test()  local
 
 | 
| /linux-4.4.14/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.4.14/arch/arm/nwfpe/ | 
| D | fpmodule.c | 62 	struct thread_info *thread = v;  in nwfpe_notify()  local
 | 
| /linux-4.4.14/arch/x86/kernel/cpu/ | 
| D | perf_event_p4.c | 952 	int thread = p4_ht_config_thread(hwc->config);  in p4_pmu_enable_event()  local1192 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 | 1432 	struct thread_struct *thread = &curr->thread;  in cpu_init()  local
 | 
| /linux-4.4.14/tools/testing/selftests/powerpc/dscr/ | 
| D | dscr_default_test.c | 23 	unsigned long thread = (unsigned long)in;  in do_test()  local
 | 
| /linux-4.4.14/drivers/net/wireless/rsi/ | 
| D | rsi_common.h | 61 				     struct rsi_thread *thread,  in rsi_create_kthread()
 | 
| /linux-4.4.14/drivers/thermal/ | 
| D | intel_powerclamp.c | 511 	struct task_struct *thread;  in start_power_clamp()  local556 	struct task_struct *thread;  in end_power_clamp()  local
 578 	struct task_struct *thread;  in powerclamp_cpu_callback()  local
 
 | 
| /linux-4.4.14/drivers/staging/rdma/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.4.14/drivers/staging/rdma/hfi1/ | 
| D | driver.c | 621 static inline int process_rcv_packet(struct hfi1_packet *packet, int thread)  in process_rcv_packet()746 int handle_receive_interrupt_nodma_rtail(struct hfi1_ctxtdata *rcd, int thread)  in handle_receive_interrupt_nodma_rtail()
 776 int handle_receive_interrupt_dma_rtail(struct hfi1_ctxtdata *rcd, int thread)  in handle_receive_interrupt_dma_rtail()
 830 int handle_receive_interrupt(struct hfi1_ctxtdata *rcd, int thread)  in handle_receive_interrupt()
 
 | 
| /linux-4.4.14/kernel/debug/ | 
| D | gdbstub.c | 495 	struct task_struct *thread;  in gdb_get_regs_helper()  local800 	struct task_struct *thread;  in gdb_cmd_task()  local
 838 	struct task_struct *thread;  in gdb_cmd_thread()  local
 
 | 
| /linux-4.4.14/drivers/media/usb/pvrusb2/ | 
| D | pvrusb2-dvb.h | 25 	struct task_struct	*thread;  member
 | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | traps.c | 202 static int __die(const char *str, int err, struct thread_info *thread,  in __die()240 	struct thread_info *thread = current_thread_info();  in die()  local
 
 | 
| /linux-4.4.14/drivers/dma/ | 
| D | dmatest.c | 176 		struct dmatest_thread *thread;  in is_threaded_test_run()  local402 	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
 | 
| /linux-4.4.14/arch/x86/kernel/ | 
| D | ptrace.c | 561 	struct thread_struct *thread = &(current->thread);  in ptrace_triggered()  local647 	struct thread_struct *thread = &tsk->thread;  in ptrace_write_dr7()  local
 698 	struct thread_struct *thread = &tsk->thread;  in ptrace_get_debugreg()  local
 756 	struct thread_struct *thread = &tsk->thread;  in ptrace_set_debugreg()  local
 
 | 
| D | hw_breakpoint.c | 378 	struct thread_struct *thread = ¤t->thread;  in aout_dump_debugregs()  local
 | 
| /linux-4.4.14/tools/testing/selftests/timers/ | 
| D | threadtest.c | 141 	void *(*thread)(void *) = shared_thread;  in main()  local
 | 
| /linux-4.4.14/arch/powerpc/platforms/pseries/ | 
| D | dlpar.c | 349 	u32 thread;  in dlpar_online_cpu()  local429 	u32 thread;  in dlpar_offline_cpu()  local
 
 | 
| D | hotplug-cpu.c | 316 	u32 thread;  in pseries_remove_processor()  local
 | 
| /linux-4.4.14/include/media/ | 
| D | videobuf-dvb.h | 18 	struct task_struct         *thread;  member
 | 
| /linux-4.4.14/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.4.14/arch/x86/entry/vsyscall/ | 
| D | vsyscall_64.c | 104 		struct thread_struct *thread = ¤t->thread;  in write_ok_or_segv()  local
 | 
| /linux-4.4.14/arch/arm/mm/ | 
| D | context.c | 110 	struct thread_info *thread = t;  in contextidr_notifier()  local
 | 
| /linux-4.4.14/kernel/ | 
| D | seccomp.c | 256 	struct task_struct *thread, *caller;  in seccomp_can_sync_threads()  local297 	struct task_struct *thread, *caller;  in seccomp_sync_threads()  local
 
 | 
| D | stop_machine.c | 38 	struct task_struct	*thread;  member
 | 
| D | exit.c | 490 	struct task_struct *thread, *reaper;  in find_new_reaper()  local
 | 
| /linux-4.4.14/tools/perf/bench/ | 
| D | futex-hash.c | 40 	pthread_t thread;  member
 | 
| D | futex-lock-pi.c | 21 	pthread_t thread;  member
 | 
| /linux-4.4.14/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()  local1374 	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.4.14/arch/arc/include/asm/ | 
| D | processor.h | 54 #define release_thread(thread) do { } while (0)  argument
 | 
| /linux-4.4.14/arch/hexagon/kernel/ | 
| D | smp.c | 195 	struct thread_info *thread = (struct thread_info *)idle->stack;  in __cpu_up()  local
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | suspend_64.h | 40 #define loaddebug(thread,register) \  argument
 | 
| D | processor.h | 441 native_load_sp0(struct tss_struct *tss, struct thread_struct *thread)  in native_load_sp0()478 			    struct thread_struct *thread)  in load_sp0()
 
 | 
| D | paravirt.h | 29 			     struct thread_struct *thread)  in load_sp0()
 | 
| /linux-4.4.14/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 | 922 		unsigned long thread)  in qeth_set_thread_start_bit()937 void qeth_clear_thread_start_bit(struct qeth_card *card, unsigned long thread)  in qeth_clear_thread_start_bit()
 948 void qeth_clear_thread_running_bit(struct qeth_card *card, unsigned long thread)  in qeth_clear_thread_running_bit()
 959 static int __qeth_do_run_thread(struct qeth_card *card, unsigned long thread)  in __qeth_do_run_thread()
 978 int qeth_do_run_thread(struct qeth_card *card, unsigned long thread)  in qeth_do_run_thread()
 1406 static int qeth_do_start_thread(struct qeth_card *card, unsigned long thread)  in qeth_do_start_thread()
 
 | 
| /linux-4.4.14/tools/perf/ui/browsers/ | 
| D | hists.c | 1274 	const struct thread *thread = hists->thread_filter;  in hists__browser_title()  local1440 	struct thread 		*thread;  member
 1498 	struct thread *thread = act->thread;  in do_zoom_thread()  local
 1521 	       char **optstr, struct thread *thread)  in add_thread_opt()
 1624 	       struct thread *thread, struct symbol *sym)  in add_script_opt()
 1835 		struct thread *thread = NULL;  in perf_evsel__hists_browse()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/include/ | 
| D | lustre_net.h | 1817 static inline int thread_is_init(struct ptlrpc_thread *thread)  in thread_is_init()1822 static inline int thread_is_stopped(struct ptlrpc_thread *thread)  in thread_is_stopped()
 1827 static inline int thread_is_stopping(struct ptlrpc_thread *thread)  in thread_is_stopping()
 1832 static inline int thread_is_starting(struct ptlrpc_thread *thread)  in thread_is_starting()
 1837 static inline int thread_is_running(struct ptlrpc_thread *thread)  in thread_is_running()
 1842 static inline int thread_is_event(struct ptlrpc_thread *thread)  in thread_is_event()
 1847 static inline int thread_is_signal(struct ptlrpc_thread *thread)  in thread_is_signal()
 1852 static inline void thread_clear_flags(struct ptlrpc_thread *thread, __u32 flags)  in thread_clear_flags()
 1857 static inline void thread_set_flags(struct ptlrpc_thread *thread, __u32 flags)  in thread_set_flags()
 1862 static inline void thread_add_flags(struct ptlrpc_thread *thread, __u32 flags)  in thread_add_flags()
 [all …]
 
 | 
| /linux-4.4.14/arch/um/include/asm/ | 
| D | processor-generic.h | 39 			} thread;  member
 | 
| /linux-4.4.14/arch/um/drivers/ | 
| D | chan_user.c | 277 	int pid, thread, count, thread_fd = -1;  in register_winch()  local
 | 
| /linux-4.4.14/tools/power/acpi/os_specific/service_layers/ | 
| D | osunixxf.c | 1250 	pthread_t thread;  in acpi_os_get_thread_id()  local1274 	pthread_t thread;  in acpi_os_execute()  local
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | vfio.h | 123 	void			(*thread)(void *, void *);  member
 | 
| D | pktcdvd.h | 56 	struct task_struct	*thread;  member
 | 
| D | interrupt.h | 116 	struct task_struct	*thread;  member
 | 
| /linux-4.4.14/drivers/mmc/card/ | 
| D | queue.h | 49 	struct task_struct	*thread;  member
 | 
| /linux-4.4.14/fs/notify/ | 
| D | mark.c | 522 	struct task_struct *thread;  in fsnotify_mark_init()  local
 | 
| /linux-4.4.14/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.4.14/arch/score/include/asm/ | 
| D | processor.h | 28 #define release_thread(thread)	do {} while (0)  argument
 | 
| /linux-4.4.14/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 | 399 void iic_set_interrupt_routing(int cpu, int thread, int priority)  in iic_set_interrupt_routing()
 | 
| /linux-4.4.14/drivers/gpu/drm/amd/scheduler/ | 
| D | gpu_scheduler.h | 122 	struct task_struct		*thread;  member
 | 
| /linux-4.4.14/tools/perf/util/scripting-engines/ | 
| D | trace-event-perl.c | 250 				    struct thread *thread)  in perl_process_tracepoint()
 | 
| D | trace-event-python.c | 550 static int python_export_thread(struct db_export *dbe, struct thread *thread,  in python_export_thread()589 				     struct comm *comm, struct thread *thread)  in python_export_comm_thread()
 
 | 
| /linux-4.4.14/drivers/infiniband/core/ | 
| D | fmr_pool.c | 99 	struct task_struct       *thread;  member
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | processor.h | 197 #define release_thread(thread) do { } while(0)  argument
 | 
| /linux-4.4.14/drivers/md/ | 
| D | multipath.c | 321 static void multipathd(struct md_thread *thread)  in multipathd()
 | 
| D | raid1.h | 113 	struct md_thread	*thread;  member
 | 
| D | raid10.h | 88 	struct md_thread	*thread;  member
 | 
| D | md-cluster.c | 229 static void recover_bitmaps(struct md_thread *thread)  in recover_bitmaps()497 static void recv_daemon(struct md_thread *thread)  in recv_daemon()
 
 | 
| D | md.c | 7084 	struct md_thread *thread = arg;  in md_thread()  local7123 void md_wakeup_thread(struct md_thread *thread)  in md_wakeup_thread()
 7136 	struct md_thread *thread;  in md_register_thread()  local
 7161 	struct md_thread *thread = *threadp;  in md_unregister_thread()  local
 7753 void md_do_sync(struct md_thread *thread)  in md_do_sync()
 
 | 
| D | raid5-cache.c | 759 static void r5l_reclaim_thread(struct md_thread *thread)  in r5l_reclaim_thread()
 | 
| D | raid5.h | 549 	struct md_thread	*thread;  member
 | 
| D | md.h | 293 	struct md_thread		*thread;	/* management thread */  member
 | 
| /linux-4.4.14/drivers/base/ | 
| D | devtmpfs.c | 29 static struct task_struct *thread;  variable
 | 
| /linux-4.4.14/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()
 399 struct device_node *of_get_cpu_node(int cpu, unsigned int *thread)  in of_get_cpu_node()
 
 | 
| /linux-4.4.14/drivers/bluetooth/ | 
| D | btmrvl_main.c | 591 	struct btmrvl_thread *thread = data;  in btmrvl_service_main_thread()  local
 | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | ptrace_32.c | 81 	struct thread_struct *thread = &tsk->thread;  in set_single_step()  local
 | 
| /linux-4.4.14/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.4.14/arch/sparc/kernel/ | 
| D | prom_64.c | 378 				       int cpu, unsigned int *thread)  in arch_find_n_match_cpu_physical_id()
 | 
| /linux-4.4.14/arch/s390/mm/ | 
| D | fault.c | 718 	struct thread_struct *thread, *next;  in pfault_cpu_notify()  local
 | 
| /linux-4.4.14/drivers/macintosh/ | 
| D | therm_adt746x.c | 82 	struct task_struct	*thread;  member
 | 
| /linux-4.4.14/drivers/w1/ | 
| D | w1.h | 250 	struct task_struct	*thread;  member
 | 
| /linux-4.4.14/drivers/usb/atm/ | 
| D | usbatm.h | 161 	struct task_struct *thread;  member
 | 
| /linux-4.4.14/drivers/virtio/ | 
| D | virtio_balloon.c | 56 	struct task_struct *thread;  member
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | compat.h | 306 static inline int is_compat_thread(struct thread_info *thread)  in is_compat_thread()313 static inline int is_compat_thread(struct thread_info *thread)  in is_compat_thread()
 
 | 
| /linux-4.4.14/sound/soc/intel/common/ | 
| D | sst-dsp.h | 187 	irqreturn_t (*thread)(int irq, void *context);  member
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | processor.h | 349 #define release_thread(thread) do { } while(0)  argument
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ | 
| D | ldlm_pool.c | 1011 	struct ptlrpc_thread *thread = (struct ptlrpc_thread *)arg;  in ldlm_pools_thread_main()  local
 | 
| /linux-4.4.14/include/pcmcia/ | 
| D | ss.h | 187 	struct task_struct		*thread;  member
 | 
| /linux-4.4.14/drivers/scsi/fcoe/ | 
| D | fcoe.c | 1255 	struct task_struct *thread;  in fcoe_percpu_thread_create()  local1284 	struct task_struct *thread;  in fcoe_percpu_thread_destroy()  local
 
 | 
| /linux-4.4.14/drivers/block/ | 
| D | nbd.c | 736 		struct task_struct *thread;  in __nbd_ioctl()  local
 | 
| /linux-4.4.14/include/scsi/ | 
| D | libfcoe.h | 329 	struct task_struct *thread;  member
 | 
| /linux-4.4.14/drivers/scsi/bnx2fc/ | 
| D | bnx2fc_fcoe.c | 2530 	struct task_struct *thread;  in bnx2fc_percpu_thread_create()  local2548 	struct task_struct *thread;  in bnx2fc_percpu_thread_destroy()  local
 
 | 
| /linux-4.4.14/fs/ | 
| D | binfmt_elf.c | 1597 	struct elf_thread_core_info *thread;  member1857 	struct task_struct *thread;  member
 
 | 
| D | binfmt_elf_fdpic.c | 1451 	struct task_struct *thread;  member
 | 
| /linux-4.4.14/drivers/net/irda/ | 
| D | stir4200.c | 171         struct task_struct *thread;     /* transmit thread */  member
 | 
| /linux-4.4.14/drivers/media/rc/ | 
| D | rc-core-priv.h | 36 	struct task_struct		*thread;  member
 | 
| /linux-4.4.14/arch/x86/lguest/ | 
| D | boot.c | 1070 			    struct thread_struct *thread)  in lguest_load_sp0()
 | 
| /linux-4.4.14/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.4.14/drivers/infiniband/ulp/srpt/ | 
| D | ib_srpt.h | 303 	struct task_struct	*thread;  member
 | 
| /linux-4.4.14/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.4.14/kernel/time/ | 
| D | posix-cpu-timers.c | 1507 	struct k_clock thread = {  in init_posix_cpu_timers()  local
 | 
| /linux-4.4.14/drivers/crypto/ | 
| D | mxs-dcp.c | 67 	struct task_struct		*thread[DCP_MAX_CHANS];  member
 | 
| /linux-4.4.14/drivers/tty/ | 
| D | mips_ejtag_fdc.c | 153 	struct task_struct		*thread;  member
 | 
| /linux-4.4.14/drivers/media/v4l2-core/ | 
| D | videobuf2-v4l2.c | 1256 	struct task_struct *thread;  member
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | cell-regs.h | 189 	struct	cbe_iic_thread_regs thread[2];			/* 0x0400 */  member
 | 
| /linux-4.4.14/fs/hfs/ | 
| D | hfs.h | 237 	struct hfs_cat_thread thread;  member
 | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | ptrace.c | 44 	struct thread_struct *thread = &task->thread;  in update_cr_regs()  local
 | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | enlighten.c | 954 			 struct thread_struct *thread)  in xen_load_sp0()
 | 
| /linux-4.4.14/drivers/s390/scsi/ | 
| D | zfcp_erp.c | 1369 	struct task_struct *thread;  in zfcp_erp_thread_setup()  local
 | 
| /linux-4.4.14/drivers/media/pci/saa7134/ | 
| D | saa7134.h | 453 	struct task_struct         *thread;  member645 	struct saa7134_thread      thread;  member
 
 | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | perfmon.c | 3684 	struct thread_struct *thread = NULL;  in pfm_write_ibr_dbr()  local4163 	struct thread_struct *thread;  in pfm_context_load()  local
 6759 	struct thread_struct *thread;  in pfm_inherit()  local
 
 | 
| /linux-4.4.14/drivers/media/pci/ttpci/ | 
| D | av7110.c | 2380 	struct task_struct *thread;  in av7110_attach()  local
 | 
| /linux-4.4.14/drivers/hv/ | 
| D | hv_balloon.c | 537 	struct task_struct *thread;  member
 | 
| /linux-4.4.14/fs/hfsplus/ | 
| D | hfsplus_raw.h | 328 	struct hfsplus_cat_thread thread;  member
 | 
| /linux-4.4.14/drivers/char/ipmi/ | 
| D | ipmi_ssif.c | 260 	struct task_struct *thread;  member
 |