Searched refs:spans (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt7601u/ |
A D | mac.c | 309 } 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 D | pages.c | 108 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 D | double_span.h | 18 struct interval_tree_span_iter spans[2]; member
|
/linux-6.3-rc2/Documentation/arm/samsung/ |
A D | overview.rst | 8 The Samsung range of ARM SoCs spans many similar devices, from the initial
|
/linux-6.3-rc2/arch/m68k/ifpsp060/ |
A D | iskeleton.S | 187 | spans two pages. 254 | Note: the routine must unlock two pages if the operand spans
|
/linux-6.3-rc2/Documentation/driver-api/cxl/ |
A D | memory-devices.rst | 253 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 D | sched-capacity.rst | 288 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 D | sched-domains.rst | 10 Each scheduling domain spans a number of CPUs (stored in the ->span field).
|
/linux-6.3-rc2/Documentation/x86/ |
A D | buslock.rst | 17 Since the operand spans two cache lines and the operation must be atomic,
|
/linux-6.3-rc2/Documentation/arm/ |
A D | kernel_user_helpers.rst | 265 - Due to the length of this sequence, this spans 2 conventional kuser
|
/linux-6.3-rc2/Documentation/driver-api/nvdimm/ |
A D | nvdimm.rst | 181 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 D | memory-model.rst | 9 spans a contiguous range up to the maximal address. It could be,
|
/linux-6.3-rc2/Documentation/sound/soc/ |
A D | dapm.rst | 19 DAPM spans the whole machine. It covers power control within the entire
|
/linux-6.3-rc2/Documentation/networking/ |
A D | switchdev.rst | 487 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 D | hwspinlock.rst | 430 * struct hwspinlock_device - a device which usually spans numerous hwspinlocks
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | map_sockmap.rst | 225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()``
|
/linux-6.3-rc2/Documentation/input/devices/ |
A D | elantech.rst | 704 w3..w0 = finger width (spans how many trace lines)
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-ima.rst | 188 Note: If the table_load data spans across multiple IMA 'dm_table_load'
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | memory-hotplug.rst | 361 multiple zones or spans multiple nodes; such memory blocks
|
Completed in 34 milliseconds