Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/Documentation/filesystems/
Derofs.rst258 |-> big pcluster <-|-> pcluster <-|
262 were supported. After big pcluster feature is introduced (available since
263 Linux v5.13), pcluster can be a multiple of lcluster size.
272 If big pcluster is enabled, pcluster size in lclusters needs to be recorded as
280 |<----- a big pcluster (with CBLKCNT) ------>|<-- -->|
281 a lcluster-sized pcluster (without CBLKCNT) ^
284 but it's easy to know the size of such pcluster is 1 lcluster as well.
/Linux-v5.15/fs/erofs/
Dzdata.h75 #define z_erofs_primarycollection(pcluster) (&(pcluster)->primary_collection) argument