| /linux-6.15/rust/kernel/sync/lock/ |
| H A D | global.rs | 26 type Item: 'static; typedef 37 inner: Lock<B::Item, B::Backend>, 47 pub const unsafe fn new(data: B::Item) -> Self { in new() 98 inner: Guard<'static, B::Item, B::Backend>, 102 type Target = B::Item; 128 LockedBy<T, B::Item>: Send, 137 LockedBy<T, B::Item>: Sync, 271 type Item = $valuety;
|
| /linux-6.15/rust/kernel/ |
| H A D | rbtree.rs | 225 pub fn keys(&self) -> impl Iterator<Item = &'_ K> { in keys() argument 230 pub fn values(&self) -> impl Iterator<Item = &'_ V> { in values() argument 235 pub fn values_mut(&mut self) -> impl Iterator<Item = &'_ mut V> { in values_mut() argument 935 type Item = (&'a K, &'a V); typedef 960 type Item = (&'a K, &'a V); typedef 962 fn next(&mut self) -> Option<Self::Item> { in next() argument 969 type Item = (&'a K, &'a mut V); typedef 995 type Item = (&'a K, &'a mut V); typedef 997 fn next(&mut self) -> Option<Self::Item> { in next() argument 1015 type Item = (*mut K, *mut V); typedef [all …]
|
| H A D | list.rs | 548 type Item = ArcBorrow<'a, T>; typedef 942 type Item = ArcBorrow<'a, T>; typedef 955 type Item = ListArc<T, ID>; typedef 972 type Item = ListArc<T, ID>; typedef
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_panic_qr.rs | 383 type Item = (u16, usize); typedef 385 fn next(&mut self) -> Option<Self::Item> { in next() argument 570 type Item = u8; typedef 574 fn next(&mut self) -> Option<Self::Item> { in next() argument 824 fn draw_data(&mut self, data: impl Iterator<Item = u8>) { in draw_data() argument 856 fn draw_all(&mut self, data: impl Iterator<Item = u8>) { in draw_all() argument
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | blocks.rst | 23 * - Item 85 * - Item
|
| /linux-6.15/rust/kernel/alloc/ |
| H A D | kvec.rs | 657 type Item = &'a T; typedef 669 type Item = &'a mut T; typedef 797 type Item = T; typedef 871 type Item = T; typedef
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-delayed-logging-design.rst | 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 858 Delayed Logging: Log Item Pinning 1017 Item unlocked [all …]
|
| H A D | xfs-online-fsck-design.rst | 321 Steps for Each Scrub Item
|
| /linux-6.15/Documentation/admin-guide/gpio/ |
| H A D | gpio-sim.rst | 56 **Item:** ``/config/gpio-sim/gpio-device/gpio-bankX/lineY/hog``
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 220 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-6.15/Documentation/filesystems/ |
| H A D | configfs.rst | 401 Item Aggregation Via symlink(2)
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.ncr53c8xx | 249 - DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).
|
| H A D | ChangeLog.sym53c8xx | 578 - DEL-441 Item 2 work-around for the 53c876 rev <= 5 (0x15).
|