Lines Matching full:pointers
61 pointers of different types.
71 Plain Pointers
78 Pointers printed without a specifier extension (i.e unadorned %p) are
84 Error Pointers
91 For printing error pointers (i.e. a pointer for which IS_ERR() is true)
96 Symbols/Function Pointers
117 Probed Pointers from BPF / tracing
131 Kernel Pointers
138 For printing kernel pointers which should be hidden from unprivileged
149 For printing pointers when you *really* want to print the address. Please
151 kernel memory layout before printing pointers with %px. %px is functionally
154 printing pointers we will be better equipped to find the call sites.
168 printk("test: difference between pointers: %td\n", ptr2 - ptr1);
403 For printing name of block_device pointers.