thiscpu          2425 arch/x86/kernel/apic/apic.c 		int thiscpu = num_processors + disabled_cpus;
thiscpu          2429 arch/x86/kernel/apic/apic.c 			   thiscpu, apicid);
thiscpu          2441 arch/x86/kernel/apic/apic.c 		int thiscpu = max + disabled_cpus - 1;
thiscpu          2446 arch/x86/kernel/apic/apic.c 			"  Processor %d/0x%x ignored.\n", max, thiscpu, apicid);
thiscpu          2453 arch/x86/kernel/apic/apic.c 		int thiscpu = max + disabled_cpus;
thiscpu          2457 arch/x86/kernel/apic/apic.c 			   max, thiscpu, apicid);
thiscpu          2391 mm/mempolicy.c 	int thiscpu = raw_smp_processor_id();
thiscpu          2392 mm/mempolicy.c 	int thisnid = cpu_to_node(thiscpu);
thiscpu          2439 mm/mempolicy.c 		if (!should_numa_migrate_memory(current, page, curnid, thiscpu))
thiscpu          2612 tools/power/x86/turbostat/turbostat.c int get_physical_node_id(struct cpu_topology *thiscpu)
thiscpu          2617 tools/power/x86/turbostat/turbostat.c 	int cpu = thiscpu->logical_cpu_id;
thiscpu          2631 tools/power/x86/turbostat/turbostat.c int get_thread_siblings(struct cpu_topology *thiscpu)
thiscpu          2637 tools/power/x86/turbostat/turbostat.c 	int cpu = thiscpu->logical_cpu_id;
thiscpu          2642 tools/power/x86/turbostat/turbostat.c 	thiscpu->put_ids = CPU_ALLOC((topo.max_cpu_num + 1));
thiscpu          2643 tools/power/x86/turbostat/turbostat.c 	if (thiscpu->thread_id < 0)
thiscpu          2644 tools/power/x86/turbostat/turbostat.c 		thiscpu->thread_id = thread_id++;
thiscpu          2645 tools/power/x86/turbostat/turbostat.c 	if (!thiscpu->put_ids)
thiscpu          2649 tools/power/x86/turbostat/turbostat.c 	CPU_ZERO_S(size, thiscpu->put_ids);
thiscpu          2662 tools/power/x86/turbostat/turbostat.c 				if (sib_core == thiscpu->physical_core_id) {
thiscpu          2663 tools/power/x86/turbostat/turbostat.c 					CPU_SET_S(so, size, thiscpu->put_ids);
thiscpu          2674 tools/power/x86/turbostat/turbostat.c 	return CPU_COUNT_S(size, thiscpu->put_ids);