Searched refs:killed (Results 1 - 185 of 185) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchangf100.h12 bool killed; member in struct:gf100_fifo_chan
H A Dchangk104.h13 bool killed; member in struct:gk104_fifo_chan
H A Dgpfifogf100.c140 if (!list_empty(&chan->head) && !chan->killed) { gf100_fifo_gpfifo_fini()
162 if (list_empty(&chan->head) && !chan->killed) { gf100_fifo_gpfifo_init()
H A Dgpfifogk104.c174 if (list_empty(&chan->head) && !chan->killed) { gk104_fifo_gpfifo_init()
H A Dgf100.c161 chan->killed = true; gf100_fifo_recover()
H A Dgk104.c136 chan->killed = true; gk104_fifo_recover()
/linux-4.4.14/security/apparmor/include/
H A Dcapability.h28 * @kill: caps that when requested will result in the task being killed
/linux-4.4.14/arch/arm64/include/asm/
H A Dcpu_ops.h39 * from the cpu to be killed.
41 * cpu being killed.
/linux-4.4.14/drivers/staging/android/
H A Dlowmemorykiller.c4 * where processes with a range of oom_score_adj values will get killed. Specify
18 * and processes may not get killed until the normal oom killer is triggered.
/linux-4.4.14/arch/c6x/include/asm/
H A Dthread_info.h92 #define TIF_MEMDIE 17 /* OOM killer killed process */
/linux-4.4.14/samples/seccomp/
H A Dbpf-fancy.c101 /* Now get killed */ main()
/linux-4.4.14/mm/
H A Doom_kill.c71 * needlessly killed. for_each_thread()
273 * This task already has access to memory reserves and is being killed. oom_scan_process_thread()
285 * killed first if it triggers an oom, then select it. oom_scan_process_thread()
369 * them; they can't be oom killed anyway. for_each_process()
449 * Will block and wait until all OOM victims are killed.
598 * oom killed thread cannot exit because it requires the semaphore and
731 * Give the killed process a good chance to exit before trying out_of_memory()
H A Dmemcontrol.c1154 * killed to prevent needlessly killing additional tasks. task_in_mem_cgroup()
1246 * @p: Task that is going to be killed
1264 pr_cont(" killed as a result of limit of "); mem_cgroup_print_oom_info()
2063 * memory shortage. Allow dying and OOM-killed tasks to try_charge()
H A Dgup.c997 * Called without mmap_sem, but after all other threads have been killed.
H A Dmemory-failure.c698 * corrupted data and shall be killed (we installed simple
H A Dksm.c394 * current task has TIF_MEMDIE set, and will be OOM killed on return break_ksm()
H A Dhugetlb.c3539 pr_warning("PID %d killed due to inadequate hugepage pool\n", hugetlb_no_page()
H A Dvmscan.c2616 * are "out of memory" and something needs to be killed.
/linux-4.4.14/include/uapi/linux/
H A Dacct.h108 #define AXSIG 0x10 /* ... was killed by a signal */
H A Dprctl.h95 * This influences when the process gets killed on a memory corruption.
/linux-4.4.14/include/linux/
H A Doom.h17 * determine what should be killed.
H A Dpercpu-refcount.h60 __PERCPU_REF_DEAD = 1LU << 1, /* (being) killed */
229 * Increment a percpu refcount unless it has already been killed. Returns
H A Dfscache-cache.h362 #define FSCACHE_OBJECT_KILLED_BY_CACHE 7 /* T if object was killed by the cache */
H A Dpagemap.h464 * killed while waiting.
H A Dblkdev.h112 * The hash is used inside the scheduler, and killed once the
H A Dsched.h2079 #define PF_SIGNALED 0x00000400 /* killed by a signal */
/linux-4.4.14/arch/mips/jazz/
H A Dirq.c76 * killed by init_mm() arch_init_irq()
/linux-4.4.14/arch/hexagon/include/asm/
H A Dthread_info.h115 #define TIF_MEMDIE 17 /* OOM killer killed process */
/linux-4.4.14/arch/arm/kernel/
H A Dpsci_smp.c101 pr_info("CPU%d killed.\n", cpu); psci_cpu_kill()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dusb-notif.c145 case -ESHUTDOWN: /* URB killed */ i2400mu_notification_cb()
162 case -ESHUTDOWN: /* URB killed */ i2400mu_notification_cb()
/linux-4.4.14/kernel/irq/
H A Dhandle.c60 * In case the thread crashed and was killed we just pretend that __irq_wake_thread()
/linux-4.4.14/include/net/
H A Ddn_dev.h50 * Things have changed here. I've killed timer1 since it's a user space
/linux-4.4.14/arch/arm64/kernel/
H A Dpsci.c167 pr_info("CPU%d killed.\n", cpu); cpu_psci_cpu_kill()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A Dlib.c128 * We are just here to eat cpu and die. So make sure we can be killed, eat_cpu_child()
/linux-4.4.14/fs/fscache/
H A Dobject.c1048 * fscache_object_mark_killed - Note that an object was killed
1050 * @why: The reason the object was killed.
1052 * Note that an object was killed. Returns true if the object was
1053 * already marked killed, false if it wasn't.
1059 pr_err("Error: Object already killed by cache [%s]\n", fscache_object_mark_killed()
/linux-4.4.14/drivers/isdn/hisax/
H A Dst5481_usb.c139 DBG(1, "urb killed status %d", urb->status); usb_ctrl_complete()
498 DBG(1, "urb killed status %d", urb->status); usb_in_complete()
H A Dst5481_b.c180 DBG(4, "urb killed status %d", urb->status); usb_b_out_complete()
H A Dst5481_d.c391 DBG(1, "urb killed status %d", urb->status); usb_d_out_complete()
/linux-4.4.14/drivers/media/usb/stk1160/
H A Dstk1160-video.c364 stk1160_dbg("all urbs killed\n"); stk1160_cancel_isoc()
369 * Obviusly, associated urb must be killed before releasing it.
/linux-4.4.14/fs/dlm/
H A Dplock.c74 /* If a process was killed while waiting for the only plock on a file,
150 log_debug(ls, "dlm_posix_lock: wait killed %llx", dlm_posix_lock()
/linux-4.4.14/drivers/rtc/
H A Drtc-hid-sensor-time.c229 return ret; /* killed (-ERESTARTSYS) */ hid_rtc_read_time()
/linux-4.4.14/drivers/isdn/gigaset/
H A Dusb-gigaset.c373 /* The urb might have been killed. */ gigaset_read_int_callback()
377 /* killed or endpoint shutdown: don't resubmit */ gigaset_read_int_callback()
405 case -ENOENT: /* killed */ gigaset_write_bulk_callback()
406 gig_dbg(DEBUG_ANY, "%s: killed", __func__); gigaset_write_bulk_callback()
/linux-4.4.14/arch/um/kernel/
H A Dtrap.c131 * (which will retry the fault, or kill us if we got oom-killed). handle_page_fault()
/linux-4.4.14/arch/alpha/oprofile/
H A Dop_model_ev67.c104 * Instruction killed (nop, trapb)
/linux-4.4.14/fs/kernfs/
H A Dmount.c190 * @sb: super_block being killed
/linux-4.4.14/kernel/locking/
H A Dsemaphore.c92 * down_killable - acquire the semaphore unless killed
/linux-4.4.14/include/linux/sunrpc/
H A Dsched.h119 #define RPC_TASK_KILLED 0x0100 /* task was killed */
/linux-4.4.14/include/drm/ttm/
H A Dttm_lock.h236 * - Another dri client wants to render, takes the lock and is killed.
/linux-4.4.14/include/uapi/asm-generic/
H A Dsiginfo.h236 #define CLD_KILLED (__SI_CHLD|2) /* child was killed */
/linux-4.4.14/arch/mips/include/asm/
H A Dhazards.h215 * The taken branch will result in a two cycle penalty for the two killed
/linux-4.4.14/arch/mips/mm/
H A Dfault.c256 * (which will retry the fault, or kill us if we got oom-killed). __do_page_fault()
H A Dtlbex.c765 UASM_i_LW(p, pte, 0, ptr); /* Needed because SC killed our PTE */ build_huge_handler_tail()
/linux-4.4.14/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c60 * We must quiesce a dying CPU before it can be killed by the boot CPU. Because
/linux-4.4.14/drivers/xen/xenbus/
H A Dxenbus_xs.c184 * killed (xenstored application) or the other domain read_reply()
185 * has been killed or is unreachable. read_reply()
/linux-4.4.14/drivers/usb/serial/
H A Dcyberjack.c264 /* the urb might have been killed. */ cyberjack_read_int_callback()
H A Dusb_wwan.c322 /* busy also in error unless we are killed */ usb_wwan_indat_callback()
/linux-4.4.14/drivers/usb/usbip/
H A Dstub_dev.c184 * tcp_socket is freed after threads are killed so that usbip_xmit does stub_shutdown_connection()
/linux-4.4.14/drivers/usb/wusbcore/
H A Dwa-nep.c234 case -ENOENT: /* (we killed the URB)...so, no broadcast */ wa_nep_cb()
H A Dwa-xfer.c2823 case -ENOENT: /* (we killed the URB)...so, no broadcast */ wa_dti_cb()
/linux-4.4.14/drivers/lguest/
H A Dhypercalls.c35 * Or gets killed. Or, in the case of LHCALL_SHUTDOWN, both.
H A Dinterrupts_and_traps.c395 * bogus one in): if we fail here, the Guest will be killed. deliver_trap()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
H A Diwl-op-mode.h131 * the radio is killed. Return %true if the device should be stopped by
/linux-4.4.14/drivers/nfc/nfcmrvl/
H A Dusb.c102 /* -EPERM: urb is being killed; nfcmrvl_bulk_complete()
/linux-4.4.14/arch/um/os-Linux/
H A Dsigio.c29 * the descriptors closed after it is killed. So, it can't see them change.
/linux-4.4.14/net/sched/
H A Dcls_fw.c13 * Karlis Peisenieks <karlis@mt.lv> : 990415 : fw_delete killed all the filter (and kernel).
/linux-4.4.14/net/unix/
H A Dgarbage.c20 * - we gather the stuff that should not be killed into tree
H A Daf_unix.c71 * - client shutdown killed server socket.
/linux-4.4.14/arch/sh/mm/
H A Dfault.c351 * oom-killed): mm_fault_error()
/linux-4.4.14/drivers/xen/xen-pciback/
H A Dpciback_ops.c119 /* The guest could have been abruptly killed without xen_pcibk_reset_device()
H A Dpci_stub.c749 "guest with no AER driver should have been killed\n"); xen_pcibk_slot_reset()
807 "guest with no AER driver should have been killed\n"); xen_pcibk_mmio_enabled()
919 "guest with no AER driver should have been killed\n"); xen_pcibk_error_resume()
/linux-4.4.14/kernel/
H A Dfork.c828 int killed; wait_for_vfork_done() local
831 killed = wait_for_completion_killable(vfork); wait_for_vfork_done()
834 if (killed) { wait_for_vfork_done()
841 return killed; wait_for_vfork_done()
884 * trouble, say, a killed vfork parent shouldn't touch this mm. mm_release()
H A Dptrace.c53 * exiting. For PTRACE_DETACH, unless the ptracee has been killed between
491 * We rely on ptrace_freeze_traced(). It can't be killed and ptrace_detach()
H A Dcgroup.c2097 * get killed before mount is complete. for_each_root()
2100 * whether @root can be reused. If it's being killed, for_each_root()
4668 * 2. When the percpu_ref is confirmed to be visible as killed on all CPUs
5047 * This is called when the refcnt of a css is confirmed to be killed.
5110 * guarantee that the ref is seen as killed on all CPUs on return. kill_css()
5113 * css is confirmed to be seen as killed on all CPUs. kill_css()
5131 * the percpu refcnts are confirmed to be killed.
H A Dcpuset.c1038 * been OOM killed to get memory anywhere. cpuset_change_task_nodemask()
2500 * unless the task has been OOM killed as is marked TIF_MEMDIE.
2539 * been OOM killed to get memory anywhere. __cpuset_node_allowed()
H A Dsignal.c239 * cleared. If @task is already being killed or exiting, this function
/linux-4.4.14/drivers/block/
H A DDAC960.c3741 { "killed because write recovery failed", DAC960_V1_ProcessCompletedCommand()
3742 "killed because of SCSI bus reset failure", DAC960_V1_ProcessCompletedCommand()
3743 "killed because of double check condition", DAC960_V1_ProcessCompletedCommand()
3744 "killed because it was removed", DAC960_V1_ProcessCompletedCommand()
3745 "killed because of gross error on SCSI chip", DAC960_V1_ProcessCompletedCommand()
3746 "killed because of bad tag returned from drive", DAC960_V1_ProcessCompletedCommand()
3747 "killed because of timeout on SCSI command", DAC960_V1_ProcessCompletedCommand()
3748 "killed because of reset SCSI command issued from system", DAC960_V1_ProcessCompletedCommand()
3749 "killed because busy or parity error count exceeded limit", DAC960_V1_ProcessCompletedCommand()
3750 "killed because of 'kill drive' command from system", DAC960_V1_ProcessCompletedCommand()
3751 "killed because of selection timeout", DAC960_V1_ProcessCompletedCommand()
3752 "killed due to SCSI phase sequence error", DAC960_V1_ProcessCompletedCommand()
3753 "killed due to unknown status" }; DAC960_V1_ProcessCompletedCommand()
H A Dnbd.c161 dev_err(nbd_to_dev(nbd), "Connection timed out, killed receiver and sender, shutting down connection\n"); nbd_xmit_timeout()
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dorinoco_usb.c273 int killed; member in struct:request_context
332 ctx->killed = 1; ezusb_request_timerfn()
533 if (ctx->killed) { ezusb_request_out_callback()
/linux-4.4.14/fs/jffs2/
H A Dreadinode.c258 * We killed a node which set the overlapped jffs2_add_tn_to_tree()
374 * We killed a node which set the overlapped jffs2_add_tn_to_tree()
483 * We killed a node which set the overlapped jffs2_build_inode_fragtree()
H A Dnodelist.c564 they're killed. */ jffs2_kill_fragtree()
/linux-4.4.14/fs/
H A Dexec.c925 goto killed; de_thread()
953 goto killed; de_thread()
1049 killed: de_thread()
H A Dinode.c1676 /* suid always must be killed */ should_remove_suid()
H A Ddcache.c705 * else could have killed it and marked it dead. Either way, we fast_dput()
/linux-4.4.14/drivers/staging/speakup/
H A Di18n.c16 [MSG_YOU_KILLED_SPEAKUP] = "You killed speakup!",
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
H A Dllite_mmap.c348 * so that it can be killed by admin but not cause segfault by ll_fault()
/linux-4.4.14/drivers/uwb/i1480/dfu/
H A Dusb.c207 case -ENOENT: /* (we killed the URB)...so, no broadcast */ i1480_usb_neep_cb()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-coex.h145 * of WiFi frames being killed by BT.
H A Dcoex.c852 * since BT is already killed. iwl_mvm_bt_coex_is_mimo_allowed()
H A Dcoex_legacy.c1214 * since BT is already killed. iwl_mvm_bt_coex_is_mimo_allowed_old()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_req.h162 * or killed from the transfer log
H A Ddrbd_nl.c2421 * restart. We may have "killed" the receiver thread just conn_try_disconnect()
H A Ddrbd_receiver.c4769 drbd_info(device, "net_ee not empty, killed %u entries\n", i); drbd_disconnected()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_dp_mst.c595 /* encoders will get killed by normal cleanup */ intel_dp_mst_encoder_cleanup()
H A Dintel_fbc.c380 /* tasklet was killed before being run, clean up */ intel_fbc_cancel_work()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c142 /* destroy channel object, all children will be killed too */ nouveau_abi16_chan_fini()
/linux-4.4.14/arch/unicore32/mm/
H A Dfault.c296 * got oom-killed) do_pf()
/linux-4.4.14/arch/arc/kernel/
H A Dentry-compact.S225 ; User process needs to be killed with SIGBUS, but first need to get
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_expect.c252 * always killed before the conntrack itself */ nf_ct_expect_alloc()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c544 * and that the TX completion/failed tasklets is killed. ath9k_htc_tx_drain()
559 * The TX cleanup timer has already been killed. ath9k_htc_tx_drain()
/linux-4.4.14/fs/nfsd/
H A Dnfs4callback.c1037 * instead, nfsd4_run_cb_null() will detect the killed nfsd4_shutdown_callback()
1126 /* Callback channel broken, or client killed; give up: */ nfsd4_run_cb_work()
H A Dexport.c1250 * Flush exports table - called when last nfsd thread is killed
/linux-4.4.14/drivers/net/usb/
H A Dusbnet.c193 case -ENOENT: /* urb killed */ intr_complete()
285 /* Kill the interrupt URB if all submitters want it killed */ usbnet_status_stop()
309 dev_dbg(&dev->udev->dev, "killed interrupt URB for suspend\n"); __usbnet_status_stop_force()
H A Dkaweth.c615 /* we are killed - set a flag and wake the disconnect handler */ kaweth_usb_receive()
H A Dhso.c1031 /* Somebody killed our network interface... */ read_bulk_callback()
H A Dlan78xx.c2842 case -ENOENT: /* urb killed */ intr_complete()
/linux-4.4.14/drivers/usb/image/
H A Dmicrotek.c459 /* We are being killed */ mts_command_done()
/linux-4.4.14/drivers/thermal/
H A Dintel_powerclamp.c561 * sometime to exit, or gets killed later. end_power_clamp()
/linux-4.4.14/drivers/isdn/mISDN/
H A Dstack.c316 printk(KERN_DEBUG "mISDNStackd daemon for %s killed now\n", mISDNStackd()
H A Dl1oip_core.c764 /* if we got killed, signal completion */ l1oip_socket_thread()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-mv64xxx.c230 * operation that driver has given up on or the user has killed. mv64xxx_i2c_fsm()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
H A Dodp.c283 /* The MR is being killed, kill the QP as well. */ pagefault_single_data_segment()
/linux-4.4.14/drivers/media/usb/cpia2/
H A Dcpia2_usb.c518 * submitted (and must therefore be killed before they are freed).
/linux-4.4.14/drivers/misc/genwqe/
H A Dcard_base.h54 #define genwqe_kill_timeout 8 /* time until process gets killed */
H A Dcard_base.c569 genwqe_device_remove(cd); /* device removed, procs killed */ genwqe_stop()
H A Dcard_dev.c244 * This is not a bug, because a killed processed might genwqe_remove_pinnings()
H A Dcard_utils.c597 /* assumption: get_user_pages can be killed by signals. */ genwqe_user_vmap()
/linux-4.4.14/drivers/net/ieee802154/
H A Datusb.c288 if (urb->status == -ENOENT) { /* being killed */ atusb_in()
/linux-4.4.14/drivers/bluetooth/
H A Dbtusb.c630 /* -EPERM: urb is being killed; btusb_intr_complete()
719 /* -EPERM: urb is being killed; btusb_bulk_complete()
814 /* -EPERM: urb is being killed; btusb_isoc_complete()
926 /* -EPERM: urb is being killed; btusb_diag_complete()
/linux-4.4.14/drivers/char/
H A Dapm-emulation.c568 * process was killed.) apm_suspend_notifier()
/linux-4.4.14/net/core/
H A Ddatagram.c186 * * (BTW I've just killed the last cli() in IP/IPv6/core/netlink/packet
/linux-4.4.14/fs/afs/
H A Dvlocation.c521 _leave(" [killed?]"); afs_put_vlocation()
/linux-4.4.14/kernel/debug/
H A Ddebug_core.c449 pr_crit("re-enter exception: ALL breakpoints killed\n"); kgdb_reenter_check()
/linux-4.4.14/arch/m68k/mac/
H A Diop.c313 printk("IOP: oh my god, they killed the ISM IOP!\n"); iop_register_interrupts()
/linux-4.4.14/arch/ia64/kernel/
H A Dmca_drv.c178 /* This process is about to be killed itself */ mca_handler_bh()
/linux-4.4.14/arch/arm/mm/
H A Dfault.c365 * got oom-killed) do_page_fault()
/linux-4.4.14/arch/arm/vfp/
H A Dvfpmodule.c648 * a CPU has been killed, indicating that the VFP hardware doesn't contain
/linux-4.4.14/arch/arm64/mm/
H A Dfault.c365 * oom-killed). do_page_fault()
/linux-4.4.14/sound/drivers/opl3/
H A Dopl3_midi.c592 /* 4op killed by 2op, release bounded voice */ snd_opl3_note_on()
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c1559 /* If XFree killed the cursor - restore it */ intelfb_cursor()
1566 DBG_MSG("the cursor was killed - restore it !!\n"); intelfb_cursor()
/linux-4.4.14/fs/jfs/
H A Djfs_txnmgr.c2815 jfs_err("jfs_lazycommit being killed w/pending transactions!"); jfs_lazycommit()
2817 jfs_info("jfs_lazycommit being killed\n"); jfs_lazycommit()
3000 jfs_info("jfs_sync being killed"); jfs_sync()
H A Djfs_logmgr.c2358 jfs_info("jfsIOWait being killed!"); jfsIOWait()
/linux-4.4.14/kernel/time/
H A Dtimekeeping.c462 * users are removed, this can be killed. old_vsyscall_fixup()
1815 * XXX This can be killed once everyone converts update_wall_time()
/linux-4.4.14/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1824 /* Ensure they are both killed and don't exit cleanly. */
1890 /* Ensure they are both killed and don't exit cleanly. */
/linux-4.4.14/drivers/usb/storage/
H A Duas.c144 /* Sense urbs were killed, clear COMMAND_INFLIGHT manually */ uas_zap_pending()
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_core.c529 * ALPHA_KLUDGE_MCR needs to be killed. serial8250_isa_init_ports()
/linux-4.4.14/drivers/tty/
H A Dtty_io.c725 /* Account for the p->signal references we killed */ __tty_hangup()
3063 printk(KERN_NOTICE "SAK: killed process %d" __do_SAK()
3073 printk(KERN_NOTICE "SAK: killed process %d" __do_SAK()
3082 printk(KERN_NOTICE "SAK: killed process %d" __do_SAK()
H A Dn_tty.c198 /* see if ldisc has been killed - if so, this means that n_tty_kick_worker()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dobd_mount.c1134 /* If error happens in fill_super() call, @lsi will be killed there. lustre_fill_super()
/linux-4.4.14/drivers/s390/cio/
H A Ddevice_fsm.c866 * had killed the original request. ccw_device_w4sense()
/linux-4.4.14/drivers/scsi/aacraid/
H A Dcommctrl.c314 /* If someone killed the AIF aacraid thread, restart it */ next_getadapter_fib()
/linux-4.4.14/drivers/uwb/
H A Dhwa-rc.c646 case -ENOENT: /* (we killed the URB)...so, no broadcast */ hwarc_neep_cb()
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c1221 /* Only process key if canary killed */ af9015_rc_query()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dusb.c509 * removed or urb killed due to driver shutdown ath6kl_usb_recv_complete()
/linux-4.4.14/drivers/platform/x86/
H A Dfujitsu-laptop.c536 return sprintf(buf, "killed\n"); show_radios_state()
/linux-4.4.14/arch/x86/mm/
H A Dfault.c905 * oom-killed): mm_fault_error()
/linux-4.4.14/arch/alpha/kernel/
H A Dsetup.c607 /* Replace the command line, now that we've killed it with strsep. */ setup_arch()
/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dentry.S408 ;; do the RBFexit since we might have killed off the running
/linux-4.4.14/net/decnet/
H A Ddn_dev.c17 * Steve Whitehouse : Fixed bug which sometimes killed timer
/linux-4.4.14/net/sunrpc/
H A Dsched.c742 * tk_action may be NULL if the task has been killed. __rpc_execute()
/linux-4.4.14/fs/ubifs/
H A Dorphan.c437 * adds killed orphans to the deletion list, and therefore they are deleted
H A Dsuper.c1803 * orphans were killed - indicate this in the master ubifs_put_super()
/linux-4.4.14/net/ipv4/
H A Dtcp_minisocks.c220 not old duplicate and we are not in danger to be killed tcp_timewait_state_process()
/linux-4.4.14/net/mac80211/
H A Dmain.c1145 * more and the tasklet is killed. ieee80211_unregister_hw()
/linux-4.4.14/drivers/usb/core/
H A Durb.c749 * this allows all outstanding URBs to be killed starting
H A Dhcd.c1231 /* Check that the URB isn't being killed */ usb_hcd_link_urb_to_ep()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
H A Dosc_lock.c245 * thread that requested a lock was killed (and released a reference osc_lock_fini()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dimport.c1266 * a problem could still be killed or otherwise continue
/linux-4.4.14/drivers/staging/android/ion/
H A Dion.c758 * they can't be killed anyway ion_client_create()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.c41 * already killed if a resource to which a binding points
/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_usb.c610 dev_dbg_f(zd_usb_dev(usb), "urb %p killed\n", urb); zd_usb_disable_int()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
H A Dmain.c514 * killed again, right after it has recovered. carl9170_restart()
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c1693 * userland goto unnormal state. process killed. ipp_subdrv_close()
/linux-4.4.14/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1155 * If we get killed while waiting for the HPD timeout, return tda998x_connector_get_modes()
/linux-4.4.14/net/atm/
H A Dmpc.c848 /* set address if mpcd e.g. gets killed and restarted. atm_mpoa_mpoad_attach()
H A Dlec.c1187 * TLVs get freed when entry is killed lane2_associate_ind()
/linux-4.4.14/sound/oss/dmasound/
H A Ddmasound_core.c1034 everything - read, however, is killed immediately. sq_ioctl()
/linux-4.4.14/drivers/mtd/ubi/
H A Dwl.c1464 dbg_wl("background thread \"%s\" is killed", ubi->bgt_name); ubi_thread()
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmc91x.c47 * 04/07/03 Nicolas Pitre unified SMC91x driver, killed irq races,
/linux-4.4.14/fs/nfs/
H A Ddir.c1293 /* Unhash it, so that ancestors of killed async unlink nfs_dentry_delete()
H A Dwrite.c1382 /* suid always must be killed */ nfs_should_remove_suid()
/linux-4.4.14/net/vmw_vsock/
H A Dvmci_transport.c815 * if the peer VM is killed after attaching to vmci_transport_handle_detach()
/linux-4.4.14/net/irda/
H A Dirttp.c160 * killed (need user context), and we can't guarantee that here...
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_mass_storage.c2500 * Allow the thread to be killed by a signal, but set the signal mask fsg_main_thread()
/linux-4.4.14/fs/ceph/
H A Dmds_client.c2325 err = timeleft; /* killed */ ceph_mdsc_do_request()
/linux-4.4.14/fs/cifs/
H A Dsmb2pdu.c213 * retrying until process is killed or server comes smb2_reconnect()
H A Dcifssmb.c162 * retrying until process is killed or server comes cifs_reconnect_tcon()
/linux-4.4.14/drivers/s390/block/
H A Ddasd.c1655 /* check status - the request might have been killed by dyn detach */ dasd_int_handler()
/linux-4.4.14/tools/lguest/
H A Dlguest.c3258 * and ensures that the Guest won't be killed when it main()
/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c1863 /* Complete outstanding ioctls when adapter is killed */ megaraid_sas_kill_hba()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965-mac.c4455 * is killed. Hence update the killswitch state here. The il4965_irq_tasklet()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_bmap.c5258 * Unwrite the killed part of that one and xfs_bunmapi()
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6519 * should just be killed off, irrespecitve of whether ahc_reset_channel()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmcdi_pcol.h172 /* assert() has killed the MC */
/linux-4.4.14/kernel/events/
H A Dcore.c2229 * where the task could be killed and 'ctx' deactivated __perf_event_enable()
/linux-4.4.14/fs/btrfs/
H A Dextent-tree.c4902 /* Must have been killed, return */ reserve_metadata_bytes()

Completed in 6570 milliseconds