Lines Matching full:pointers
60 pointers of different types.
70 Plain Pointers
77 Pointers printed without a specifier extension (i.e unadorned %p) are
95 Error Pointers
102 For printing error pointers (i.e. a pointer for which IS_ERR() is true)
107 Symbols/Function Pointers
140 Probed Pointers from BPF / tracing
154 Kernel Pointers
161 For printing kernel pointers which should be hidden from unprivileged
167 section about %p above for discussion about how to manage hashing pointers
177 For printing pointers when you *really* want to print the address. Please
179 kernel memory layout before printing pointers with %px. %px is functionally
182 printing pointers we will be better equipped to find the call sites.
203 printk("test: difference between pointers: %td\n", ptr2 - ptr1);
438 For printing name of block_device pointers.