Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/map/
H A Dqueue.rs22 fn pop(&mut self) -> Option<BpfQueueValue>; in pop() method
68 fn pop(&mut self) -> Option<BpfQueueValue> { in pop() method
116 fn pop(&mut self) -> Option<BpfQueueValue> { in pop() method
/DragonOS/kernel/crates/rust-slabmalloc/src/
H A Dpages.rs428 pub(crate) fn pop<'b>(&'b mut self) -> Option<&'a mut T> { in pop() method