Searched defs:peek_next (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/x86/lib/ |
| H A D | insn.c | 52 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) macro
|
| /linux-6.15/tools/arch/x86/lib/ |
| H A D | insn.c | 52 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) macro
|
| /linux-6.15/rust/kernel/ |
| H A D | list.rs | 750 pub fn peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> { in peek_next() method
|
| H A D | rbtree.rs | 842 pub fn peek_next(&self) -> Option<(&K, &V)> { in peek_next() method
|