Home
last modified time | relevance | path

Searched refs:intersection (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/hw/hyperv/
H A Dhv-balloon-page_range_tree.c57 uint64_t intersection; in hvb_page_range_tree_insert() local
75 intersection = page_range_intersection_size(range, start, count); in hvb_page_range_tree_insert()
80 (!intersection && !joinable)) { in hvb_page_range_tree_insert()
98 *dupcount += intersection; in hvb_page_range_tree_insert()
112 intersection = page_range_intersection_size(rangecur, in hvb_page_range_tree_insert()
116 if (!intersection && !joinable) { in hvb_page_range_tree_insert()
122 *dupcount += intersection; in hvb_page_range_tree_insert()
/openbmc/qemu/scripts/
H A Dundefsym.py44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
H A Dmeson-buildoptions.py144 return not ({"enabled", "disabled"}.intersection(opt["choices"]))
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dtwl4030-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Dmediatek,mt6779-keypad.yaml18 A key can be placed at each intersection of a unique row and a unique column.
H A Dgpio-matrix-keypad.txt5 placed at each intersection of a unique row and a unique column. The matrix
H A Dsamsung-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Dbrcm,bcm-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst16 drbd_peer_device object sits at each intersection between a drbd_device and a
/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp208 Privileges intersection(const Privileges& p) const in intersection() function in redfish::Privileges
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dfeatures_check.bbclass50 conflicts = set.intersection(conflict_features, features)
/openbmc/linux/Documentation/networking/dsa/
H A Dbcm_sf2.rst111 MAC controller wake-on logic. Whenever Wake-on-LAN is requested, an intersection
113 capabilities is done and the intersection result gets configured. During
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp83 userPrivileges.intersection(redfish::Privileges{"ConfigureSelf"}); in isUserPrivileged()
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D__init__.py63 candidate_set = candidate_set.intersection(
/openbmc/linux/Documentation/nvdimm/
H A Dmaintainer-entry-profile.rst18 persistent memory sits at the intersection of storage and memory there
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py351 common = recipes2.intersection(recipes1)
/openbmc/linux/Documentation/scheduler/
H A Dsched-domains.rst24 read only data after they have been set up. The intersection of cpumasks from
/openbmc/linux/Documentation/security/
H A Dlandlock.rst118 that is the intersection of the constraints from the current domain and those
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst268 applied to their intersection. If the two sets of nodes do not
500 MPOL_F_RELATIVE_NODES is not used, the intersection of the set of nodes
/openbmc/qemu/docs/devel/migration/
H A Dcompatibility.rst232 on the target of the migration, you get the intersection of the
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.3.rst501 is :term:`DISTRO_FEATURES_NATIVE` added to an intersection of
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass507 intersec = conflicts.intersection(set(pkgconfig))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-Make-ndiff-support-python3.patch716 for addr in sorted(addrset_a.intersection(addrset_b)):
736 for hostname in sorted(hostnameset_a.intersection(hostnameset_b)):
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py1416 if not set(self.request_methods).intersection(verbs):

12