Lines Matching refs:with
27 Raw pointer value SHOULD be printed with %p. The kernel supports
36 (with __builtin_extract_return_addr() translation)
41 result in the symbol name with ('S') or without ('s') offsets. Where
45 The 'B' specifier results in the symbol name with offsets and should be
48 when tail-call's are used and marked with the noreturn GCC attribute.
71 printed resource with ('R') or without ('r') a decoded flags member.
127 For printing a small buffers (up to 64 bytes long) as a hex string with
140 specifiers result in a printed address with ('M') or without ('m') byte
160 specifiers result in a printed address with ('i4') or without ('I4')
176 specifiers result in a printed address with ('I6') or without ('i6')
179 The additional 'c' specifier can be used with the 'I' specifier to
185 IPv4/IPv6 addresses (generic, with port, flowinfo, scope):
232 order with lower case hex characters will be printed.
240 For printing dentry name; if we race with d_move(), the name might be
282 %*pb output the bitmap with field width as the number of bits and %*pbl
283 output the bitmap as range list with field width as the number of bits.