From: Thomas Richter Date: Wed, 5 Nov 2025 14:38:51 +0000 (+0100) Subject: s390/pai_crypto: Rename paicrypt_have_samples() to pai_have_samples() X-Git-Tag: v6.19-rc1~206^2~21^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1c0d754ac9c27cfb21e2e10c95261b1459e212;p=thirdparty%2Flinux.git s390/pai_crypto: Rename paicrypt_have_samples() to pai_have_samples() To support one common PAI PMU device driver which handles both PMUs pai_crypto and pai_ext, use a common naming scheme for structures and variables suitable for both device drivers. Rename paicrypt_have_samples() to pai_have_samples() to reflect its common usage. No functional change. Signed-off-by: Thomas Richter Reviewed-by: Jan Polensky Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/kernel/perf_pai_crypto.c b/arch/s390/kernel/perf_pai_crypto.c index 33af05b918748..f7d846262a5b3 100644 --- a/arch/s390/kernel/perf_pai_crypto.c +++ b/arch/s390/kernel/perf_pai_crypto.c @@ -542,7 +542,7 @@ static void pai_have_sample(struct perf_event *event, struct pai_map *cpump) } /* Check if there is data to be saved on schedule out of a task. */ -static void paicrypt_have_samples(void) +static void pai_have_samples(void) { struct pai_mapptr *mp = this_cpu_ptr(pai_root.mapptr); struct pai_map *cpump = mp->mapptr; @@ -562,7 +562,7 @@ static void paicrypt_sched_task(struct perf_event_pmu_context *pmu_ctx, * results on schedule_out and if page was dirty, save old values. */ if (!sched_in) - paicrypt_have_samples(); + pai_have_samples(); } /* Attribute definitions for paicrypt interface. As with other CPU