Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dswap.c756 static int state_to_kill_operation(Swap *s, SwapState state) { in state_to_kill_operation() function
777 state_to_kill_operation(s, state), in swap_enter_signal()
Dmount.c913 static int state_to_kill_operation(MountState state) { in state_to_kill_operation() function
942 state_to_kill_operation(state), in mount_enter_signal()
Dsocket.c2091 static int state_to_kill_operation(Socket *s, SocketState state) { in state_to_kill_operation() function
2112 state_to_kill_operation(s, state), in socket_enter_signal()
Dservice.c1932 static int state_to_kill_operation(Service *s, ServiceState state) { in state_to_kill_operation() function
1971 kill_operation = state_to_kill_operation(s, state); in service_enter_signal()