Searched refs:cpustr (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/xen/ |
D | cpu_hotplug.c | 74 char *cpustr; in handle_vcpu_hotplug_event() local 77 cpustr = strstr(node, "cpu/"); in handle_vcpu_hotplug_event() 78 if (cpustr != NULL) { in handle_vcpu_hotplug_event() 79 sscanf(cpustr, "cpu/%u", &cpu); in handle_vcpu_hotplug_event()
|
/linux-4.4.14/arch/x86/boot/ |
D | Makefile | 48 $(obj)/cpu.o: $(obj)/cpustr.h 52 targets += cpustr.h 53 $(obj)/cpustr.h: $(obj)/mkcpustr FORCE 54 $(call if_changed,cpustr) 56 clean-files += cpustr.h
|
D | .gitignore | 3 cpustr.h
|
/linux-4.4.14/arch/mips/dec/ |
D | kn02xa-berr.c | 49 static const char cpustr[] = "CPU"; in dec_kn02xa_be_backend() local 70 agent = cpustr; in dec_kn02xa_be_backend()
|
D | kn01-berr.c | 71 static const char cpustr[] = "CPU"; in dec_kn01_be_backend() local 96 agent = cpustr; in dec_kn01_be_backend()
|
D | ecc-berr.c | 48 static const char cpustr[] = "CPU"; in dec_ecc_be_backend() local 81 agent = (erraddr & KN0X_EAR_CPU) ? cpustr : dmastr; in dec_ecc_be_backend()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | palinfo.c | 941 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in create_palinfo_proc_entries() local 942 sprintf(cpustr, "cpu%d", cpu); in create_palinfo_proc_entries() 944 cpu_dir = proc_mkdir(cpustr, palinfo_dir); in create_palinfo_proc_entries() 960 char cpustr[3+4+1]; /* cpu numbers are up to 4095 on itanic */ in remove_palinfo_proc_entries() local 961 sprintf(cpustr, "cpu%d", hcpu); in remove_palinfo_proc_entries() 962 remove_proc_subtree(cpustr, palinfo_dir); in remove_palinfo_proc_entries()
|
/linux-4.4.14/Documentation/ |
D | dontdiff | 113 cpustr.h
|
/linux-4.4.14/tools/perf/util/ |
D | python.c | 419 char *cpustr = NULL; in pyrf_cpu_map__init() local 422 kwlist, &cpustr)) in pyrf_cpu_map__init() 425 pcpus->cpus = cpu_map__new(cpustr); in pyrf_cpu_map__init()
|