Lines Matching refs:thread_count
40 signed int thread_count = 0;
44 ++thread_count;
55 proc_cpu_entry->thread_total = thread_count;
176 unsigned int thread_count = 0;
179 thread_count++;
181 put_user(thread_count, &count->thread_count);
226 unsigned int thread_count = 0;
229 if (thread_count >= kentry->total_count) {
233 get_thread_load(t, thread_count, entry);
234 thread_count++;
236 put_user(thread_count, &entry->cur_count);