Searched refs:always_kmsg_dump (Results 1 – 5 of 5) sorted by relevance
85 controlled by the printk.always_kmsg_dump boot param.
46 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
151 ``printk.always_kmsg_dump`` boot param: if unset, it'll be KMSG_DUMP_OOPS,
4503 printk.always_kmsg_dump=
3945 static bool always_kmsg_dump; variable3946 module_param_named(always_kmsg_dump, always_kmsg_dump, bool, S_IRUGO | S_IWUSR);3986 max_reason = always_kmsg_dump ? KMSG_DUMP_MAX : in kmsg_dump()
Completed in 19 milliseconds