thread_nr         229 arch/powerpc/platforms/powernv/idle.c 	int thread_nr = cpu_thread_in_core(cpu);
thread_nr         232 arch/powerpc/platforms/powernv/idle.c 	clear_bit(thread_nr, state);
thread_nr         239 arch/powerpc/platforms/powernv/idle.c 	int thread_nr = cpu_thread_in_core(cpu);
thread_nr         242 arch/powerpc/platforms/powernv/idle.c 	set_bit(thread_nr, state);
thread_nr          74 drivers/mailbox/mtk-cmdq-mailbox.c 	u32			thread_nr;
thread_nr         297 drivers/mailbox/mtk-cmdq-mailbox.c 	for_each_clear_bit(bit, &irq_status, cmdq->thread_nr) {
thread_nr         317 drivers/mailbox/mtk-cmdq-mailbox.c 	for (i = 0; i < cmdq->thread_nr; i++) {
thread_nr         482 drivers/mailbox/mtk-cmdq-mailbox.c 	cmdq->thread_nr = (u32)(unsigned long)of_device_get_match_data(dev);
thread_nr         483 drivers/mailbox/mtk-cmdq-mailbox.c 	cmdq->irq_mask = GENMASK(cmdq->thread_nr - 1, 0);
thread_nr         501 drivers/mailbox/mtk-cmdq-mailbox.c 	cmdq->mbox.chans = devm_kcalloc(dev, cmdq->thread_nr,
thread_nr         506 drivers/mailbox/mtk-cmdq-mailbox.c 	cmdq->mbox.num_chans = cmdq->thread_nr;
thread_nr         514 drivers/mailbox/mtk-cmdq-mailbox.c 	cmdq->thread = devm_kcalloc(dev, cmdq->thread_nr,
thread_nr         519 drivers/mailbox/mtk-cmdq-mailbox.c 	for (i = 0; i < cmdq->thread_nr; i++) {
thread_nr          61 tools/perf/bench/numa.c 	int			thread_nr;
thread_nr        1095 tools/perf/bench/numa.c 	int thread_nr = td->thread_nr;
thread_nr        1114 tools/perf/bench/numa.c 	set_taskname("thread %d/%d", process_nr, thread_nr);
thread_nr        1123 tools/perf/bench/numa.c 	if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1)
thread_nr        1127 tools/perf/bench/numa.c 	if (process_nr == 0 && thread_nr == 0)
thread_nr        1132 tools/perf/bench/numa.c 			process_nr, thread_nr, global_data, process_data, thread_data);
thread_nr        1163 tools/perf/bench/numa.c 		val += do_work(process_data, g->p.bytes_process, thread_nr,  g->p.nr_threads,	l, val);
thread_nr        1176 tools/perf/bench/numa.c 			val += do_work(process_data, g->p.bytes_process_locked, thread_nr,  g->p.nr_threads,	l, val);
thread_nr        1244 tools/perf/bench/numa.c 					process_nr, thread_nr, runtime_ns_max / bytes_done, val);
thread_nr        1320 tools/perf/bench/numa.c 		td->thread_nr    = t;
thread_nr         731 tools/perf/util/synthetic-events.c 	int thread_nr;
thread_nr         745 tools/perf/util/synthetic-events.c 		thread_nr = sysconf(_SC_NPROCESSORS_ONLN);
thread_nr         747 tools/perf/util/synthetic-events.c 		thread_nr = nr_threads_synthesize;
thread_nr         749 tools/perf/util/synthetic-events.c 	if (thread_nr <= 1) {
thread_nr         755 tools/perf/util/synthetic-events.c 	if (thread_nr > n)
thread_nr         756 tools/perf/util/synthetic-events.c 		thread_nr = n;
thread_nr         758 tools/perf/util/synthetic-events.c 	synthesize_threads = calloc(sizeof(pthread_t), thread_nr);
thread_nr         762 tools/perf/util/synthetic-events.c 	args = calloc(sizeof(*args), thread_nr);
thread_nr         766 tools/perf/util/synthetic-events.c 	num_per_thread = n / thread_nr;
thread_nr         767 tools/perf/util/synthetic-events.c 	m = n % thread_nr;
thread_nr         768 tools/perf/util/synthetic-events.c 	for (i = 0; i < thread_nr; i++) {
thread_nr         781 tools/perf/util/synthetic-events.c 	for (j = i; j < thread_nr; j++) {
thread_nr         786 tools/perf/util/synthetic-events.c 	for (i = 0; i < thread_nr; i++) {
thread_nr         793 tools/perf/util/synthetic-events.c 	for (i = 0; i < thread_nr; i++)