Searched defs:thread_data (Results 1 – 9 of 9) sorted by relevance
30 struct thread_data { struct31 int nr;32 int pipe_read;56 struct thread_data *td = __tdata; in worker_thread() argument
39 struct thread_data { struct40 pthread_t worker;41 unsigned int nwoken;42 struct timeval runtime;
55 struct thread_data { struct56 int curr_cpu;58 int bind_node;59 u8 *process_data;60 int process_nr;61 int thread_nr;62 int task_nr;64 u64 val;65 u64 runtime_ns;67 u64 user_time_ns;[all …]
25 struct thread_data { struct32 static struct thread_data threads[THREADS]; argument
639 struct thread_data { struct640 struct port *ports_rx[MAX_PORTS_PER_THREAD];664 struct thread_data *t = arg; in thread_func() argument759 static struct thread_data thread_data[MAX_THREADS]; variable
72 struct thread_data { struct73 unsigned int entries;74 int id;75 struct task_struct *task;76 struct test_obj *objs;
179 struct thread_data { struct181 struct timeval tv_end;183 unsigned long long tsc;186 unsigned long long c1;189 unsigned int smi_count;190 unsigned int cpu_id;191 unsigned int apic_id;192 unsigned int x2apic_id;193 unsigned int flags;194 bool is_atom;[all …]
83 int thread_data[MAX_THREADS]; in execute_test() local
362 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local403 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local441 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local479 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local
Completed in 34 milliseconds