Home
last modified time | relevance | path

Searched defs:thread (Results 51 – 75 of 254) sorted by relevance

1234567891011

/Linux-v5.10/tools/perf/
Dbuiltin-trace.c1287 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace()
1349 struct file *thread__files_entry(struct thread *thread, int fd) in thread__files_entry()
1354 static int trace__set_fd_pathname(struct thread *thread, int fd, const char *pathname) in trace__set_fd_pathname()
1371 static int thread__read_fd_path(struct thread *thread, int fd) in thread__read_fd_path()
1397 static const char *thread__fd_path(struct thread *thread, int fd, in thread__fd_path()
1434 struct thread *thread = machine__find_thread(trace->host, pid, pid); in pid__scnprintf_fd() local
1461 static void thread__set_filename_pos(struct thread *thread, const char *bf, in thread__set_filename_pos()
1536 static size_t trace__fprintf_comm_tid(struct trace *trace, struct thread *thread, FILE *fp) in trace__fprintf_comm_tid()
1549 static size_t trace__fprintf_entry_head(struct trace *trace, struct thread *thread, in trace__fprintf_entry_head()
1980 struct trace *trace, struct thread *thread) in syscall__scnprintf_args()
[all …]
/Linux-v5.10/drivers/scsi/bnx2i/
Dbnx2i_init.c414 struct task_struct *thread; in bnx2i_cpu_online() local
434 struct task_struct *thread; in bnx2i_cpu_offline() local
/Linux-v5.10/tools/testing/selftests/powerpc/tm/
Dtm-vmx-unavail.c92 pthread_t *thread; in tm_vmx_unavail_test() local
Dtm-tmspr.c94 pthread_t *thread; in test_tmspr() local
/Linux-v5.10/tools/perf/util/
Ddump-insn.h13 struct thread *thread; member
Dstat.c237 for (int thread = 0; thread < nthreads; thread++) { in perf_evsel__copy_prev_raw_counts() local
326 int cpu, int thread, in process_counter_values()
382 int cpu, thread; in process_counter_maps() local
Dunwind-libdw.h18 struct thread *thread; member
Dunwind-libunwind.c82 struct thread *thread, in unwind__get_entries()
/Linux-v5.10/tools/testing/selftests/ptrace/
Dvmaccess.c18 static void *thread(void *arg) in thread() function
/Linux-v5.10/crypto/
Dalgboss.c82 struct task_struct *thread; in cryptomgr_schedule_probe() local
217 struct task_struct *thread; in cryptomgr_schedule_test() local
/Linux-v5.10/drivers/acpi/acpica/
Ddsdebug.c94 struct acpi_thread_state *thread; in acpi_ds_dump_method_stack() local
/Linux-v5.10/arch/arm/kernel/
Dthumbee.c32 struct thread_info *thread = t; in thumbee_notifier() local
Dprocess.c208 struct thread_info *thread = current_thread_info(); in flush_thread() local
231 struct thread_info *thread = task_thread_info(p); in copy_thread() local
Dpj4-cp0.c21 struct thread_info *thread = t; in iwmmxt_do() local
/Linux-v5.10/include/linux/iio/
Dtrigger_consumer.h33 irqreturn_t (*thread)(int irq, void *p); member
/Linux-v5.10/arch/x86/events/intel/
Dp4.c953 int thread = p4_ht_config_thread(hwc->config); in p4_pmu_enable_event() local
1193 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr()
1214 unsigned int i, thread, num; in p4_pmu_schedule_events() local
/Linux-v5.10/arch/x86/um/asm/
Dprocessor_64.h24 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c223 u32 thread; in pseries_remove_processor() local
256 u32 thread; in dlpar_offline_cpu() local
298 u32 thread; in dlpar_online_cpu() local
/Linux-v5.10/tools/perf/tests/
Dcode-reading.c237 struct thread *thread, struct state *state) in read_object_code()
378 struct thread *thread; in process_sample_event() local
555 struct thread *thread; in do_test_code_reading() local
/Linux-v5.10/arch/arm/nwfpe/
Dfpmodule.c50 struct thread_info *thread = v; in nwfpe_notify() local
/Linux-v5.10/arch/powerpc/include/asm/
Dmmu_context.h282 #define thread_pkey_regs_save(thread) argument
284 #define thread_pkey_regs_init(thread) argument
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpkeys.c316 void thread_pkey_regs_save(struct thread_struct *thread) in thread_pkey_regs_save()
340 void thread_pkey_regs_init(struct thread_struct *thread) in thread_pkey_regs_init()
/Linux-v5.10/tools/testing/selftests/powerpc/dscr/
Ddscr_default_test.c20 unsigned long thread = (unsigned long)in; in do_test() local
/Linux-v5.10/drivers/net/wireless/rsi/
Drsi_common.h60 struct rsi_thread *thread, in rsi_create_kthread()
/Linux-v5.10/tools/perf/util/scripting-engines/
Dtrace-event-python.c464 struct thread *thread) in python_process_brstack()
562 struct thread *thread) in python_process_brstacksym()
999 static int python_export_thread(struct db_export *dbe, struct thread *thread, in python_export_thread()
1021 struct thread *thread) in python_export_comm()
1042 struct comm *comm, struct thread *thread) in python_export_comm_thread()
1361 process_stat(struct evsel *counter, int cpu, int thread, u64 tstamp, in process_stat()
1402 int cpu, thread; in python_process_stat() local

1234567891011