cpusf             541 arch/s390/kernel/perf_cpum_sf.c 	struct cpu_hw_sf *cpusf = this_cpu_ptr(&cpu_hw_sf);
cpusf             546 arch/s390/kernel/perf_cpum_sf.c 		memset(cpusf, 0, sizeof(*cpusf));
cpusf             547 arch/s390/kernel/perf_cpum_sf.c 		err = qsi(&cpusf->qsi);
cpusf             550 arch/s390/kernel/perf_cpum_sf.c 		cpusf->flags |= PMU_F_RESERVED;
cpusf             556 arch/s390/kernel/perf_cpum_sf.c 				    "setup_pmc_cpu: initialized: cpuhw=%p\n", cpusf);
cpusf             559 arch/s390/kernel/perf_cpum_sf.c 		cpusf->flags &= ~PMU_F_RESERVED;
cpusf             565 arch/s390/kernel/perf_cpum_sf.c 			deallocate_buffers(cpusf);
cpusf             567 arch/s390/kernel/perf_cpum_sf.c 				    "setup_pmc_cpu: released: cpuhw=%p\n", cpusf);