/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-page_range_tree.c | 57 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 D | undefsym.py | 44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
|
H A D | meson-buildoptions.py | 144 return not ({"enabled", "disabled"}.intersection(opt["choices"]))
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | twl4030-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | omap-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | mediatek,mt6779-keypad.yaml | 18 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | gpio-matrix-keypad.txt | 5 placed at each intersection of a unique row and a unique column. The matrix
|
H A D | samsung-keypad.txt | 5 A key can be placed at each intersection of a unique row and a unique column.
|
H A D | brcm,bcm-keypad.txt | 5 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 D | data-structure-v9.rst | 16 drbd_peer_device object sits at each intersection between a drbd_device and a
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | privileges.hpp | 208 Privileges intersection(const Privileges& p) const in intersection() function in redfish::Privileges
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | features_check.bbclass | 50 conflicts = set.intersection(conflict_features, features)
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | bcm_sf2.rst | 111 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 D | dbus_privileges.hpp | 83 userPrivileges.intersection(redfish::Privileges{"ConfigureSelf"}); in isUserPrivileged()
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | __init__.py | 63 candidate_set = candidate_set.intersection(
|
/openbmc/linux/Documentation/nvdimm/ |
H A D | maintainer-entry-profile.rst | 18 persistent memory sits at the intersection of storage and memory there
|
/openbmc/openbmc/poky/scripts/lib/ |
H A D | buildstats.py | 351 common = recipes2.intersection(recipes1)
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-domains.rst | 24 read only data after they have been set up. The intersection of cpumasks from
|
/openbmc/linux/Documentation/security/ |
H A D | landlock.rst | 118 that is the intersection of the constraints from the current domain and those
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | numa_memory_policy.rst | 268 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 D | compatibility.rst | 232 on the target of the migration, you get the intersection of the
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | migration-2.3.rst | 501 is :term:`DISTRO_FEATURES_NATIVE` added to an intersection of
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 507 intersec = conflicts.intersection(set(pkgconfig))
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
H A D | 0001-Make-ndiff-support-python3.patch | 716 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 D | rest_dbus.py | 1416 if not set(self.request_methods).intersection(verbs):
|