Home
last modified time | relevance | path

Searched refs:Item (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/rust/alloc/
Dboxed.rs1808 type Item = I::Item; typedef
1809 fn next(&mut self) -> Option<I::Item> { in next() argument
1815 fn nth(&mut self, n: usize) -> Option<I::Item> { in nth() argument
1818 fn last(self) -> Option<I::Item> { in last() argument
1824 type Item; typedef
1825 fn last(self) -> Option<Self::Item>; in last() argument
1829 type Item = I::Item; typedef
1830 default fn last(self) -> Option<I::Item> { in last() argument
1844 fn last(self) -> Option<I::Item> { in last() argument
1851 fn next_back(&mut self) -> Option<I::Item> { in next_back() argument
[all …]
Dslice.rs624 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output in concat() argument
626 Self: Concat<Item>, in concat()
750 pub trait Concat<Item: ?Sized> {
/Linux-v6.1/rust/alloc/vec/
Dinto_iter.rs149 type Item = T; typedef
209 unsafe fn __iterator_get_unchecked(&mut self, i: usize) -> Self::Item in __iterator_get_unchecked()
361 type Item = T; typedef
363 fn as_into_iter(&mut self) -> &mut IntoIter<Self::Item> { in as_into_iter() argument
Dmod.rs2636 fn from_iter<I: IntoIterator<Item = T>>(iter: I) -> Vec<T> { in from_iter() argument
2643 type Item = T; typedef
2685 type Item = &'a T; typedef
2695 type Item = &'a mut T; typedef
2707 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) { in extend() argument
2726 fn extend_desugared<I: Iterator<Item = T>>(&mut self, mut iterator: I) { in extend_desugared() argument
2789 I: IntoIterator<Item = T>, in splice() argument
2863 fn extend<I: IntoIterator<Item = &'a T>>(&mut self, iter: I) { in extend() argument
Ddrain_filter.rs66 type Item = T; typedef
Ddrain.rs86 type Item = T; typedef
/Linux-v6.1/Documentation/filesystems/ext4/
Dblocks.rst23 * - Item
85 * - Item
/Linux-v6.1/Documentation/filesystems/
Dxfs-delayed-logging-design.rst543 and as such are stored in the Active Item List (AIL) which is a LSN-ordered
558 called the Committed Item List (CIL). The list tracks log items that have been
638 Log Item <-> log vector 1 -> memory buffer
641 Log Item <-> log vector 2 -> memory buffer
647 Log Item <-> log vector N-1 -> memory buffer
650 Log Item <-> log vector N -> memory buffer
661 | -> Log Item
665 | -> Log Item
672 | -> Log Item
676 -> Log Item
[all …]
Dconfigfs.rst402 Item Aggregation Via symlink(2)
/Linux-v6.1/Documentation/admin-guide/gpio/
Dgpio-sim.rst56 **Item:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog``
/Linux-v6.1/fs/reiserfs/
Ditem_ops.c734 #error Item types must use disk-format assigned values.
/Linux-v6.1/tools/perf/scripts/python/
Dexported-sql-viewer.py220 def Item(self, parent): member in TreeModel
227 result = self.Item(parent).childCount()
234 return self.Item(parent).hasChildren()
253 child_item = self.Item(parent).getChildItem(row)
291 def Item(self, parent): member in TableModel
/Linux-v6.1/Documentation/scsi/
DChangeLog.ncr53c8xx249 - DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).
DChangeLog.sym53c8xx578 - DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).