Searched defs:printk (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/um/include/shared/ |
| H A D | user.h | 42 #define printk(...) _printk(__VA_ARGS__) macro 49 static inline int printk(const char *fmt, ...) in printk() function
|
| /linux/tools/virtio/linux/ |
| H A D | printk.h | 3 #define printk printf macro
|
| /linux/tools/testing/memblock/linux/ |
| H A D | printk.h | 16 #define printk printf macro
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | lru_bug.c | 21 int printk(void *ctx) in printk() function
|
| /linux/tools/testing/shared/linux/ |
| H A D | kernel.h | 16 #define printk printf macro
|
| /linux/arch/alpha/boot/ |
| H A D | bootloader.lds | 4 printk = srm_printk; symbol
|
| /linux/samples/bpf/ |
| H A D | test_lwt_bpf.c | 18 # define printk(fmt, ...) \ macro
|
| /linux/include/linux/raid/ |
| H A D | pq.h | 175 # define printk printf macro
|
| /linux/tools/perf/util/ |
| H A D | trace-event-parse.c | 236 char *printk; in parse_ftrace_printk() local
|
| /linux/rust/kernel/ |
| H A D | device.rs | 373 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk() method
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 1082 printk chapter
|
| /linux/include/linux/ |
| H A D | printk.h | 512 #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) macro
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipsec.c | 39 #define printk(fmt, ...) \ macro
|
| /linux/kernel/trace/ |
| H A D | trace.h | 112 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk) argument
|