Home
last modified time | relevance | path

Searched refs:pairing (Results 1 – 13 of 13) sorted by relevance

/linux/arch/arm/common/
A DbL_switcher.c524 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 == -1) in bL_switcher_cpu_pre()
/linux/include/linux/mtd/
A Dmtd.h294 const struct mtd_pairing_scheme *pairing; member
454 const struct mtd_pairing_scheme *pairing) in mtd_set_pairing_scheme() argument
456 mtd->pairing = pairing; in mtd_set_pairing_scheme()
/linux/drivers/mtd/
A Dmtdcore.c447 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info()
448 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info()
492 if (master->pairing && master->pairing->get_wunit) in mtd_pairing_info_to_wunit()
493 return mtd->pairing->get_wunit(master, info); in mtd_pairing_info_to_wunit()
513 if (!master->pairing || !master->pairing->ngroups) in mtd_pairing_groups()
516 return master->pairing->ngroups; in mtd_pairing_groups()
613 !master->pairing || master->_writev)) in add_mtd_device()
/linux/tools/memory-model/Documentation/
A Dglossary.txt69 Cycle: Memory-barrier pairing is restricted to a pair of CPUs, as the
71 that is required. In other cases, the notion of pairing must be
133 Pairing: "Memory-barrier pairing" reflects the fact that synchronizing
137 pairing also occurs with other types of operations, so that a
A Drecipes.txt341 The B/C pairing is an example of the MP pattern using smp_wmb() on the
378 This pairing of a control dependency in CPU0() with a full memory
381 The A/D pairing from the ring-buffer use case shown earlier also
/linux/Documentation/devicetree/bindings/arm/bcm/
A Dbrcm,brcmstb.txt40 - brcm,write-pairing:
42 supports write-pairing.
59 brcm,write-pairing;
/linux/Documentation/core-api/
A Dgfp_mask-from-fs-io.rst50 Please note that the proper pairing of save/restore functions
/linux/Documentation/firmware-guide/acpi/
A Dacpi-lid.rst104 to the userspace by always pairing "closed" input events with complement
/linux/Documentation/fb/
A Dudlfb.rst8 pairing that with a hardware framebuffer (16MB) on the other end of the
/linux/Documentation/admin-guide/LSM/
A DSafeSetID.rst74 without pairing them with other namespace types, which is not always an option.
/linux/Documentation/
A Dmemory-barriers.txt57 - SMP barrier pairing.
395 dependency barriers; see the "SMP barrier pairing" subsection.
431 write barriers; see the "SMP barrier pairing" subsection.
448 see the "SMP barrier pairing" subsection.
924 always be paired. A lack of appropriate pairing is almost certainly an error.
/linux/Documentation/RCU/
A Dchecklist.rst240 of course a must. One example of non-obvious pairing is
/linux/drivers/hid/
A DKconfig577 Logitech receivers are capable of pairing multiple Logitech compliant

Completed in 24 milliseconds