Searched refs:pairing (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | bL_switcher.c | 439 pr_err("%s: no CPU pairing possible\n", __func__); in bL_switcher_halve_cpus() 444 * Now let's do the pairing. We match each CPU with another CPU in bL_switcher_halve_cpus() 480 * pairing information (that includes the pairing counterparts). in bL_switcher_halve_cpus() 524 int pairing = bL_switcher_cpu_pairing[cpu]; in bL_switcher_get_logical_index() local 525 if (pairing == -1) in bL_switcher_get_logical_index() 528 (mpidr == cpu_logical_map(pairing))) in bL_switcher_get_logical_index() 757 int pairing; in bL_switcher_cpu_pre() local 762 pairing = bL_switcher_cpu_pairing[cpu]; in bL_switcher_cpu_pre() 764 if (pairing in bL_switcher_cpu_pre() [all...] |
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | bL_switcher.c | 439 pr_err("%s: no CPU pairing possible\n", __func__); in bL_switcher_halve_cpus() 444 * Now let's do the pairing. We match each CPU with another CPU in bL_switcher_halve_cpus() 480 * pairing information (that includes the pairing counterparts). in bL_switcher_halve_cpus() 524 int pairing = bL_switcher_cpu_pairing[cpu]; in bL_switcher_get_logical_index() local 525 if (pairing == -1) in bL_switcher_get_logical_index() 528 (mpidr == cpu_logical_map(pairing))) in bL_switcher_get_logical_index() 757 int pairing; in bL_switcher_cpu_pre() local 762 pairing = bL_switcher_cpu_pairing[cpu]; in bL_switcher_cpu_pre() 764 if (pairing in bL_switcher_cpu_pre() [all...] |
/kernel/linux/linux-5.10/include/linux/mtd/ |
H A D | mtd.h | 109 * struct mtd_pairing_info - page pairing information 123 * The H27UCG8T2BTR-BC datasheet describes the following pairing scheme: 144 * struct mtd_pairing_scheme - page pairing scheme description 152 * @get_wunit: converts pairing information into a write-unit (page) number. 154 * pairing information described in the info argument. It should 156 * passed pairing information. 162 * NAND page pairing scheme. Instead of exposing two big tables to do the 294 /* NAND pairing scheme, only provided for MLC/TLC NANDs */ 295 const struct mtd_pairing_scheme *pairing; member 448 const struct mtd_pairing_scheme *pairing) in mtd_set_pairing_scheme() 447 mtd_set_pairing_scheme(struct mtd_info *mtd, const struct mtd_pairing_scheme *pairing) mtd_set_pairing_scheme() argument [all...] |
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | mtd.h | 114 * struct mtd_pairing_info - page pairing information 128 * The H27UCG8T2BTR-BC datasheet describes the following pairing scheme: 149 * struct mtd_pairing_scheme - page pairing scheme description 157 * @get_wunit: converts pairing information into a write-unit (page) number. 159 * pairing information described in the info argument. It should 161 * passed pairing information. 167 * NAND page pairing scheme. Instead of exposing two big tables to do the 297 /* NAND pairing scheme, only provided for MLC/TLC NANDs */ 298 const struct mtd_pairing_scheme *pairing; member 456 const struct mtd_pairing_scheme *pairing) in mtd_set_pairing_scheme() 455 mtd_set_pairing_scheme(struct mtd_info *mtd, const struct mtd_pairing_scheme *pairing) mtd_set_pairing_scheme() argument [all...] |
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | mtdcore.c | 446 * mtd_wunit_to_pairing_info - get pairing information of a wunit 449 * @info: returned pairing information 451 * Retrieve pairing information associated to the wunit. 459 * mtd_offset_to_wunit(). @info is filled with the pairing information attached 462 * From the pairing info the MTD user can find all the wunits paired with 480 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info() 481 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info() 491 * mtd_pairing_info_to_wunit - get wunit from pairing information 493 * @info: pairing informatio [all...] |
/kernel/linux/linux-6.6/drivers/mtd/ |
H A D | mtdcore.c | 425 * mtd_wunit_to_pairing_info - get pairing information of a wunit 428 * @info: returned pairing information 430 * Retrieve pairing information associated to the wunit. 438 * mtd_offset_to_wunit(). @info is filled with the pairing information attached 441 * From the pairing info the MTD user can find all the wunits paired with 459 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info() 460 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info() 470 * mtd_pairing_info_to_wunit - get wunit from pairing information 472 * @info: pairing informatio [all...] |
Completed in 9 milliseconds