Home
last modified time | relevance | path

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

/linux/arch/arm/common/
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()
58 unsigned int pcpu, pcluster; in mcpm_cpu_kill() local
60 cpu_to_pcpu(cpu, &pcpu, &pcluster); in mcpm_cpu_kill()
73 unsigned int mpidr, pcpu, pcluster; in mcpm_cpu_die() local
[all …]
/linux/Documentation/filesystems/
A Derofs.rst262 |-> big pcluster <-|-> pcluster <-|
266 were supported. After big pcluster feature is introduced (available since
267 Linux v5.13), pcluster can be a multiple of lcluster size.
276 If big pcluster is enabled, pcluster size in lclusters needs to be recorded as
284 |<----- a big pcluster (with CBLKCNT) ------>|<-- -->|
285 a lcluster-sized pcluster (without CBLKCNT) ^
288 but it's easy to know the size of such pcluster is 1 lcluster as well.
/linux/fs/erofs/
A Dzdata.h75 #define z_erofs_primarycollection(pcluster) (&(pcluster)->primary_collection) argument

Completed in 5 milliseconds