Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/mediatek/mt7601u/
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()
/linux-6.3-rc2/drivers/iommu/iommufd/
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()
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()
152 iter->last_hole == iter->spans[0].last_index) { in interval_tree_double_span_iter_next()
157 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) in interval_tree_double_span_iter_next()
[all …]
A Ddouble_span.h18 struct interval_tree_span_iter spans[2]; member
/linux-6.3-rc2/Documentation/arm/samsung/
A Doverview.rst8 The Samsung range of ARM SoCs spans many similar devices, from the initial
/linux-6.3-rc2/arch/m68k/ifpsp060/
A Diskeleton.S187 | spans two pages.
254 | Note: the routine must unlock two pages if the operand spans
/linux-6.3-rc2/Documentation/driver-api/cxl/
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
/linux-6.3-rc2/Documentation/scheduler/
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
A Dsched-domains.rst10 Each scheduling domain spans a number of CPUs (stored in the ->span field).
/linux-6.3-rc2/Documentation/x86/
A Dbuslock.rst17 Since the operand spans two cache lines and the operation must be atomic,
/linux-6.3-rc2/Documentation/arm/
A Dkernel_user_helpers.rst265 - Due to the length of this sequence, this spans 2 conventional kuser
/linux-6.3-rc2/Documentation/driver-api/nvdimm/
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
/linux-6.3-rc2/Documentation/mm/
A Dmemory-model.rst9 spans a contiguous range up to the maximal address. It could be,
/linux-6.3-rc2/Documentation/sound/soc/
A Ddapm.rst19 DAPM spans the whole machine. It covers power control within the entire
/linux-6.3-rc2/Documentation/networking/
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
/linux-6.3-rc2/Documentation/locking/
A Dhwspinlock.rst430 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
/linux-6.3-rc2/Documentation/bpf/
A Dmap_sockmap.rst225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()``
/linux-6.3-rc2/Documentation/input/devices/
A Delantech.rst704 w3..w0 = finger width (spans how many trace lines)
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/
A Ddm-ima.rst188 Note: If the table_load data spans across multiple IMA 'dm_table_load'
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dmemory-hotplug.rst361 multiple zones or spans multiple nodes; such memory blocks

Completed in 38 milliseconds