total_count       858 kern/thread/thread.c 	unsigned my_count, total_count, one_share, to_send;
total_count       864 kern/thread/thread.c 	my_count = total_count = 0;
total_count       869 kern/thread/thread.c 		total_count += c->c_runqueue.tl_count;
total_count       876 kern/thread/thread.c 	one_share = DIVROUNDUP(total_count, numcpus);