Searched refs:send_sigkill (Results 1 - 8 of 8) sorted by relevance
/systemd/src/core/ |
H A D | kill.c | 29 c->send_sigkill = true; 46 prefix, yes_no(c->send_sigkill),
|
H A D | kill.h | 42 bool send_sigkill; member in struct:KillContext
|
H A D | dbus-kill.c | 31 SD_BUS_PROPERTY("SendSIGKILL", "b", bus_property_get_bool, offsetof(KillContext, send_sigkill), SD_BUS_VTABLE_PROPERTY_CONST), 112 c->send_sigkill = b;
|
H A D | scope.c | 445 if (s->kill_context.send_sigkill) {
|
H A D | mount.c | 1268 if (m->kill_context.send_sigkill) { 1282 if (m->kill_context.send_sigkill) { 1296 if (m->kill_context.send_sigkill) {
|
H A D | swap.c | 1045 if (s->kill_context.send_sigkill) { 1055 if (s->kill_context.send_sigkill) {
|
H A D | service.c | 1538 } else if (IN_SET(state, SERVICE_STOP_SIGABRT, SERVICE_STOP_SIGTERM) && s->kill_context.send_sigkill) 1542 else if (state == SERVICE_FINAL_SIGTERM && s->kill_context.send_sigkill) 2885 if (s->kill_context.send_sigkill) { 2910 if (s->kill_context.send_sigkill) {
|
H A D | socket.c | 2612 if (s->kill_context.send_sigkill) { 2632 if (s->kill_context.send_sigkill) {
|
Completed in 36 milliseconds