Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Drbtree.rs225 pub fn keys(&self) -> impl Iterator<Item = &'_ K> {
230 pub fn values(&self) -> impl Iterator<Item = &'_ V> {
235 pub fn values_mut(&mut self) -> impl Iterator<Item = &'_ mut V> {
935 type Item = (&'a K, &'a V);
960 type Item = (&'a K, &'a V); in next() argument
962 fn next(&mut self) -> Option<Self::Item> { in next()
969 type Item = (&'a K, &'a mut V);
995 type Item = (&'a K, &'a mut V); in next() argument
997 fn next(&mut self) -> Option<Self::Item> { in next()
1015 type Item argument
226 keys(&self) -> impl Iterator<Item = &'_ K> keys() argument
231 values(&self) -> impl Iterator<Item = &'_ V> values() argument
236 values_mut(&mut self) -> impl Iterator<Item = &'_ mut V> values_mut() argument
933 type Item = (&'a K, &'a V); global() typedef
958 type Item = (&'a K, &'a V); global() typedef
967 type Item = (&'a K, &'a mut V); global() typedef
993 type Item = (&'a K, &'a mut V); global() typedef
1013 type Item = (*mut K, *mut V); global() typedef
[all...]
H A Dlist.rs547 type Item = ArcBorrow<'a, T>;
652 type Item = ArcBorrow<'a, T>;
665 type Item = ListArc<T, ID>;
682 type Item = ListArc<T, ID>;
546 type Item = ArcBorrow<'a, T>; global() typedef
651 type Item = ArcBorrow<'a, T>; global() typedef
664 type Item = ListArc<T, ID>; global() typedef
681 type Item = ListArc<T, ID>; global() typedef
/linux/drivers/gpu/drm/
H A Ddrm_panic_qr.rs411 type Item = (u16, usize); typedef
413 fn next(&mut self) -> Option<Self::Item> { in next() argument
608 type Item = u8; typedef
612 fn next(&mut self) -> Option<Self::Item> { in next() argument
862 fn draw_data(&mut self, data: impl Iterator<Item = u8>) { in draw_data() argument
894 fn draw_all(&mut self, data: impl Iterator<Item = u8>) { in draw_all() argument
/linux/Documentation/filesystems/ext4/
H A Dblocks.rst23 * - Item
85 * - Item
/linux/Documentation/filesystems/xfs/
H A 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 …]
/linux/Documentation/admin-guide/gpio/
H A Dgpio-sim.rst56 **Item:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog``
/linux/tools/perf/scripts/python/
H A 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/Documentation/filesystems/
H A Dconfigfs.rst401 Item Aggregation Via symlink(2)
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx249 - DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).
H A DChangeLog.sym53c8xx578 - DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).