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