Home
last modified time | relevance | path

Searched refs:kill (Results 1 – 25 of 180) sorted by relevance

12345678

/Linux-v4.19/tools/perf/tests/attr/
DREADME35 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 …]
Dtest-record-basic3 args = kill >/dev/null 2>&1
Dtest-record-freq3 args = -F 100 kill >/dev/null 2>&1
Dtest-record-graph-default3 args = -g kill >/dev/null 2>&1
Dtest-record-no-samples3 args = -n kill >/dev/null 2>&1
Dtest-record-raw3 args = -R kill >/dev/null 2>&1
Dtest-record-no-inherit3 args = -i kill >/dev/null 2>&1
Dtest-stat-basic3 args = -e cycles kill >/dev/null 2>&1
Dtest-record-branch-any3 args = -b kill >/dev/null 2>&1
Dtest-record-branch-filter-any3 args = -j any kill >/dev/null 2>&1
Dtest-record-branch-filter-any_call3 args = -j any_call kill >/dev/null 2>&1
Dtest-record-branch-filter-any_ret3 args = -j any_ret kill >/dev/null 2>&1
Dtest-record-branch-filter-hv3 args = -j hv kill >/dev/null 2>&1
/Linux-v4.19/include/linux/
Dfs_pin.h9 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-v4.19/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt5 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>;
/Linux-v4.19/fs/
Dfs_struct.c99 int kill; in exit_fs() local
103 kill = !--fs->users; in exit_fs()
106 if (kill) in exit_fs()
136 int kill; in unshare_fs_struct() local
143 kill = !--fs->users; in unshare_fs_struct()
148 if (kill) in unshare_fs_struct()
Dinode.c1754 int kill = 0; in should_remove_suid() local
1758 kill = ATTR_KILL_SUID; in should_remove_suid()
1765 kill |= ATTR_KILL_SGID; in should_remove_suid()
1767 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in should_remove_suid()
1768 return kill; in should_remove_suid()
1797 static int __remove_privs(struct dentry *dentry, int kill) in __remove_privs() argument
1801 newattrs.ia_valid = ATTR_FORCE | kill; in __remove_privs()
1817 int kill; in file_remove_privs() local
1824 kill = dentry_needs_remove_privs(dentry); in file_remove_privs()
1825 if (kill < 0) in file_remove_privs()
[all …]
/Linux-v4.19/tools/testing/selftests/powerpc/
Dharness.c60 kill(-pid, SIGKILL); in run_test()
64 kill(-pid, SIGTERM); in run_test()
72 kill(-pid, SIGTERM); in run_test()
/Linux-v4.19/arch/um/os-Linux/
Dutil.c94 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
122 kill(0, SIGTERM); in os_dump_core()
128 kill(0, SIGCONT); in os_dump_core()
Dprocess.c95 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-v4.19/Documentation/vm/
Dhwpoison.rst12 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-v4.19/security/apparmor/
Dlib.c310 perms->kill = ALL_PERMS_MASK; in aa_apply_modes_to_perms()
356 accum->kill |= addend->kill & ~addend->allow; in aa_perms_accum_raw()
375 accum->kill |= addend->kill & ~accum->allow; in aa_perms_accum()
449 if (denied & perms->kill) in aa_check_perms()
/Linux-v4.19/Documentation/networking/
DREADME.ipw2100163 0 = RF kill not enabled (radio on)
164 1 = SW based RF kill active (radio off)
165 2 = HW based RF kill active (radio off)
166 3 = Both HW and SW RF kill active (radio off)
168 0 = If SW based RF kill active, turn the radio back on
169 1 = If radio is on, activate SW based RF kill
171 NOTE: If you enable the SW based RF kill and then toggle the HW
172 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
182 RF kill switch"
/Linux-v4.19/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c140 kill(getpid(), SIGUSR1); in check_trapped()
215 kill(getpid(), SIGUSR1); in trigger_tests()
260 kill(getpid(), SIGUSR1); in trigger_tests()
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/
Dlib.c92 kill(child_pid, SIGTERM); in kill_child_and_wait()
145 kill(pid, SIGKILL); in eat_cpu()

12345678