Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dswap.c538 static void swap_set_state(Swap *s, SwapState state) { in swap_set_state() function
605 swap_set_state(s, new_state); in swap_coldplug()
723 swap_set_state(s, s->result != SWAP_SUCCESS ? SWAP_FAILED : SWAP_DEAD); in swap_enter_dead()
740 swap_set_state(s, SWAP_ACTIVE); in swap_enter_active()
789 swap_set_state(s, state); in swap_enter_signal()
855 swap_set_state(s, SWAP_ACTIVATING); in swap_enter_activating()
884 swap_set_state(s, SWAP_DEACTIVATING); in swap_enter_deactivating()
1247 swap_set_state(swap, swap->state); in swap_process_proc_swaps()
1268 swap_set_state(swap, SWAP_ACTIVATING_DONE); in swap_process_proc_swaps()
1276 swap_set_state(swap, swap->state); in swap_process_proc_swaps()
[all …]