Searched refs:SwapState (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dunit-name.h183 typedef enum SwapState { enum
196 } SwapState; typedef in typeref:enum:SwapState
358 const char* swap_state_to_string(SwapState i) _const_;
359 SwapState swap_state_from_string(const char *s) _pure_;
H A Dunit-name.c1005 DEFINE_STRING_TABLE_LOOKUP(swap_state, SwapState);
/systemd/src/core/
H A Dswap.h85 SwapState state, deserialized_state;
H A Dswap.c483 static void swap_set_state(Swap *s, SwapState state) {
484 SwapState old_state;
522 SwapState new_state = SWAP_DEAD;
689 static void swap_enter_signal(Swap *s, SwapState state, SwapResult f) {
902 SwapState state;

Completed in 274 milliseconds