| /linux-6.15/tools/perf/tests/shell/attr/ |
| H A D | README | 35 perf record kill (test-record-basic) 44 perf record -c 123 kill (test-record-count) 45 perf record -d kill (test-record-data) 46 perf record -F 100 kill (test-record-freq) 49 perf record --call-graph dwarf kill (test-record-graph-dwarf) 52 perf record -e '{cycles,instructions}' kill (test-record-group1) 59 perf record -c 100 -P kill (test-record-period) 61 perf record -R kill (test-record-raw) 65 perf stat -e cycles kill (test-stat-basic) 66 perf stat kill (test-stat-default) [all …]
|
| /linux-6.15/include/linux/ |
| H A 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()
|
| /linux-6.15/Documentation/devicetree/bindings/power/reset/ |
| H A 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 32 kill-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
| /linux-6.15/fs/ |
| H A 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()
|
| H A D | attr.c | 67 int kill = 0; in setattr_should_drop_suidgid() local 71 kill = ATTR_KILL_SUID; in setattr_should_drop_suidgid() 73 kill |= setattr_should_drop_sgid(idmap, inode); in setattr_should_drop_suidgid() 75 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in setattr_should_drop_suidgid() 76 return kill; in setattr_should_drop_suidgid()
|
| /linux-6.15/Documentation/translations/zh_CN/mm/ |
| H A D | hwpoison.rst | 67 最好的,默认情况下注意一些页面总是被当作late kill处理。 76 全局启用early kill 79 设置early/late kill mode/revert 到系统默认值。 87 Early kill 89 Late kill
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | wait-pipe-sandbox.c | 67 if (!kill(getppid(), 0)) { in main() 90 if (!kill(getppid(), 0)) { in main() 125 if (!kill(getppid(), 0)) { in main()
|
| /linux-6.15/tools/testing/selftests/powerpc/ |
| H A D | harness.c | 62 kill(-pid, SIGKILL); in run_test() 66 kill(-pid, SIGTERM); in run_test() 74 kill(-pid, SIGTERM); in run_test()
|
| /linux-6.15/tools/testing/selftests/powerpc/signal/ |
| H A 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()
|
| H A D | sig_sc_double_restart.c | 36 kill(getpid(), SIGUSR2); in SIGUSR1_handler() 147 kill(pid, SIGUSR1); in test_restart()
|
| /linux-6.15/security/apparmor/include/ |
| H A D | perms.h | 76 u32 kill; /* set only when ~allow | deny */ member 114 accum->kill |= addend->kill & ~addend->allow; in aa_perms_accum_raw() 141 accum->kill |= addend->kill & ~accum->allow; in aa_perms_accum()
|
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | migration.c | 168 kill(getpid(), SIGHUP); 177 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0); 234 kill(getpid(), SIGHUP); 243 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0); 294 kill(getpid(), SIGHUP); 303 ASSERT_EQ(kill(self->pids[i], SIGTERM), 0);
|
| H A D | mrelease_test.c | 132 if (!kill(pid, SIGKILL)) in main() 139 if (!kill(pid, SIGKILL)) in main() 147 if (kill(pid, SIGKILL)) in main()
|
| /linux-6.15/arch/um/os-Linux/ |
| H A D | process.c | 24 kill(pid, SIGALRM); in os_alarm_process() 29 kill(pid, SIGKILL); in os_kill_process() 41 kill(pid, SIGKILL); in os_kill_ptraced_process()
|
| H A D | util.c | 96 if (kill(getpid(), SIGABRT) < 0) in uml_abort() 129 kill(0, SIGTERM); in os_dump_core() 135 kill(0, SIGCONT); in os_dump_core()
|
| /linux-6.15/Documentation/mm/ |
| H A D | hwpoison.rst | 10 kill the processes associated with it and avoid using it in the future. 62 early kill 69 late kill 72 Note some pages are always handled as late kill. 81 Enable early kill mode globally 84 Set early/late kill mode/revert to system default 92 Early kill 94 Late kill
|
| /linux-6.15/tools/testing/selftests/proc/ |
| H A D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
| H A D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
| /linux-6.15/samples/seccomp/ |
| H A D | dropper.c | 46 struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL); in install_filter() local 47 filter[4] = kill; in install_filter()
|
| /linux-6.15/tools/testing/selftests/ptrace/ |
| H A D | get_set_sud.c | 31 kill(getpid(), SIGSTOP); in TEST() 69 kill(child, SIGKILL); in TEST()
|
| /linux-6.15/tools/testing/selftests/perf_events/ |
| H A D | remove_on_exec.c | 158 EXPECT_EQ(kill(pid_exec, SIGKILL), 0); in TEST_F() 191 EXPECT_EQ(kill(pid_exec, SIGKILL), 0); in TEST_F() 220 EXPECT_EQ(kill(pids[i], SIGKILL), 0); in TEST_F()
|
| /linux-6.15/tools/testing/selftests/filesystems/ |
| H A D | utils.c | 299 (void)kill(pid, SIGKILL); in get_userns_fd_from_idmap() 403 kill(pid, SIGKILL); in create_userns_hierarchy() 413 kill(pid, SIGKILL); in create_userns_hierarchy() 421 kill(pid, SIGKILL); in create_userns_hierarchy() 429 kill(pid, SIGKILL); in create_userns_hierarchy()
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | sysrq.rst | 44 64 = 0x40 - 使能對進程的信號操作 (term, kill, oom-kill) 196 ``term(e)`` 和 ``kill(i)`` 用於當你有些有點失控的進程,你無法通過其他方式殺掉
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | sysrq.rst | 44 64 = 0x40 - 使能对进程的信号操作 (term, kill, oom-kill) 196 ``term(e)`` 和 ``kill(i)`` 用于当你有些有点失控的进程,你无法通过其他方式杀掉
|
| /linux-6.15/tools/testing/selftests/drivers/net/ |
| H A D | stats.py | 201 defer(one.kill) 203 defer(two.kill) 237 defer(stats.kill) 247 kill_updown = defer(updown.kill)
|