Home
last modified time | relevance | path

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

/linux/arch/arm/common/
H A 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/Documentation/filesystems/
H A Derofs.rst339 |-> big pcluster <-|-> pcluster <-|
343 were supported. After big pcluster feature is introduced (available since
344 Linux v5.13), pcluster can be a multiple of lcluster size.
353 If big pcluster is enabled, pcluster size in lclusters needs to be recorded as
361 |<----- a big pcluster (with CBLKCNT) ------>|<-- -->|
362 a lcluster-sized pcluster (without CBLKCNT) ^
365 but it's easy to know the size of such pcluster is 1 lcluster as well.
367 Since Linux v6.1, each pcluster can be used for multiple variable-sized extents,