| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 28 kill-gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/procps/ |
| H A D | procps_3.3.17.bb | 3 the /proc filesystem. The package includes the programs ps, top, vmstat, w, kill, and skill." 56 base_bindir_progs += "kill pidof ps watch" 64 ALTERNATIVE:${PN}-doc = "kill.1 uptime.1" 65 ALTERNATIVE_LINK_NAME[kill.1] = "${mandir}/man1/kill.1"
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | util.c | 94 if (kill(getpid(), SIGABRT) < 0) in uml_abort() 122 kill(0, SIGTERM); in os_dump_core() 128 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0010-gdbserver-ctrl-c-handling.patch | 11 group leader, then the "kill (-signal_pid, SIGINT)" returns error and 33 - ::kill (-signal_pid, SIGINT); 34 + ::kill (signal_pid, SIGINT);
|
| /OK3568_Linux_fs/buildroot/package/libteam/ |
| H A D | 0003-increase-wait-time-for-daemon-kill.patch | 6 In the current code, we wait for at most 5s when kill the daemon pid. 8 failed and return error "Failed to kill daemon: Timer expired". 36 teamd_log_warn("Failed to kill daemon: %s",
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H 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
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | tlb.c | 359 mm_idp->kill = 1; in fix_range_common() 482 goto kill; in flush_tlb_page() 486 goto kill; in flush_tlb_page() 490 goto kill; in flush_tlb_page() 494 goto kill; in flush_tlb_page() 498 goto kill; in flush_tlb_page() 533 goto kill; in flush_tlb_page() 540 kill: in flush_tlb_page()
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H 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()
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| 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…
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_console_sandbox.py | 57 def kill(self, sig): member in ConsoleSandbox 68 self.p.kill(sig)
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/util-linux/ |
| H A D | util-linux_2.37.4.bb | 71 --enable-fsck --enable-kill --enable-last --enable-mesg \ 162 binprogs_a="dmesg getopt kill more umount mount login su mountpoint" 200 # kill causes a conflict with coreutils-native (if ${bindir}==${base_bindir}) 203 rm -f ${D}${base_bindir}/kill 236 ALTERNATIVE_LINK_NAME[kill] = "${base_bindir}/kill" 272 blkid.8 eject.1 findfs.8 fsck.8 kill.1 last.1 lastb.1 libblkid.3 logger.1 mesg.1 \ 281 ALTERNATIVE_LINK_NAME[kill.1] = "${mandir}/man1/kill.1"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/ |
| H A D | 0001-lat_fifo-Fix-cleanup-sequence.patch | 27 - kill(state->pid, 15); 28 + kill(state->pid, SIGKILL);
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/wifi/intel/ |
| H 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"
|