/linux-3.3/tools/perf/util/ |
D | thread.h | 8 struct thread { struct 23 void thread__delete(struct thread *self); argument
|
D | build-id.c | 27 struct thread *thread = machine__findnew_thread(machine, event->ip.pid); in build_id__mark_dso_hit() local 49 struct thread *thread = machine__findnew_thread(machine, event->fork.tid); in perf_event__exit_del_thread() local
|
D | evlist.c | 257 int cpu, thread; in perf_evlist__disable() local 270 int cpu, thread; in perf_evlist__enable() local 298 int cpu, int thread, u64 id) in perf_evlist__id_hash() 310 int cpu, int thread, u64 id) in perf_evlist__id_add() 318 int cpu, int thread, int fd) in perf_evlist__id_add_fd() 469 int cpu, thread; in perf_evlist__mmap_per_cpu() local 510 int thread; in perf_evlist__mmap_per_thread() local 637 int thread; in perf_evlist__set_filters() local
|
D | evsel.c | 141 int cpu, thread; in perf_evsel__alloc_fd() local 194 int cpu, thread; in perf_evsel__close_fd() local 220 int cpu, int thread, bool scale) in __perf_evsel__read_on_cpu() 250 int cpu, thread; in __perf_evsel__read() local 294 int cpu, thread; in __perf_evsel__open() local
|
D | event.c | 315 int err = -1, thread, j; in perf_event__synthesize_thread_map() local 505 struct thread *thread = machine__findnew_thread(machine, event->comm.tid); in perf_event__process_comm() local 646 struct thread *thread; in perf_event__process_mmap() local 692 struct thread *thread = machine__findnew_thread(machine, event->fork.tid); in perf_event__process_task() local 827 void thread__find_addr_location(struct thread *thread, struct machine *machine, in thread__find_addr_location() 846 struct thread *thread = machine__findnew_thread(machine, event->ip.pid); in perf_event__preprocess_sample() local
|
/linux-3.3/arch/arm/vfp/ |
D | vfpmodule.c | 59 static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) in vfp_state_in_hw() 73 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) in vfp_force_reload() 87 static void vfp_thread_flush(struct thread_info *thread) in vfp_thread_flush() 115 static void vfp_thread_exit(struct thread_info *thread) in vfp_thread_exit() 126 static void vfp_thread_copy(struct thread_info *thread) in vfp_thread_copy() 162 struct thread_info *thread = v; in vfp_notifier() local 501 void vfp_sync_hwstate(struct thread_info *thread) in vfp_sync_hwstate() 520 void vfp_flush_hwstate(struct thread_info *thread) in vfp_flush_hwstate()
|
/linux-3.3/tools/usb/ |
D | ffs-test.c | 234 static struct thread { struct 238 ssize_t (*in)(struct thread *, void *, size_t); argument 241 ssize_t (*out)(struct thread *, const void *, size_t); argument 245 pthread_t id; argument 248 } threads[] = { argument 270 static void init_thread(struct thread *t) in init_thread() argument
|
/linux-3.3/drivers/acpi/acpica/ |
D | exmutex.c | 72 struct acpi_thread_state *thread = obj_desc->mutex.owner_thread; in acpi_ex_unlink_mutex() local 115 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 | 445 struct acpi_walk_state *acpi_ds_get_current_walk_state(struct acpi_thread_state in acpi_ds_get_current_walk_state() 475 struct acpi_thread_state *thread) in acpi_ds_push_walk_state() 499 struct acpi_walk_state *acpi_ds_pop_walk_state(struct acpi_thread_state *thread) in acpi_ds_pop_walk_state() 541 *method_desc, struct acpi_thread_state in acpi_ds_create_walk_state()
|
/linux-3.3/arch/arm/kernel/ |
D | crunch.c | 24 void crunch_task_release(struct thread_info *thread) in crunch_task_release() 39 struct thread_info *thread = (struct thread_info *)t; in crunch_do() local
|
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 | 299 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local 313 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local 330 struct thread_info *thread = task_thread_info(tsk); in ptrace_getcrunchregs() local 342 struct thread_info *thread = task_thread_info(tsk); in ptrace_setcrunchregs() local 627 struct thread_info *thread = task_thread_info(target); in fpa_set() local 665 struct thread_info *thread = task_thread_info(target); in vfp_get() local 702 struct thread_info *thread = task_thread_info(target); in vfp_set() local
|
D | process.c | 375 struct thread_info *thread = current_thread_info(); in flush_thread() local 397 struct thread_info *thread = task_thread_info(p); in copy_thread() local 432 struct thread_info *thread = current_thread_info(); in dump_fpu() local
|
D | traps.c | 231 static int __die(const char *str, int err, struct thread_info *thread, struct pt_regs *regs) in __die() 267 struct thread_info *thread = current_thread_info(); in die() local 449 struct thread_info *thread = current_thread_info(); in bad_syscall() local 506 struct thread_info *thread = current_thread_info(); in arm_syscall() local
|
D | pj4-cp0.c | 23 struct thread_info *thread = t; in iwmmxt_do() local
|
D | thumbee.c | 42 struct thread_info *thread = t; in thumbee_notifier() local
|
D | signal.c | 182 struct thread_info *thread = current_thread_info(); in preserve_vfp_context() local 215 struct thread_info *thread = current_thread_info(); in restore_vfp_context() local 607 struct thread_info *thread = current_thread_info(); in handle_signal() local
|
/linux-3.3/arch/powerpc/platforms/wsp/ |
D | scom_smp.c | 108 static int a2_scom_ram(scom_map_t scom, int thread, u32 insn, int extmask) in a2_scom_ram() 143 static int a2_scom_getgpr(scom_map_t scom, int thread, int gpr, int alt, in a2_scom_getgpr() 159 static int a2_scom_getspr(scom_map_t scom, int thread, int spr, u64 *out_spr) in a2_scom_getspr() 177 static int a2_scom_setgpr(scom_map_t scom, int thread, int gpr, in a2_scom_setgpr() 221 static int a2_scom_setspr(scom_map_t scom, int thread, int spr, u64 val) in a2_scom_setspr() 237 static int a2_scom_initial_tlb(scom_map_t scom, int thread) in a2_scom_initial_tlb()
|
/linux-3.3/arch/unicore32/kernel/ |
D | process.c | 247 struct thread_info *thread = current_thread_info(); in flush_thread() local 267 struct thread_info *thread = task_thread_info(p); in copy_thread() local 298 struct thread_info *thread = current_thread_info(); in dump_fpu() local
|
/linux-3.3/arch/arm/include/asm/ |
D | thread_notify.h | 32 static inline void thread_notify(unsigned long rc, struct thread_info *thread) in thread_notify()
|
/linux-3.3/drivers/staging/iio/ |
D | trigger_consumer.h | 27 irqreturn_t (*thread)(int irq, void *p); member
|
/linux-3.3/drivers/scsi/bnx2i/ |
D | bnx2i_init.c | 392 struct task_struct *thread; in bnx2i_percpu_thread_create() local 410 struct task_struct *thread; in bnx2i_percpu_thread_destroy() local
|
/linux-3.3/arch/x86/um/asm/ |
D | processor_64.h | 30 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
|
/linux-3.3/arch/arm/nwfpe/ |
D | fpmodule.c | 62 struct thread_info *thread = v; in nwfpe_notify() local
|
/linux-3.3/crypto/ |
D | algboss.c | 100 struct task_struct *thread; in cryptomgr_schedule_probe() local 233 struct task_struct *thread; in cryptomgr_schedule_test() local
|