/linux/tools/perf/tests/attr/ |
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) 48 perf record --call-graph dwarf kill (test-record-graph-dwarf) 51 perf record -e '{cycles,instructions}' kill (test-record-group1) 58 perf record -R kill (test-record-raw) 59 perf stat -e cycles kill (test-stat-basic) 60 perf stat kill (test-stat-default) 64 perf stat --group -e cycles,instructions kill (test-stat-group) [all …]
|
/linux/include/linux/ |
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/Documentation/devicetree/bindings/power/reset/ |
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/fs/ |
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()
|
A D | inode.c | 1883 int kill = 0; in should_remove_suid() local 1887 kill = ATTR_KILL_SUID; in should_remove_suid() 1894 kill |= ATTR_KILL_SGID; in should_remove_suid() 1897 return kill; in should_remove_suid() 1927 struct dentry *dentry, int kill) in __remove_privs() argument 1931 newattrs.ia_valid = ATTR_FORCE | kill; in __remove_privs() 1947 int kill; in file_remove_privs() local 1959 kill = dentry_needs_remove_privs(dentry); in file_remove_privs() 1960 if (kill < 0) in file_remove_privs() 1961 return kill; in file_remove_privs() [all …]
|
/linux/tools/testing/selftests/powerpc/ |
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/arch/um/os-Linux/ |
A D | util.c | 95 if (kill(getpid(), SIGABRT) < 0) in uml_abort() 123 kill(0, SIGTERM); in os_dump_core() 129 kill(0, SIGCONT); in os_dump_core()
|
A 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()
|
/linux/tools/testing/selftests/powerpc/signal/ |
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()
|
A D | sig_sc_double_restart.c | 36 kill(getpid(), SIGUSR2); in SIGUSR1_handler() 147 kill(pid, SIGUSR1); in test_restart()
|
/linux/Documentation/vm/ |
A 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
|
/linux/security/apparmor/ |
A 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()
|
/linux/tools/testing/selftests/proc/ |
A D | setns-dcache.c | 41 kill(pid, SIGTERM); in f() 108 kill(pid, SIGTERM); in main()
|
A D | setns-sysvipc.c | 40 kill(pid, SIGTERM); in f() 107 kill(pid, SIGTERM); in main()
|
/linux/tools/testing/selftests/perf_events/ |
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/arch/um/kernel/ |
A D | tlb.c | 347 mm_idp->kill = 1; in fix_range_common() 471 goto kill; in flush_tlb_page() 475 goto kill; in flush_tlb_page() 479 goto kill; in flush_tlb_page() 483 goto kill; in flush_tlb_page() 518 goto kill; in flush_tlb_page() 525 kill: in flush_tlb_page()
|
/linux/Documentation/networking/device_drivers/wifi/intel/ |
A 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"
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
A D | sysrq.rst | 44 64 = 0x40 - 使能对进程的信号操作 (term, kill, oom-kill) 196 ``term(e)`` 和 ``kill(i)`` 用于当你有些有点失控的进程,你无法通过其他方式杀掉
|
/linux/tools/testing/selftests/breakpoints/ |
A D | breakpoint_test.c | 141 kill(getpid(), SIGUSR1); in check_trapped() 216 kill(getpid(), SIGUSR1); in trigger_tests() 261 kill(getpid(), SIGUSR1); in trigger_tests()
|
/linux/tools/testing/selftests/pidfd/ |
A D | pidfd_wait.c | 109 kill(getpid(), SIGSTOP); in TEST() 110 kill(getpid(), SIGSTOP); in TEST() 177 kill(getpid(), SIGSTOP); in TEST()
|
/linux/tools/testing/selftests/uevent/ |
A D | uevent_filtering.c | 231 ret = kill(self, SIGKILL); in set_death_signal() 326 ret = kill(pid, SIGTERM); /* success */ in do_test() 328 ret = kill(pid, SIGUSR1); /* error */ in do_test()
|
/linux/tools/testing/nvdimm/test/ |
A D | iomap.c | 105 if (pgmap->ops && pgmap->ops->kill) in nfit_test_kill() 106 pgmap->ops->kill(pgmap); in nfit_test_kill() 136 if (pgmap->ops && (pgmap->ops->kill || pgmap->ops->cleanup)) in __wrap_devm_memremap_pages() 146 if (!pgmap->ops || !pgmap->ops->kill || !pgmap->ops->cleanup) { in __wrap_devm_memremap_pages()
|
/linux/mm/ |
A D | memremap.c | 117 if (pgmap->ops && pgmap->ops->kill) in dev_pagemap_kill() 118 pgmap->ops->kill(pgmap); in dev_pagemap_kill() 366 if (pgmap->ops && (pgmap->ops->kill || pgmap->ops->cleanup)) in memremap_pages() 376 if (!pgmap->ops || !pgmap->ops->kill || !pgmap->ops->cleanup) { in memremap_pages()
|
/linux/tools/testing/selftests/powerpc/pmu/ |
A D | lib.c | 92 kill(child_pid, SIGTERM); in kill_child_and_wait() 145 kill(pid, SIGKILL); in eat_cpu()
|
/linux/tools/testing/selftests/powerpc/ptrace/ |
A D | ptrace-perf-hwbreak.c | 127 kill(getpid(), SIGUSR1); /* --> parent (SIGUSR1) */ in child() 298 kill(cpid, SIGINT); in test5() 425 kill(cpid, SIGINT); in test9() 566 kill(cpid, SIGINT); in test14()
|