Home
last modified time | relevance | path

Searched refs:spans (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch15 The detection maintains a list of covered spans of the zip files
57 +/* A growable list of spans. */
64 + span_t *span; /* allocated, distinct, and sorted list of spans */
65 + size_t num; /* number of spans in the list */
66 + size_t max; /* allocated number of spans (num <= max) */
88 +/* Return true if val lies within any one of the spans in cover. */
99 + * spans already in the list. The new span covers the values beg..end-1. beg
102 + * Keep the list sorted and merge adjacent spans. Grow the allocated space for
104 + * existing spans, then 1 is returned and the new span is not added to the
122 + overlap with any existing spans. */
[all …]
H A DCVE-2019-13232_p3.patch37 + spans that cover any extra bytes at the start, the central directory,
/openbmc/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c309 } spans[] = { in mt7601u_mac_work() local
329 for (i = 0; i < ARRAY_SIZE(spans); i++) in mt7601u_mac_work()
330 for (j = 0; j < spans[i].span; j++) { in mt7601u_mac_work()
331 u32 val = mt7601u_rr(dev, spans[i].addr_base + j * 4); in mt7601u_mac_work()
333 spans[i].stat_base[j * 2] += val & 0xffff; in mt7601u_mac_work()
334 spans[i].stat_base[j * 2 + 1] += val >> 16; in mt7601u_mac_work()
337 if (spans[i].addr_base != MT_TX_AGG_CNT_BASE0 && in mt7601u_mac_work()
338 spans[i].addr_base != MT_TX_AGG_CNT_BASE1) in mt7601u_mac_work()
/openbmc/linux/drivers/iommu/iommufd/
H A Dpages.c108 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) { in interval_tree_double_span_iter_update()
109 if (interval_tree_span_iter_done(&iter->spans[i])) { in interval_tree_double_span_iter_update()
114 if (iter->spans[i].is_hole) { in interval_tree_double_span_iter_update()
115 last_hole = min(last_hole, iter->spans[i].last_hole); in interval_tree_double_span_iter_update()
120 iter->start_used = iter->spans[i].start_used; in interval_tree_double_span_iter_update()
121 iter->last_used = min(iter->spans[i].last_used, last_hole); in interval_tree_double_span_iter_update()
126 iter->start_hole = iter->spans[0].start_hole; in interval_tree_double_span_iter_update()
128 min(iter->spans[0].last_hole, iter->spans[1].last_hole); in interval_tree_double_span_iter_update()
140 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) in interval_tree_double_span_iter_first()
141 interval_tree_span_iter_first(&iter->spans[i], iter->itrees[i], in interval_tree_double_span_iter_first()
[all …]
H A Ddouble_span.h18 struct interval_tree_span_iter spans[2]; member
/openbmc/linux/Documentation/arch/arm/samsung/
H A Doverview.rst8 The Samsung range of ARM SoCs spans many similar devices, from the initial
/openbmc/linux/arch/m68k/ifpsp060/
H A Diskeleton.S187 | spans two pages.
254 | Note: the routine must unlock two pages if the operand spans
/openbmc/linux/Documentation/driver-api/cxl/
H A Dmemory-devices.rst253 example mem3 can participate in one or more of a PMEM interleave that spans to
255 memory interleave that spans 2 Host Bridges, and a Volatile memory interleave
/openbmc/linux/Documentation/scheduler/
H A Dsched-capacity.rst288 level that spans all unique CPU capacity values.
289 - The SD_ASYM_CPUCAPACITY flag will be set for any sched_domain that spans
319 hierarchy of CPUs 0-1 spans a single capacity value: SD_ASYM_CPUCAPACITY isn't
H A Dsched-domains.rst10 Each scheduling domain spans a number of CPUs (stored in the ->span field).
/openbmc/linux/Documentation/arch/x86/
H A Dbuslock.rst17 Since the operand spans two cache lines and the operation must be atomic,
/openbmc/linux/Documentation/arch/arm/
H A Dkernel_user_helpers.rst265 - Due to the length of this sequence, this spans 2 conventional kuser
/openbmc/linux/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst7 The term "maintainer" spans a very wide range of levels of engagement
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst181 single PMEM namespace is created in the REGION0-SPA-range that spans most
187 system-physical-address range, REGION1, that spans those two DIMMs as
/openbmc/hiomapd/Documentation/
H A Dmboxd.md122 specified then the default is to have a single window which spans the entire
/openbmc/phosphor-mboxd/Documentation/
H A Dmboxd.md124 single window which spans the entire reserved memory region.
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md275 uint16_t expected_id = 0x1234; // Expected ID spans both bytes.
307 uint16_t expected_id = 0xFFFF; // Expected ID spans both bytes.
/openbmc/linux/Documentation/mm/
H A Dmemory-model.rst9 spans a contiguous range up to the maximal address. It could be,
/openbmc/linux/Documentation/sound/soc/
H A Ddapm.rst19 DAPM spans the whole machine. It covers power control within the entire
/openbmc/linux/Documentation/networking/
H A Dswitchdev.rst487 untagged packets. This internal VID spans all ports of the VLAN-unaware
488 bridge. The VID corresponding to the VLAN upper interface spans the
/openbmc/openbmc/poky/documentation/
H A Dwhat-i-wish-id-known.rst193 QEMU. The information is task-based and spans the breadth of the Yocto
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst441 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
/openbmc/linux/Documentation/bpf/
H A Dmap_sockmap.rst225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()``
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst704 w3..w0 = finger width (spans how many trace lines)
/openbmc/docs/
H A DCONTRIBUTING.md340 spans across few projects) or (un)mark the change as Work-in-Progress. For that

12