Home
last modified time | relevance | path

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

12345678910>>...19

/openbmc/linux/tools/perf/tests/attr/
H A 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 …]
/openbmc/linux/include/linux/
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A 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
32 kill-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
/openbmc/linux/fs/
H A Dfs_struct.c100 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 Dattr.c71 int kill = 0; in setattr_should_drop_suidgid() local
75 kill = ATTR_KILL_SUID; in setattr_should_drop_suidgid()
77 kill |= setattr_should_drop_sgid(idmap, inode); in setattr_should_drop_suidgid()
79 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in setattr_should_drop_suidgid()
80 return kill; in setattr_should_drop_suidgid()
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst67 最好的,默认情况下注意一些页面总是被当作late kill处理。
76 全局启用early kill
79 设置early/late kill mode/revert 到系统默认值。
87 Early kill
89 Late kill
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dharness.c62 kill(-pid, SIGKILL); in run_test()
66 kill(-pid, SIGTERM); in run_test()
74 kill(-pid, SIGTERM); in run_test()
/openbmc/openbmc/poky/meta/recipes-extended/procps/
H A Dprocps_4.0.5.bb3 the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, and skill."
54 base_bindir_progs += "kill pidof ps watch"
62 ALTERNATIVE:${PN}-doc = "kill.1 uptime.1"
63 ALTERNATIVE_LINK_NAME[kill.1] = "${mandir}/man1/kill.1"
/openbmc/linux/security/apparmor/include/
H A Dperms.h73 u32 kill; /* set only when ~allow | deny */ member
111 accum->kill |= addend->kill & ~addend->allow; in aa_perms_accum_raw()
138 accum->kill |= addend->kill & ~accum->allow; in aa_perms_accum()
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c89 kill(getpid(), SIGUSR1); in test_sigreturn_vdso()
101 kill(getpid(), SIGUSR1); in test_sigreturn_vdso()
117 kill(getpid(), SIGUSR1); in test_sigreturn_vdso()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share/
H A D0001-build-Define-list-of-libc-feature-test-macros.patch6 _POSIX_C_SOURCE is needed since it uses kill() API
10 ./git/src/http.c:394:3: error: call to undeclared function 'kill'; ISO C99 and later do not support…
12 [1] https://man7.org/linux/man-pages/man2/kill.2.html
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dthingsboard-gateway.service7 ExecStop = /bin/kill -INT $MAINPID
8 ExecReload = /bin/kill -TERM $MAINPID
/openbmc/linux/arch/um/os-Linux/
H A Dutil.c96 if (kill(getpid(), SIGABRT) < 0) in uml_abort()
129 kill(0, SIGTERM); in os_dump_core()
135 kill(0, SIGCONT); in os_dump_core()
H A 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()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Ddnsmasq-noresolvconf.service10 ExecStop=/bin/kill $MAINPID
11 ExecReload=/bin/kill -HUP $MAINPID
H A Ddnsmasq-resolvconf.service12 ExecStop=/bin/kill $MAINPID
13 ExecReload=/bin/kill -HUP $MAINPID
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst10 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
/openbmc/qemu/tests/tcg/multiarch/
H A Dsigreturn-sigmask.c23 kill(getpid(), SIGUSR2); in thread_func()
42 kill(getpid(), SIGUSR1); in main()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmrelease_test.c138 if (!kill(pid, SIGKILL)) in main()
146 if (!kill(pid, SIGKILL)) in main()
154 if (kill(pid, SIGKILL)) { in main()
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dnamed.service15 ExecReload=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc reload > /dev/null 2>&1 || @BASE_BINDIR@/kill -HUP $…
17 ExecStop=@BASE_BINDIR@/sh -c '@SBINDIR@/rndc stop > /dev/null 2>&1 || @BASE_BINDIR@/kill -TERM $MAI…
/openbmc/linux/tools/testing/selftests/proc/
H A Dsetns-dcache.c41 kill(pid, SIGTERM); in f()
108 kill(pid, SIGTERM); in main()
H A Dsetns-sysvipc.c40 kill(pid, SIGTERM); in f()
107 kill(pid, SIGTERM); in main()
/openbmc/linux/samples/seccomp/
H A Ddropper.c46 struct sock_filter kill = BPF_STMT(BPF_RET+BPF_K, SECCOMP_RET_KILL); in install_filter() local
47 filter[4] = kill; in install_filter()
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dabat.patch13 kill -9 $XPID >/dev/null 2>&1
22 echo "kill process Xorg"
26 kill $XPID
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-sigrtminmax.c68 assert(kill(getpid(), SIGRTMIN) == 0); in main()
70 assert(kill(getpid(), SIGRTMAX) == 0); in main()

12345678910>>...19