Searched refs:sleep_state (Results 1 – 1 of 1) sorted by relevance
49 static constexpr char sleep_state[] = "mem"; variable95 LOG(VERBOSE) << "write " << sleep_state << " to " << sys_power_state; in suspend_thread_func()96 success = WriteStringToFd(sleep_state, state_fd); in suspend_thread_func()216 return WriteStringToFd(sleep_state, state_fd) ? 0 : -1; in force_suspend()