Lines Matching full:pointers
61 pointers of different types.
71 Plain Pointers
78 Pointers printed without a specifier extension (i.e unadorned %p) are
96 Error Pointers
103 For printing error pointers (i.e. a pointer for which IS_ERR() is true)
108 Symbols/Function Pointers
141 Probed Pointers from BPF / tracing
155 Kernel Pointers
162 For printing kernel pointers which should be hidden from unprivileged
168 section about %p above for discussion about how to manage hashing pointers
178 For printing pointers when you *really* want to print the address. Please
180 kernel memory layout before printing pointers with %px. %px is functionally
183 printing pointers we will be better equipped to find the call sites.
204 printk("test: difference between pointers: %td\n", ptr2 - ptr1);
439 For printing name of block_device pointers.