Searched refs:SIGTERM (Results 101 - 112 of 112) sorted by relevance

12345

/linux-master/tools/perf/
H A Dbuiltin-kwork.c1877 signal(SIGTERM, sig_handler);
2179 signal(SIGTERM, sig_handler);
H A Dbuiltin-kvm.c1484 signal(SIGTERM, sig_handler);
H A Dbuiltin-top.c670 signal(SIGTERM, display_sig);
H A Dbuiltin-record.c2380 signal(SIGTERM, sig_handler);
2817 kill(rec->evlist->workload.pid, SIGTERM);
H A Dbuiltin-lock.c2139 signal(SIGTERM, sighandler);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1239 kill(tunnel_pid, SIGTERM);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2478 send_sig(SIGTERM, bus->watchdog_tsk, 1);
4098 allow_signal(SIGTERM);
4560 send_sig(SIGTERM, bus->watchdog_tsk, 1);
/linux-master/samples/bpf/
H A Dxdp_sample_user.c1247 sigaddset(&st, SIGTERM);
/linux-master/kernel/
H A Daudit.c2399 (sig == SIGTERM || sig == SIGHUP ||
/linux-master/tools/perf/util/
H A Devlist.c1438 signal(SIGTERM, SIG_DFL);
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4733 /* This should never complete as it should get a SIGTERM */
4747 EXPECT_EQ(kill(pid, SIGTERM), 0);
4751 * due to the SIGTERM signal.
4755 EXPECT_EQ(SIGTERM, WTERMSIG(status));
/linux-master/drivers/usb/gadget/function/
H A Df_mass_storage.c2571 allow_signal(SIGTERM);

Completed in 356 milliseconds

12345