Home
last modified time | relevance | path

Searched full:intersection (Results 1 – 25 of 124) sorted by relevance

12345

/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/linux/lib/
H A Dcpumask.c160 * @src1p: first &cpumask for intersection
161 * @src2p: second &cpumask for intersection
164 * their intersection.
166 * Returns >= nr_cpu_ids if the intersection is empty.
/openbmc/qemu/system/
H A Dmemory_mapping.c65 * [phys_addr, phys_addr + length) have intersection?
77 * [phys_addr, phys_addr + length) have intersection. The virtual address in the
78 * intersection are the same?
89 * [virt_addr, virt_addr + length) have intersection. And the physical address
90 * in the intersection are the same.
/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/linux/Documentation/devicetree/bindings/input/
H A Domap-keypad.txt5 A key can be placed at each intersection of a unique row and a unique column.
H A Dtwl4030-keypad.txt5 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 Dmediatek,mt6779-keypad.yaml18 A key can be placed at each intersection of a unique row and a unique column.
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/qemu/scripts/
H A Dundefsym.py44 lines = sorted(staticlib_syms.intersection(modules_undef_syms))
H A Dcpu-x86-uarch-abi.py159 # Find the intersection of features in all CPU models satisfying this ABI
/openbmc/linux/include/media/
H A Dv4l2-rect.h112 * v4l2_rect_intersect() - calculate the intersection of two rects.
113 * @r: intersection of @r1 and @r2.
/openbmc/bmcweb/redfish-core/include/
H A Dprivileges.hpp201 * @brief Returns the intersection of two Privilege sets.
208 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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gtt_mgr.c208 * amdgpu_gtt_mgr_intersects - test for intersection
215 * Simplified intersection test, only interesting if we need GART or not.
/openbmc/linux/drivers/nvdimm/
H A Dbadrange.c121 /* Skip intervals with no intersection */ in badrange_forget()
224 /* Discard intervals with no intersection */ in badblocks_populate()
/openbmc/u-boot/scripts/
H A Dbuild-whitelist.sh50 # If scripts/config_whitelist.txt already exists, take the intersection of the
/openbmc/linux/Documentation/nvdimm/
H A Dmaintainer-entry-profile.rst18 persistent memory sits at the intersection of storage and memory there
/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/qemu/util/
H A Dreserved-region.c82 } else { /* intersection on the upper range */ in resv_region_list_insert()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_rect.c37 * Calculate the intersection of rectangles @r1 and @r2.
38 * @r1 will be overwritten with the intersection.
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.h451 * Intersection between what the output side composes and the capture side
461 * The intersection of the framebuffer, the overlay output window and
/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/tools/testing/memblock/tests/
H A Dbasic_api.c167 * and has size of two regions minus their intersection. The total size of
219 * and has size of two regions minus their intersection. The total size of
632 * has size of two regions minus their intersection. The total size of the
685 * has size of two regions minus their intersection. The total size of the
1119 * Expect that only the intersection of both regions is removed from the
1173 * Expect that only the intersection of both regions is removed from the
1552 * Expect that only the intersection of both regions is freed. The
1601 * Expect that only the intersection of both regions is freed. The

12345