| /linux/rust/syn/ |
| H A D | custom_punctuation.rs | 84 pub spans: $crate::custom_punctuation_repr!($($tt)+), 90 spans: __S, 94 spans: $crate::__private::IntoSpans::into_spans(spans) 131 let spans: $crate::custom_punctuation_repr!($($tt)+) = localVariable 133 Ok($ident(spans)) 155 … $crate::__private::print_punct($crate::stringify_punct!($($tt)+), &self.spans, tokens)
|
| H A D | token.rs | 340 pub spans: [Span; $len], 345 pub fn $name<S: IntoSpans<[Span; $len]>>(spans: S) -> $name { 347 spans: spans.into_spans(), 354 spans: [Span::call_site(); $len], 413 printing::punct($token, &self.spans, tokens); 422 spans: parsing::punct(input, $token)?, 1006 let mut spans = [input.span(); N]; localVariable 1007 punct_helper(input, token, &mut spans)?; 1008 Ok(spans) 1011 fn punct_helper(input: ParseStream, token: &str, spans: &mut [Span]) -> Result<()> { in punct_helper() [all …]
|
| H A D | pat.rs | 771 RangeLimits::HalfOpen(dot_dot) => (dot_dot.spans[0], dot_dot.spans[1]), in pat_slice() 773 (dot_dot_eq.spans[0], dot_dot_eq.spans[2]) in pat_slice()
|
| H A D | expr.rs | 1606 let spans: &[Span] = match &range.limits { in trailer_expr() localVariable 1607 RangeLimits::HalfOpen(limits) => &limits.spans, in trailer_expr() 1608 RangeLimits::Closed(limits) => &limits.spans, in trailer_expr() 1611 spans[0], in trailer_expr() 1612 *spans.last().unwrap(), in trailer_expr() 2950 Ok(RangeLimits::Closed(Token)) in parse_obsolete()
|
| H A D | ty.rs | 1142 let span = variadic.dots.spans[0]; in to_tokens()
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H 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/drivers/iommu/iommufd/ |
| H A D | pages.c | 112 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) { in interval_tree_double_span_iter_update() 113 if (interval_tree_span_iter_done(&iter->spans[i])) { in interval_tree_double_span_iter_update() 118 if (iter->spans[i].is_hole) { in interval_tree_double_span_iter_update() 119 last_hole = min(last_hole, iter->spans[i].last_hole); in interval_tree_double_span_iter_update() 124 iter->start_used = iter->spans[i].start_used; in interval_tree_double_span_iter_update() 125 iter->last_used = min(iter->spans[i].last_used, last_hole); in interval_tree_double_span_iter_update() 130 iter->start_hole = iter->spans[0].start_hole; in interval_tree_double_span_iter_update() 132 min(iter->spans[0].last_hole, iter->spans[1].last_hole); in interval_tree_double_span_iter_update() 144 for (i = 0; i != ARRAY_SIZE(iter->spans); i++) in interval_tree_double_span_iter_first() 145 interval_tree_span_iter_first(&iter->spans[i], iter->itrees[i], in interval_tree_double_span_iter_first() [all …]
|
| H A D | double_span.h | 18 struct interval_tree_span_iter spans[2]; member
|
| /linux/Documentation/arch/arm/samsung/ |
| H A D | overview.rst | 8 The Samsung range of ARM SoCs spans many similar devices, from the initial
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | iskeleton.S | 187 | spans two pages. 254 | Note: the routine must unlock two pages if the operand spans
|
| /linux/Documentation/driver-api/cxl/platform/ |
| H A D | acpi.rst | 58 * CEDT CFMWS Memory regions spans a platform memory hole.
|
| /linux/Documentation/driver-api/cxl/ |
| H A D | theory-of-operation.rst | 253 example mem3 can participate in one or more of a PMEM interleave that spans two 255 memory interleave that spans 2 Host Bridges, and a Volatile memory interleave
|
| /linux/Documentation/scheduler/ |
| H A D | sched-capacity.rst | 289 level that spans all unique CPU capacity values. 290 - The SD_ASYM_CPUCAPACITY flag will be set for any sched_domain that spans 320 hierarchy of CPUs 0-1 spans a single capacity value: SD_ASYM_CPUCAPACITY isn't
|
| /linux/Documentation/arch/arm/ |
| H A D | kernel_user_helpers.rst | 265 - Due to the length of this sequence, this spans 2 conventional kuser
|
| /linux/Documentation/maintainer/ |
| H A D | feature-and-driver-maintainers.rst | 7 The term "maintainer" spans a very wide range of levels of engagement
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | README | 98 Each test is an atomic unit. A test that for whatever reason spans multiple test
|
| /linux/Documentation/mm/ |
| H A D | memory-model.rst | 9 spans a contiguous range up to the maximal address. It could be,
|
| /linux/Documentation/networking/ |
| H 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/Documentation/bpf/ |
| H A D | map_sockmap.rst | 225 be assigned, even if the data spans multiple ``sendmsg()`` or ``sendfile()``
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ima.rst | 188 Note: If the table_load data spans across multiple IMA 'dm_table_load'
|