Lines Matching full:reconfig
40 * RECONFIG - session is pending for reconfiguration,
52 * RECONFIG - session needs to be changed
62 * RECONFIG - session is killed and re-run with new config
69 RECONFIG, enumerator
178 pr_debug("reconfig: found new session %s\n", name); in session_config()
180 /* Trigger reconfig to start it. */ in session_config()
181 session->state = RECONFIG; in session_config()
184 pr_debug("reconfig: found current session %s\n", name); in session_config()
197 pr_debug("reconfig: session %s is changed\n", name); in session_config()
206 * trigger reconfig for the session. in session_config()
208 session->state = RECONFIG; in session_config()
301 pr_debug("reconfig: started\n"); in setup_server_config()
344 pr_info("reconfig: ruining session [%s:%d]: %s\n", in daemon_session__run()
996 pr_info("reconfig: session '%s' killed\n", session->name); in daemon__reconfig()
1002 /* Reconfig session. */ in daemon__reconfig()
1005 pr_info("reconfig: session '%s' killed\n", session->name); in daemon__reconfig()
1327 bool reconfig = false; in __cmd_start() local
1332 err = handle_config_changes(daemon, conf_fd, &reconfig); in __cmd_start()
1336 if (reconfig) in __cmd_start()