/linux-4.1.27/tools/perf/tests/attr/ |
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 …]
|
D | test-record-basic | 3 args = kill >/dev/null 2>&1
|
D | test-record-no-samples | 3 args = -n kill >/dev/null 2>&1
|
D | test-record-freq | 3 args = -F 100 kill >/dev/null 2>&1
|
D | test-record-graph-default | 3 args = -g kill >/dev/null 2>&1
|
D | test-stat-basic | 3 args = -e cycles kill >/dev/null 2>&1
|
D | test-record-raw | 3 args = -R kill >/dev/null 2>&1
|
D | test-record-no-inherit | 3 args = -i kill >/dev/null 2>&1
|
D | test-record-period | 3 args = -c 100 -P kill >/dev/null 2>&1
|
D | test-record-count | 3 args = -c 123 kill >/dev/null 2>&1
|
D | test-record-graph-fp | 3 args = --call-graph fp kill >/dev/null 2>&1
|
D | test-record-branch-any | 3 args = -b kill >/dev/null 2>&1
|
D | test-record-branch-filter-any | 3 args = -j any kill >/dev/null 2>&1
|
D | test-record-branch-filter-hv | 3 args = -j hv kill >/dev/null 2>&1
|
D | test-record-no-delay | 3 args = -D kill >/dev/null 2>&1
|
D | test-stat-no-inherit | 3 args = -i -e cycles kill >/dev/null 2>&1
|
D | test-record-branch-filter-any_ret | 3 args = -j any_ret kill >/dev/null 2>&1
|
D | test-record-branch-filter-any_call | 3 args = -j any_call kill >/dev/null 2>&1
|
D | test-record-branch-filter-u | 3 args = -j u kill >/dev/null 2>&1
|
D | test-record-branch-filter-ind_call | 3 args = -j ind_call kill >/dev/null 2>&1
|
D | test-record-branch-filter-k | 3 args = -j k kill >/dev/null 2>&1
|
D | test-record-data | 3 args = -d kill >/dev/null 2>&1
|
D | test-stat-group1 | 3 args = -e '{cycles,instructions}' kill >/dev/null 2>&1
|
D | test-stat-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-stat-C0 | 3 args = -e cycles -C 0 kill >/dev/null 2>&1
|
D | test-record-graph-dwarf | 3 args = --call-graph dwarf -- kill >/dev/null 2>&1
|
D | test-record-C0 | 3 args = -C 0 kill >/dev/null 2>&1
|
D | test-record-group | 3 args = --group -e cycles,instructions kill >/dev/null 2>&1
|
D | test-record-group1 | 3 args = -e '{cycles,instructions}' kill >/dev/null 2>&1
|
D | test-record-group-sampling | 3 args = -e '{cycles,cache-misses}:S' kill >/dev/null 2>&1
|
D | test-stat-default | 3 args = kill >/dev/null 2>&1
|
D | test-stat-detailed-1 | 3 args = -d kill >/dev/null 2>&1
|
D | test-stat-detailed-2 | 3 args = -dd kill >/dev/null 2>&1
|
D | test-stat-detailed-3 | 3 args = -ddd kill >/dev/null 2>&1
|
/linux-4.1.27/include/linux/ |
D | fs_pin.h | 8 void (*kill)(struct fs_pin *); member 13 static inline void init_fs_pin(struct fs_pin *p, void (*kill)(struct fs_pin *)) in init_fs_pin() 18 p->kill = kill; in init_fs_pin()
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
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>;
|
/linux-4.1.27/fs/ |
D | fs_struct.c | 98 int kill; in exit_fs() local 102 kill = !--fs->users; in exit_fs() 105 if (kill) in exit_fs() 135 int kill; in unshare_fs_struct() local 142 kill = !--fs->users; in unshare_fs_struct() 147 if (kill) in unshare_fs_struct()
|
D | fs_pin.c | 49 p->kill(p); in pin_kill()
|
D | inode.c | 1643 int kill = 0; in should_remove_suid() local 1647 kill = ATTR_KILL_SUID; in should_remove_suid() 1654 kill |= ATTR_KILL_SGID; in should_remove_suid() 1656 if (unlikely(kill && !capable(CAP_FSETID) && S_ISREG(mode))) in should_remove_suid() 1657 return kill; in should_remove_suid() 1663 static int __remove_suid(struct dentry *dentry, int kill) in __remove_suid() argument 1667 newattrs.ia_valid = ATTR_FORCE | kill; in __remove_suid()
|
D | pipe.c | 533 int kill = 0; in put_pipe_info() local 538 kill = 1; in put_pipe_info() 542 if (kill) in put_pipe_info()
|
/linux-4.1.27/arch/um/os-Linux/ |
D | util.c | 93 if (kill(getpid(), SIGABRT) < 0) in uml_abort() 121 kill(0, SIGTERM); in os_dump_core() 127 kill(0, SIGCONT); in os_dump_core()
|
D | process.c | 94 kill(pid, SIGSTOP); in os_stop_process() 99 kill(pid, SIGKILL); in os_kill_process() 111 kill(pid, SIGKILL); in os_kill_ptraced_process()
|
D | start_up.c | 38 kill(pid, SIGKILL); in ptrace_child() 40 kill(pid, SIGSTOP); in ptrace_child()
|
D | umid.c | 176 if ((kill(p, 0) == 0) || (errno != ESRCH)) { in is_umdir_used()
|
/linux-4.1.27/tools/testing/selftests/powerpc/ |
D | harness.c | 60 kill(-pid, SIGKILL); in run_test() 64 kill(-pid, SIGTERM); in run_test() 72 kill(-pid, SIGTERM); in run_test()
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-flush.S | 50 # kill cached PGE value 55 # kill AMPR-cached TLB values 94 # kill cached PGE value 134 # kill cached PGE value 162 # kill cached PGE value
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 5 kill the processes associated with it and avoid using it in the future. 58 early kill 65 late kill 68 Note some pages are always handled as late kill. 78 Enable early kill mode globally 81 Set early/late kill mode/revert to system default 84 PR_MCE_KILL_EARLY: Early kill 85 PR_MCE_KILL_LATE: Late kill
|
D | unevictable-lru.txt | 144 the control group to thrash or to OOM-kill tasks.
|
/linux-4.1.27/arch/mn10300/mm/ |
D | cache-inv-by-tag.S | 194 mov d2,(L1_CACHE_WAYDISP*0,a0) # kill the tag 208 mov d2,(L1_CACHE_WAYDISP*1,a0) # kill the tag 222 mov d2,(L1_CACHE_WAYDISP*2,a0) # kill the tag 236 mov d2,(L1_CACHE_WAYDISP*3,a0) # kill the tag
|
/linux-4.1.27/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 139 kill(getpid(), SIGUSR1); in check_trapped() 214 kill(getpid(), SIGUSR1); in trigger_tests() 259 kill(getpid(), SIGUSR1); in trigger_tests()
|
/linux-4.1.27/Documentation/networking/ |
D | README.ipw2100 | 163 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"
|
D | README.ipw2200 | 293 0 = RF kill not enabled (radio on) 294 1 = SW based RF kill active (radio off) 295 2 = HW based RF kill active (radio off) 296 3 = Both HW and SW RF kill active (radio off) 298 0 = If SW based RF kill active, turn the radio back on 299 1 = If radio is on, activate SW based RF kill 301 NOTE: If you enable the SW based RF kill and then toggle the HW 302 based RF kill from ON -> OFF -> ON, the radio will NOT come back on
|
D | arcnet.txt | 512 D_DURING or more, it would be a REALLY good idea to kill your klogd daemon
|
D | ip-sysctl.txt | 325 tcp_keepalive_probes it is time to kill not responding connection, 345 and tune network services to linger and kill such states
|
D | rxrpc.txt | 909 before we preemptively kill it.
|
/linux-4.1.27/security/apparmor/ |
D | file.c | 139 if (sa.aad->fs.request & perms->kill) in aa_audit_file() 204 perms.kill = 0; in compute_perms() 395 lperms.kill = perms.kill; in aa_path_link()
|
D | capability.c | 84 cap_raised(profile->caps.kill, cap)) { in audit_caps()
|
D | domain.c | 106 perms.audit = perms.quiet = perms.kill = 0; in change_profile_perms() 702 perms.kill = AA_MAY_CHANGEHAT; in aa_change_hat() 713 perms.kill = AA_MAY_CHANGEHAT; in aa_change_hat()
|
/linux-4.1.27/security/apparmor/include/ |
D | capability.h | 35 kernel_cap_t kill; member
|
D | file.h | 91 u32 kill; member 97 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ |
D | lib.c | 118 kill(child_pid, SIGTERM); in kill_child_and_wait() 171 kill(pid, SIGKILL); in eat_cpu()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 18 kernel will never kill anything for this, but rather 33 triggering IO errors if needed. Note this may kill
|
D | sysfs-firmware-acpi | 176 Let's take power button fixed event for example, please kill acpid
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 397 goto kill; in flush_tlb_page() 401 goto kill; in flush_tlb_page() 405 goto kill; in flush_tlb_page() 437 goto kill; in flush_tlb_page() 443 kill: in flush_tlb_page()
|
/linux-4.1.27/drivers/tty/vt/ |
D | vc_screen.c | 96 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() local 125 kill = poll; in vcs_poll_data_get() 129 if (kill) in vcs_poll_data_get() 130 vcs_poll_data_free(kill); in vcs_poll_data_get()
|
/linux-4.1.27/drivers/input/keyboard/ |
D | lm8323.c | 440 static void lm8323_write_pwm(struct lm8323_pwm *pwm, int kill, in lm8323_write_pwm() argument 448 lm8323_write_pwm_one(pwm, i++, PWM_END(kill)); in lm8323_write_pwm() 456 int div512, perstep, steps, hz, up, kill; in lm8323_pwm_work() local 471 kill = (pwm->desired_brightness == 0); in lm8323_pwm_work() 502 lm8323_write_pwm(pwm, kill, num_cmds, pwm_cmds); in lm8323_pwm_work()
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | TODO | 10 - kill ttype.h -- done
|
/linux-4.1.27/drivers/staging/vt6655/ |
D | TODO | 10 - kill ttype.h
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | multi_ebb_procs_test.c | 98 kill(pids[i], SIGINT); in multi_ebb_procs()
|
/linux-4.1.27/lib/ |
D | klist.c | 210 static void klist_put(struct klist_node *n, bool kill) in klist_put() argument 216 if (kill) in klist_put()
|
/linux-4.1.27/Documentation/ |
D | sysrq.txt | 26 64 = 0x40 - enable signalling of processes (term, kill, oom-kill) 78 'f' - Will call oom_kill to kill a memory hog process. 138 when you would try to login. It will kill all programs on given console, 170 term(e) and kill(i) are useful if you have some sort of runaway process you 171 are unable to kill any other way, especially if it's spawning other
|
D | SAK.txt | 20 once defined, SAK will kill a running X server. If the system is in
|
D | robust-futexes.txt | 29 pthread_mutex_t, or yum is kill -9-ed), then waiters for that lock need 46 In practice, when e.g. yum is kill -9-ed (or segfaults), a system reboot
|
D | rfkill.txt | 1 rfkill - RF kill switch support
|
D | 00-INDEX | 389 - info on the radio frequency kill switch subsystem/support.
|
D | kernel-parameters.txt | 2576 oops=panic Always panic on oopses. Default is to just kill the
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-class-rfkill | 1 rfkill - radio frequency (RF) connector kill switch support
|
/linux-4.1.27/arch/um/drivers/ |
D | slirp_user.c | 94 if (kill(pri->pid, SIGHUP)<0) { in slirp_close()
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 72 That should provide enough for the admin to log in and kill a process, 81 sshd or login + bash (or some other shell) + top (or ps, kill, etc.) 388 Control how to kill processes when uncorrected memory error (typically 393 no other uptodate copy of the data it will kill to prevent any data 401 0: Only unmap the corrupted page from all processes and only kill a process 404 The kill is done using a catchable SIGBUS with BUS_MCEERR_AO, so processes can 574 the OOM killer chose the task it did to kill. 595 tasklist and select a task based on heuristics to kill. This normally 680 If this is set to 0, the kernel will kill some rogue process, 681 called oom_killer. Usually, oom_killer can kill rogue processes and [all …]
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bugfix.S | 254 | exceptional, we choose to kill the process. 342 | fpsp_fmt_error and allow the kernel to kill the process. 376 | exceptional, we choose to kill the process. 482 | to the entry point used to kill a process.
|
/linux-4.1.27/arch/mips/kernel/ |
D | vpe-cmp.c | 38 static DEVICE_ATTR(kill, S_IWUSR, NULL, store_kill);
|
D | vpe-mt.c | 277 static DEVICE_ATTR(kill, S_IWUSR, NULL, store_kill);
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 1 rfkill - radio frequency (RF) connector kill switch support
|
/linux-4.1.27/arch/alpha/lib/ |
D | stxcpy.S | 224 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 225 zap t0, t8, t0 # e0 : kill dest bytes <= null
|
D | ev6-stxcpy.S | 250 zapnot t1, t6, t1 # U : kill source bytes >= null (stall) 252 zap t0, t8, t0 # U : kill dest bytes <= null (2 cycle data stall)
|
D | stxncpy.S | 260 zapnot t0, t8, t0 # .. e1 : kill source bytes > null 261 zap t1, t8, t1 # e0 : kill dest bytes <= null
|
D | ev6-stxncpy.S | 303 zapnot t0, t8, t0 # U : kill source bytes > null 305 zap t1, t8, t1 # U : kill dest bytes <= null
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 35 $ kill -SIGSTOP 16690 36 $ kill -SIGCONT 16690
|
D | memcg_test.txt | 222 # kill malloc task. 227 Out-of-memory caused by memcg's limit will kill tasks under
|
D | memory.txt | 247 an OOM routine is invoked to select and kill the bulkiest task in the 763 * kill some tasks.
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 126 …loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) sa…
|
/linux-4.1.27/Documentation/usb/ |
D | anchors.txt | 31 is automatic. A function is provided to forcibly finish (kill)
|
/linux-4.1.27/arch/s390/kernel/ |
D | reipl.S | 113 srl %r14,1 # need to kill hi bit to avoid specification exceptions.
|
D | compat_wrapper.c | 74 COMPAT_SYSCALL_WRAP2(kill, int, pid, int, sig);
|
/linux-4.1.27/fs/nfs/ |
D | write.c | 1365 int kill = 0; in nfs_should_remove_suid() local 1369 kill = ATTR_KILL_SUID; in nfs_should_remove_suid() 1376 kill |= ATTR_KILL_SGID; in nfs_should_remove_suid() 1378 if (unlikely(kill && S_ISREG(mode))) in nfs_should_remove_suid() 1379 return kill; in nfs_should_remove_suid()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_minisocks.c | 131 goto kill; in tcp_timewait_state_process() 200 kill: in tcp_timewait_state_process()
|
/linux-4.1.27/mm/ |
D | memory-failure.c | 928 int kill = 1, forcekill; in hwpoison_user_mappings() local 971 kill = 0; in hwpoison_user_mappings() 1040 if (kill) in hwpoison_user_mappings()
|
/linux-4.1.27/Documentation/scsi/ |
D | dc395x.txt | 100 reliable driver, there is a chance, that it will kill your valuable data.
|
D | ChangeLog.sym53c8xx_2 | 124 - Use del_timer_sync() for recent kernels to kill the driver timer
|
D | ChangeLog.megaraid | 241 overcautious programming will kill your kernel ;) 254 will kill your kernel ...
|
D | ChangeLog.megaraid_sas | 225 f). Before driver kill adapter, driver will do last chance of 233 failed state. Driver will kill adapter if can't bring back FW after the
|
D | ChangeLog.lpfc | 62 - kill struct lpfc_scsi_dma_buf and embedded the two members 1386 * Free irq reservation and kill running timers when insmod or
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 52 risky for the kernel to kill a process because it defies
|
/linux-4.1.27/ipc/ |
D | msg.c | 175 static void ss_wakeup(struct list_head *h, int kill) in ss_wakeup() argument 180 if (kill) in ss_wakeup()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 105 ENTRY_SAME(kill)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 43 SYSCALL_SPU(kill)
|
/linux-4.1.27/tools/perf/ |
D | builtin-stat.c | 676 kill(child_pid, SIGTERM); in __run_perf_stat() 1495 kill(child_pid, SIGTERM); in sig_atexit() 1503 kill(getpid(), signr); in sig_atexit()
|
D | builtin-record.c | 529 kill(rec->evlist->workload.pid, SIGTERM); in __cmd_record()
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
D | process.c | 240 kill(os_getpid(), SIGSTOP); in userspace_tramp()
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmmaster.c | 1886 goto kill; in dlm_assert_master_handler() 1911 goto kill; in dlm_assert_master_handler() 1919 goto kill; in dlm_assert_master_handler() 1929 goto kill; in dlm_assert_master_handler() 2056 kill: in dlm_assert_master_handler()
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | memfd_test.c | 531 kill(pid, SIGTERM); in join_idle_thread()
|
/linux-4.1.27/Documentation/trace/ |
D | mmiotrace.txt | 71 The 'cat' process exits. If it does not, kill it by issuing 'fg' command and
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 71 62 common kill sys_kill
|
D | syscall_32.tbl | 46 37 i386 kill sys_kill
|
/linux-4.1.27/fs/jffs2/ |
D | README.Locking | 94 pointer when the garbage collection thread exits. The code to kill the
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 85 LIST_HEAD(kill); in lov_putref() 95 list_add(&tgt->ltd_kill, &kill); in lov_putref() 105 list_for_each_entry_safe(tgt, n, &kill, ltd_kill) { in lov_putref()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 998 kill(0, SIGINT); in console_input() 1139 kill(0, SIGTERM); in kill_launcher() 1174 kill(vq->thread, SIGTERM); in reset_device()
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 128 I found to do this is to kill the ipppd and
|
D | README.gigaset | 78 discipline remains active. To deactivate it, kill the daemon, for example
|
D | README | 354 any of the modules, kill iprofd first.
|
/linux-4.1.27/fs/affs/ |
D | Changes | 33 - kill kernel lock
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 363 kill <channel>:<target-id> 365 The "kill" command marks the physical drive <channel>:<target-id> as DEAD.
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1429 (never kill) to 1000 (always kill) to determine which process is targeted. The 1448 is used to determine which task to kill. Acceptable values range from -1000 1861 pid value exists (it can be learned by other means, e.g. by "kill -0 $PID"),
|
D | ramfs-rootfs-initramfs.txt | 75 same reason you can't kill the init process; rather than having special code
|
D | Locking | 484 ->ioctl() or kill the latter completely. One of the problems is that for
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 1380 ret = kill(mic->pid, SIGTERM); in mic_handle_shutdown()
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 394 I woke up, and can't go to sleep again. I'll kill some time explaining why
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2839 host% kill -USR1 20093 3184 30 kill(pid, SIGUSR1); 3471 kill -USR1 4127 4183 host% kill -STOP pid 4216 kill -CONT pid
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 362 recommended, unmount and rmmod cifs will kill them when they are 508 Do not kill cifsd (and thus hurt the other SMB session) when more than one
|
/linux-4.1.27/drivers/platform/x86/ |
D | Kconfig | 781 tristate "OLPC XO-1 software RF kill switch"
|
/linux-4.1.27/kernel/ |
D | signal.c | 2901 SYSCALL_DEFINE2(kill, pid_t, pid, int, sig) in SYSCALL_DEFINE2() argument
|
/linux-4.1.27/Documentation/security/ |
D | Smack.txt | 469 attempts. Sending a signal via the kill() system call is a write operation
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1320 completed successfully) and HALT SUBCHANNEL (to kill IO). A subchannel can have 1850 kill -SIGSEGV <gdb's pid>
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 34 # n, but then RMK will have to kill you ;).
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 579 daemon is using /dev/softsynth. First, kill the daemon. Next, remove
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 14399 andi.b &0x30,%d0 # kill precision
|