Home
last modified time | relevance | path

Searched refs:SwapState (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/basic/
Dunit-def.h176 typedef enum SwapState { enum
188 } SwapState; typedef
319 const char* swap_state_to_string(SwapState i) _const_;
320 SwapState swap_state_from_string(const char *s) _pure_;
Dunit-def.c243 DEFINE_STRING_TABLE_LOOKUP(swap_state, SwapState);
/systemd-251/src/core/
Dswap.c48 static bool SWAP_STATE_WITH_PROCESS(SwapState state) { in SWAP_STATE_WITH_PROCESS()
538 static void swap_set_state(Swap *s, SwapState state) { in swap_set_state()
539 SwapState old_state; in swap_set_state()
573 SwapState new_state = SWAP_DEAD; in swap_coldplug()
756 static int state_to_kill_operation(Swap *s, SwapState state) { in state_to_kill_operation()
767 static void swap_enter_signal(Swap *s, SwapState state, SwapResult f) { in swap_enter_signal()
1002 SwapState state; in swap_deserialize_item()
Dswap.h73 SwapState state, deserialized_state;
/systemd-251/src/systemctl/
Dsystemctl.c369 DUMP_STRING_TABLE(swap_state, SwapState, _SWAP_STATE_MAX); in help_states()