Home
last modified time | relevance | path

Searched refs:pcluster (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/arm/common/
Dmcpm_platsmp.c20 unsigned int *pcpu, unsigned int *pcluster) in cpu_to_pcpu() argument
26 *pcluster = MPIDR_AFFINITY_LEVEL(mpidr, 1); in cpu_to_pcpu()
31 unsigned int pcpu, pcluster, ret; in mcpm_boot_secondary() local
34 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_boot_secondary()
37 __func__, cpu, pcpu, pcluster); in mcpm_boot_secondary()
39 mcpm_set_entry_vector(pcpu, pcluster, NULL); in mcpm_boot_secondary()
40 ret = mcpm_cpu_power_up(pcpu, pcluster); in mcpm_boot_secondary()
43 mcpm_set_entry_vector(pcpu, pcluster, secondary_startup); in mcpm_boot_secondary()
58 unsigned int pcpu, pcluster; in mcpm_cpu_kill() local
60 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_cpu_kill()
[all …]
/Linux-v6.1/Documentation/filesystems/
Derofs.rst290 |-> big pcluster <-|-> pcluster <-|
294 were supported. After big pcluster feature is introduced (available since
295 Linux v5.13), pcluster can be a multiple of lcluster size.
304 If big pcluster is enabled, pcluster size in lclusters needs to be recorded as
312 |<----- a big pcluster (with CBLKCNT) ------>|<-- -->|
313 a lcluster-sized pcluster (without CBLKCNT) ^
316 but it's easy to know the size of such pcluster is 1 lcluster as well.