Home
last modified time | relevance | path

Searched refs:luo_create_session (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/liveupdate/
H A Dluo_multi_session.c42 s_empty1_fd = luo_create_session(luo_fd, SESSION_EMPTY_1); in run_stage_1()
46 s_empty2_fd = luo_create_session(luo_fd, SESSION_EMPTY_2); in run_stage_1()
53 s_files1_fd = luo_create_session(luo_fd, SESSION_FILES_1); in run_stage_1()
64 s_files2_fd = luo_create_session(luo_fd, SESSION_FILES_2); in run_stage_1()
H A Dluo_test_utils.c31 int luo_create_session(int luo_fd, const char *name) in luo_create_session() function
143 state_session_fd = luo_create_session(luo_fd, session_name); in create_state_file()
H A Dluo_test_utils.h25 int luo_create_session(int luo_fd, const char *name);
H A Dluo_kexec_simple.c33 session_fd = luo_create_session(luo_fd, TEST_SESSION_NAME); in run_stage_1()