/openbmc/linux/tools/perf/tests/attr/ |
H A 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 …]
|
/openbmc/linux/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()
|
/openbmc/linux/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>;
|
/openbmc/linux/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 | 71 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 D | hwpoison.rst | 67 最好的,默认情况下注意一些页面总是被当作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 D | harness.c | 62 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 D | procps_4.0.5.bb | 3 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 D | perms.h | 73 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 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()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share/ |
H A D | 0001-build-Define-list-of-libc-feature-test-macros.patch | 6 _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 D | thingsboard-gateway.service | 7 ExecStop = /bin/kill -INT $MAINPID 8 ExecReload = /bin/kill -TERM $MAINPID
|
/openbmc/linux/arch/um/os-Linux/ |
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()
|
H 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()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
H A D | dnsmasq-noresolvconf.service | 10 ExecStop=/bin/kill $MAINPID 11 ExecReload=/bin/kill -HUP $MAINPID
|
H A D | dnsmasq-resolvconf.service | 12 ExecStop=/bin/kill $MAINPID 13 ExecReload=/bin/kill -HUP $MAINPID
|
/openbmc/linux/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
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sigreturn-sigmask.c | 23 kill(getpid(), SIGUSR2); in thread_func() 42 kill(getpid(), SIGUSR1); in main()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mrelease_test.c | 138 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 D | named.service | 15 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 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()
|
/openbmc/linux/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()
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | abat.patch | 13 kill -9 $XPID >/dev/null 2>&1 22 echo "kill process Xorg" 26 kill $XPID
|
/openbmc/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-sigrtminmax.c | 68 assert(kill(getpid(), SIGRTMIN) == 0); in main() 70 assert(kill(getpid(), SIGRTMAX) == 0); in main()
|