| /kernel/linux/linux-5.10/tools/perf/tests/attr/ |
| D | README | 35 perf record kill (test-record-basic) 36 perf record -b kill (test-record-branch-any) 37 perf record -j any kill (test-record-branch-filter-any) 38 perf record -j any_call kill (test-record-branch-filter-any_call) 39 perf record -j any_ret kill (test-record-branch-filter-any_ret) 40 perf record -j hv kill (test-record-branch-filter-hv) 41 perf record -j ind_call kill (test-record-branch-filter-ind_call) 42 perf record -j k kill (test-record-branch-filter-k) 43 perf record -j u kill (test-record-branch-filter-u) 44 perf record -c 123 kill (test-record-count) [all …]
|
| /kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
| D | signal_test_001.cpp | 83 int ret = kill(10, 0); // 10, kill process pid. in TestCase() 88 ret = kill(99999, 0); // 99999, kill process pid. in TestCase() 93 ret = kill(10, 31); // 10, kill process pid; 31, signal. in TestCase() 98 ret = kill(10, 32); // 10, kill process pid; 32, signal. in TestCase() 104 ret = kill(2, 32); // 2, kill process pid; 32, signal. in TestCase() 111 ret = kill(2, 5); // 2, kill process pid; 5, signal. in TestCase() 117 ret = kill(3, 5); // 3, kill process pid; 5, signal. in TestCase() 123 ret = kill(0, 5); // 5, kill sigal num. in TestCase() 129 ret = kill(1, 5); // 5, kill signal num . in TestCase()
|
| D | signal_test_010.cpp | 81 retValue = kill(fpid, SIGUSR1); in TestSigWait() 84 retValue = kill(fpid, SIGALRM); in TestSigWait() 87 retValue = kill(fpid, SIGALRM); in TestSigWait()
|
| D | signal_test_015.cpp | 67 retValue = kill(fpid, SIGUSR1); in TestPauseNormal() 71 retValue = kill(fpid, SIGPWR); in TestPauseNormal() 92 retValue = kill(fpid, SIGKILL); in TestPauseNormal()
|
| D | signal_test_040.cpp | 82 kill(pid, SIGHUP); in TestCase() 84 kill(pid, SIGUSR1); in TestCase()
|
| D | signal_test_011.cpp | 78 retValue = kill(fpid, SIGUSR1); in TestSigTimeWait() 81 retValue = kill(fpid, SIGALRM); in TestSigTimeWait()
|
| D | signal_test_018.cpp | 80 retValue = kill(fpid, SIGUSR1); in TestSigTimeWaitKillProcess() 83 retValue = kill(fpid, SIGKILL); in TestSigTimeWaitKillProcess()
|
| D | signal_test_020.cpp | 161 retValue = kill(fpid, SIGUSR1); in TestSigSuspend() 165 retValue = kill(fpid, SIGINT); in TestSigSuspend() 198 retValue = kill(getpid(), SIGINT); in TestSigSuspend()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fs_pin.h | 9 void (*kill)(struct fs_pin *); member 14 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *)) in init_fs_pin() 19 p->kill = kill; in init_fs_pin()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
| D | ltc2952-poweroff.txt | 5 A full powerdown can be triggered via the kill signal. 12 - kill-gpios: phandle + gpio-specifier for the GPIO connected to the 13 chip's kill line 19 until an explicit kill signal is received 28 kill-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
| /kernel/linux/linux-5.10/fs/ |
| D | fs_struct.c | 100 int kill; in exit_fs() local 104 kill = !--fs->users; in exit_fs() 107 if (kill) in exit_fs() 137 int kill; in unshare_fs_struct() local 144 kill = !--fs->users; in unshare_fs_struct() 149 if (kill) in unshare_fs_struct()
|
| /kernel/liteos_a/testsuites/unittest/security/capability/smoke/ |
| D | cap_test_001.cpp | 87 kill(capheader.pid, 0); in TestChild() 95 kill(capheader.pid, 0); in TestChild() 103 kill(capheader.pid, 0); in TestChild() 111 kill(capheader.pid, 0); in TestChild() 126 ret = kill(pid, SIGXFSZ); in TestChild() 130 ret = kill(pid, SIGXFSZ); in TestChild()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
| D | harness.c | 62 kill(-pid, SIGKILL); in run_test() 66 kill(-pid, SIGTERM); in run_test() 74 kill(-pid, SIGTERM); in run_test()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/signal/ |
| D | sigreturn_vdso.c | 89 kill(getpid(), SIGUSR1); in test_sigreturn_vdso() 101 kill(getpid(), SIGUSR1); in test_sigreturn_vdso() 117 kill(getpid(), SIGUSR1); in test_sigreturn_vdso()
|
| D | sig_sc_double_restart.c | 36 kill(getpid(), SIGUSR2); in SIGUSR1_handler() 147 kill(pid, SIGUSR1); in test_restart()
|
| /kernel/linux/linux-5.10/arch/um/os-Linux/ |
| D | util.c | 94 if (kill(getpid(), SIGABRT) < 0) in uml_abort() 122 kill(0, SIGTERM); in os_dump_core() 128 kill(0, SIGCONT); in os_dump_core()
|
| D | process.c | 95 kill(pid, SIGALRM); in os_alarm_process() 100 kill(pid, SIGSTOP); in os_stop_process() 105 kill(pid, SIGKILL); in os_kill_process() 117 kill(pid, SIGKILL); in os_kill_ptraced_process()
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | hwpoison.rst | 12 kill the processes associated with it and avoid using it in the future. 66 early kill 73 late kill 76 Note some pages are always handled as late kill. 85 Enable early kill mode globally 88 Set early/late kill mode/revert to system default 96 Early kill 98 Late kill
|
| /kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
| D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
| D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | lib.c | 308 perms->kill = ALL_PERMS_MASK; in aa_apply_modes_to_perms() 354 accum->kill |= addend->kill & ~addend->allow; in aa_perms_accum_raw() 373 accum->kill |= addend->kill & ~accum->allow; in aa_perms_accum() 447 if (denied & perms->kill) in aa_check_perms()
|
| /kernel/linux/linux-5.10/arch/um/kernel/ |
| D | tlb.c | 359 mm_idp->kill = 1; in fix_range_common() 482 goto kill; in flush_tlb_page() 486 goto kill; in flush_tlb_page() 490 goto kill; in flush_tlb_page() 494 goto kill; in flush_tlb_page() 498 goto kill; in flush_tlb_page() 533 goto kill; in flush_tlb_page() 540 kill: in flush_tlb_page()
|
| /kernel/liteos_a/testsuites/unittest/libc/io/full/ |
| D | IO_test_pselect_002.cpp | 103 retval = kill(pid, SIGALRM); in testcase() 106 retval = kill(pid, SIGUSR1); in testcase()
|
| D | IO_test_epoll_002.cpp | 115 retval = kill(pid, SIGALRM); in testcase() 118 retval = kill(pid, SIGUSR1); in testcase()
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/intel/ |
| D | ipw2100.rst | 177 0 RF kill not enabled (radio on) 178 1 SW based RF kill active (radio off) 179 2 HW based RF kill active (radio off) 180 3 Both HW and SW RF kill active (radio off) 186 0 If SW based RF kill active, turn the radio back on 187 1 If radio is on, activate SW based RF kill 192 If you enable the SW based RF kill and then toggle the HW 193 based RF kill from ON -> OFF -> ON, the radio will NOT come back on 204 RF kill switch"
|