Searched refs:SIGTERM (Results 26 - 50 of 111) sorted by relevance

12345

/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c328 ret = kill(pid, SIGTERM); /* success */
344 if (sig == SIGTERM)
374 ret = sigaction(SIGTERM, &act, NULL);
/linux-master/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h78 allow_signal(SIGTERM);
/linux-master/arch/sparc/include/uapi/asm/
H A Dsignal.h55 #define SIGTERM 15 macro
/linux-master/samples/bpf/
H A Dibumad_user.c113 signal(SIGTERM, dump_exit);
H A Doffwaketime_user.c130 signal(SIGTERM, int_exit);
H A Dxdp_adjust_tail_user.c180 signal(SIGTERM, int_exit);
H A Dtracex2_user.c147 signal(SIGTERM, int_exit);
/linux-master/tools/bpf/bpftool/
H A Dtracelog.c147 sigaction(SIGTERM, &act, NULL);
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.c148 kill(pid, SIGTERM);
H A Dptrace-tm-spd-gpr.c142 kill(pid, SIGTERM);
H A Dptrace-tm-gpr.c133 kill(pid, SIGTERM);
H A Dptrace-tm-spd-tar.c147 kill(pid, SIGTERM);
H A Dptrace-tm-tar.c134 kill(pid, SIGTERM);
/linux-master/samples/hid/
H A Dhid_mouse.c147 signal(SIGTERM, int_exit);
H A Dhid_surface_dial.c216 signal(SIGTERM, int_exit);
/linux-master/tools/perf/ui/tui/
H A Dsetup.c171 signal(SIGTERM, ui__signal);
/linux-master/tools/thermal/tmon/
H A Dtmon.c103 case SIGTERM:
279 if (signal(SIGTERM, tmon_sig_handler) == SIG_ERR)
280 syslog(LOG_DEBUG, "Cannot handle SIGTERM\n");
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_cpuset.c133 (void)kill(object_pid, SIGTERM);
219 (void)kill(object_pid, SIGTERM);
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-daemon.c137 case SIGTERM:
170 sigaction(SIGTERM, &sig_actions, NULL);
/linux-master/arch/um/os-Linux/
H A Dmain.c137 install_fatal_handler(SIGTERM);
/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c110 sigaddset(&wset, SIGTERM);
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c196 signal(SIGTERM, cleanup);
H A Dxdp_redirect_multi.c183 signal(SIGTERM, int_exit);
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c403 signal(SIGTERM, stop_handler);
420 signal(SIGTERM, SIG_DFL);
437 signal(SIGTERM, stop_handler);
446 signal(SIGTERM, SIG_DFL);
/linux-master/scripts/
H A Dcoccicheck107 trap kill_running SIGTERM SIGINT

Completed in 191 milliseconds

12345