Searched defs:thread_data (Results 1 – 7 of 7) sorted by relevance
25 struct thread_data { struct 32 static struct thread_data threads[THREADS]; argument
40 struct thread_data { struct 41 workerthread_data global() argument 42 nwokenthread_data global() argument 43 runtimethread_data global() argument
161 struct thread_data { struct168 const struct thread_data *data = (struct thread_data *)arg; in thread_audit_test() argument
73 struct thread_data { struct 74 entriesthread_data global() argument 75 idthread_data global() argument 76 taskthread_data global() argument 77 objsthread_data global() argument
23 void *thread_data; member50 int vdo_create_thread(void (*thread_function)(void *), void *thread_data, in vdo_create_thread() argument
72 int thread_data[MAX_THREADS]; in execute_test() local
1753 struct thread_data { struct1754 struct timeval tv_begin;1755 struct timeval tv_end;1756 struct timeval tv_delta;1757 unsigned long long tsc;1758 unsigned long long aperf;1759 unsigned long long mperf;1760 unsigned long long c1;1761 unsigned long long instr_count;1762 unsigned long long irq_count;[all …]