Home
last modified time | relevance | path

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

/linux/drivers/android/binder/range_alloc/
H A Dmod.rs99 struct Range<T> { struct
105 impl<T> Range<T> { argument
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst335 .. _uclamp-interfaces:
/linux/rust/syn/
H A Dprecedence.rs26 Range, enumerator
/linux/rust/kernel/ptr/
H A Dprojection.rs89 unsafe impl<T> ProjectIndex<[T]> for core::ops::Range<usize> { implementation