Searched defs:thread_data (Results 1 – 11 of 11) sorted by relevance
34 struct thread_data { struct35 int nr;36 int pipe_read;37 int pipe_write;38 struct epoll_event epoll_ev;39 int epoll_fd;40 bool cgroup_failed;41 pthread_t pthread;
58 struct thread_data { struct59 int curr_cpu;61 int bind_node;62 u8 *process_data;63 int process_nr;64 int thread_nr;65 int task_nr;67 u64 val;68 u64 runtime_ns;70 u64 user_time_ns;[all …]
40 struct thread_data { struct41 pthread_t worker;42 unsigned int nwoken;43 struct timeval runtime;
25 struct thread_data { struct32 static struct thread_data threads[THREADS]; argument
161 struct thread_data { struct168 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
73 struct thread_data { struct74 unsigned int entries;75 int id;76 struct task_struct *task;77 struct test_obj *objs;
23 void *thread_data; member50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread() argument
182 struct record_thread *thread_data; member1022 static void record__thread_data_init_pipes(struct record_thread *thread_data) in record__thread_data_init_pipes()1030 static int record__thread_data_open_pipes(struct record_thread *thread_data) in record__thread_data_open_pipes()1155 struct record_thread *thread_data = rec->thread_data; in record__free_thread_data() local1186 struct record_thread *thread_data) in record__update_evlist_pollfd_from_thread()1210 struct record_thread *thread_data) in record__dup_non_perf_events()1237 struct record_thread *thread_data; in record__alloc_thread_data() local2241 static int record__terminate_thread(struct record_thread *thread_data) in record__terminate_thread()2262 struct record_thread *thread_data = rec->thread_data; in record__start_threads() local2325 struct record_thread *thread_data = rec->thread_data; in record__stop_threads() local[all …]
72 int thread_data[MAX_THREADS]; in execute_test() local
1735 struct thread_data { struct1737 struct timeval tv_end;1739 unsigned long long tsc;1742 unsigned long long c1;1746 unsigned int smi_count;1747 unsigned int cpu_id;1748 unsigned int apic_id;1749 unsigned int x2apic_id;1750 unsigned int flags;1751 bool is_atom;[all …]
479 struct spinlock_thread_test_data *thread_data = arg; in test_percpu_spinlock_thread() local518 struct spinlock_thread_test_data thread_data[num_threads]; in test_percpu_spinlock() local556 struct inc_thread_test_data *thread_data = arg; in test_percpu_inc_thread() local595 struct inc_thread_test_data thread_data[num_threads]; in test_percpu_inc() local