Lines Matching refs:xmon_on
80 static int xmon_on = IS_ENABLED(CONFIG_XMON_DEFAULT); variable
850 if (!xmon_on) { in force_enable_xmon()
852 xmon_on = 1; in force_enable_xmon()
3942 if (!xmon_on) in sysrq_handle_xmon()
3981 xmon_on = !!val; in xmon_dbgfs_set()
3982 xmon_init(xmon_on); in xmon_dbgfs_set()
3985 if (!xmon_on) { in xmon_dbgfs_set()
3997 *val = xmon_on; in xmon_dbgfs_get()
4020 xmon_on = 0; in early_parse_xmon()
4025 xmon_on = 1; in early_parse_xmon()
4028 xmon_on = 1; in early_parse_xmon()
4031 xmon_on = 1; in early_parse_xmon()
4035 xmon_on = 1; in early_parse_xmon()
4038 xmon_on = 0; in early_parse_xmon()
4048 if (xmon_on) in xmon_setup()