Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dxarray.rs80 pub enum AllocKind { enum
89 pub fn new(kind: AllocKind) -> impl PinInit<Self> { in new()
91 AllocKind::Alloc => bindings::XA_FLAGS_ALLOC, in new()
92 AllocKind::Alloc1 => bindings::XA_FLAGS_ALLOC1, in new()