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,
4482 printk.always_kmsg_dump=
3621 static bool always_kmsg_dump; variable3622 module_param_named(always_kmsg_dump, always_kmsg_dump, bool, S_IRUGO | S_IWUSR);3662 max_reason = always_kmsg_dump ? KMSG_DUMP_MAX : in kmsg_dump()