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()
4011 if (!xmon_on) in sysrq_handle_xmon()
4050 xmon_on = !!val; in xmon_dbgfs_set()
4051 xmon_init(xmon_on); in xmon_dbgfs_set()
4054 if (!xmon_on) { in xmon_dbgfs_set()
4066 *val = xmon_on; in xmon_dbgfs_get()
4089 xmon_on = 0; in early_parse_xmon()
4094 xmon_on = 1; in early_parse_xmon()
4097 xmon_on = 1; in early_parse_xmon()
4100 xmon_on = 1; in early_parse_xmon()
4104 xmon_on = 1; in early_parse_xmon()
4107 xmon_on = 0; in early_parse_xmon()
4117 if (xmon_on) in xmon_setup()