Lines Matching refs:xmon_on
83 static int xmon_on = IS_ENABLED(CONFIG_XMON_DEFAULT); variable
855 if (!xmon_on) { in force_enable_xmon()
857 xmon_on = 1; in force_enable_xmon()
4010 if (!xmon_on) in sysrq_handle_xmon()
4049 xmon_on = !!val; in xmon_dbgfs_set()
4050 xmon_init(xmon_on); in xmon_dbgfs_set()
4053 if (!xmon_on) { in xmon_dbgfs_set()
4065 *val = xmon_on; in xmon_dbgfs_get()
4088 xmon_on = 0; in early_parse_xmon()
4093 xmon_on = 1; in early_parse_xmon()
4096 xmon_on = 1; in early_parse_xmon()
4099 xmon_on = 1; in early_parse_xmon()
4103 xmon_on = 1; in early_parse_xmon()
4106 xmon_on = 0; in early_parse_xmon()
4116 if (xmon_on) in xmon_setup()