Lines Matching full:reconfig
41 * RECONFIG - session is pending for reconfiguration,
53 * RECONFIG - session needs to be changed
63 * RECONFIG - session is killed and re-run with new config
70 RECONFIG, enumerator
179 pr_debug("reconfig: found new session %s\n", name); in session_config()
181 /* Trigger reconfig to start it. */ in session_config()
182 session->state = RECONFIG; in session_config()
185 pr_debug("reconfig: found current session %s\n", name); in session_config()
198 pr_debug("reconfig: session %s is changed\n", name); in session_config()
207 * trigger reconfig for the session. in session_config()
209 session->state = RECONFIG; in session_config()
302 pr_debug("reconfig: started\n"); in setup_server_config()
345 pr_info("reconfig: ruining session [%s:%d]: %s\n", in daemon_session__run()
997 pr_info("reconfig: session '%s' killed\n", session->name); in daemon__reconfig()
1003 /* Reconfig session. */ in daemon__reconfig()
1006 pr_info("reconfig: session '%s' killed\n", session->name); in daemon__reconfig()
1328 bool reconfig = false; in __cmd_start() local
1333 err = handle_config_changes(daemon, conf_fd, &reconfig); in __cmd_start()
1337 if (reconfig) in __cmd_start()