Searched refs:SWAP_SUCCESS (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/core/ |
D | swap.c | 718 if (s->result == SWAP_SUCCESS) in swap_enter_dead() 721 unit_log_result(UNIT(s), s->result == SWAP_SUCCESS, swap_result_to_string(s->result)); in swap_enter_dead() 723 swap_set_state(s, s->result != SWAP_SUCCESS ? SWAP_FAILED : SWAP_DEAD); in swap_enter_dead() 737 if (s->result == SWAP_SUCCESS) in swap_enter_active() 772 if (s->result == SWAP_SUCCESS) in swap_enter_signal() 791 swap_enter_signal(s, SWAP_DEACTIVATING_SIGKILL, SWAP_SUCCESS); in swap_enter_signal() 793 swap_enter_dead_or_active(s, SWAP_SUCCESS); in swap_enter_signal() 896 s->result = SWAP_SUCCESS; in swap_cycle_clear() 956 swap_enter_signal(s, SWAP_DEACTIVATING_SIGTERM, SWAP_SUCCESS); in swap_stop() 968 swap_enter_signal(s, SWAP_DEACTIVATING_SIGKILL, SWAP_SUCCESS); in swap_stop() [all …]
|
D | swap.h | 21 SWAP_SUCCESS, enumerator
|