Searched defs:printk (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/arch/um/include/shared/ |
D | user.h | 42 #define printk(...) _printk(__VA_ARGS__) macro 46 static inline int printk(const char *fmt, ...) in printk() function
|
/linux-6.1.9/tools/virtio/linux/ |
D | printk.h | 3 #define printk printf macro
|
/linux-6.1.9/tools/testing/memblock/linux/ |
D | printk.h | 16 #define printk printf macro
|
/linux-6.1.9/tools/testing/radix-tree/linux/ |
D | kernel.h | 16 #define printk printf macro
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | lru_bug.c | 21 int printk(void *ctx) in printk() function
|
/linux-6.1.9/arch/alpha/boot/ |
D | bootloader.lds | 4 printk = srm_printk; symbol
|
/linux-6.1.9/samples/bpf/ |
D | test_lwt_bpf.c | 26 # define printk(fmt, ...) \ macro
|
/linux-6.1.9/include/linux/raid/ |
D | pq.h | 171 # define printk printf macro
|
/linux-6.1.9/tools/perf/util/ |
D | trace-event-parse.c | 127 char *printk; in parse_ftrace_printk() local
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | kernel.rst | 958 printk chapter
|
/linux-6.1.9/tools/lib/traceevent/ |
D | event-parse.c | 669 char *printk; member 675 char *printk; member 725 struct printk_map *printk; in find_printk() local 3993 struct printk_map *printk; in print_str_arg() local 4535 struct printk_map *printk; in get_bprint_format() local
|
/linux-6.1.9/include/linux/ |
D | printk.h | 457 #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) macro
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | ipsec.c | 39 #define printk(fmt, ...) \ macro
|
/linux-6.1.9/kernel/trace/ |
D | trace.h | 100 #define FTRACE_ENTRY_DUP(name, name_struct, id, tstruct, printk) argument
|