Home
last modified time | relevance | path

Searched defs:ListLinks (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/rust/kernel/
Dlist.rs146 pub struct ListLinks<const ID: u64 = 0> { struct
149 inner: Opaque<ListLinksFields>, argument
155 unsafe impl<const ID: u64> Send for ListLinks<ID> {} implementation
158 unsafe impl<const ID: u64> Sync for ListLinks<ID> {} implementation
160 impl<const ID: u64> ListLinks<ID> { impl