| /linux/tools/tracing/rtla/src/ |
| H A D | timerlat_u.c | 104 int killed = 0; in timerlat_u_send_kill() local 112 killed++; in timerlat_u_send_kill() 117 return killed; in timerlat_u_send_kill()
|
| /linux/Documentation/security/ |
| H A D | sak.rst | 50 actually want killed. This is because these applications are 54 You can identify processes which will be killed by SAK with the 65 So ``gpm`` will be killed by SAK. This is a bug in gpm. It should
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_fence.h | 55 int notify_ref, dead, killed; member
|
| H A D | nouveau_exec.c | 186 if (unlikely(!atomic_read(&chan->killed))) in nouveau_exec_job_timeout() 379 if (unlikely(atomic_read(&chan->killed))) in nouveau_exec_ioctl_exec()
|
| H A D | nouveau_chan.c | 46 atomic_set(&chan->killed, 1); in nouveau_channel_kill() 59 if (unlikely(!atomic_read(&chan->killed))) in nouveau_channel_killed() 68 if (likely(chan && chan->fence && !atomic_read(&chan->killed))) { in nouveau_channel_idle() 158 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-recheck.sh | 57 echo "Summary: Potential hang (QEMU killed)"
|
| /linux/net/smc/ |
| H A D | smc_close.c | 72 smc->conn.killed, in smc_close_stream_wait() 101 if (conn->killed) in smc_close_final()
|
| H A D | smc_rx.c | 282 conn->killed || in smc_rx_wait() 393 if (conn->killed) in smc_rx_recvmsg()
|
| H A D | smc_cdc.c | 84 if (conn->killed) { in smc_cdc_get_free_slot() 449 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
|
| H A D | smc.h | 280 u8 killed : 1; /* abnormal termination */ member
|
| H A D | smc_ism.c | 603 if (conn && !conn->killed) in smcd_handle_irq()
|
| /linux/Documentation/mm/ |
| H A D | overcommit-accounting.rst | 24 killed while accessing pages but will receive errors on memory
|
| /linux/Documentation/driver-api/firmware/ |
| H A D | firmware_cache.rst | 47 * Upon suspend any pending non-uevent firmware requests are killed to avoid
|
| /linux/tools/testing/selftests/arm64/signal/ |
| H A D | README | 36 - Most of these tests are successfully passing if the process gets killed by
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | README | 20 The test runs until killed by the user.
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 275 will be killed by the kernel. 278 in other groups shouldn't be killed.
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 555 bool killed; in nd_device_unregister() local 581 killed = kill_device(dev); in nd_device_unregister() 584 if (!killed) in nd_device_unregister()
|
| /linux/fs/ |
| H A D | exec.c | 951 goto killed; in de_thread() 979 goto killed; in de_thread() 1045 killed: in de_thread()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | callbacks.rst | 107 killed by usbcore. Note that in this case disconnect will be called some
|
| /linux/drivers/vhost/ |
| H A D | vhost.c | 284 if (!worker->attachment_cnt || worker->killed) in __vhost_worker_flush() 471 worker->killed = true; in vhost_worker_killed() 864 if (worker->killed) { in __vhost_vq_attach_worker() 889 if (old_worker->killed) { in __vhost_vq_attach_worker() 971 if (worker->attachment_cnt || worker->killed) { in vhost_free_worker()
|
| /linux/arch/arc/kernel/ |
| H A D | entry-compact.S | 208 ; User process needs to be killed with SIGBUS, but first need to get
|
| /linux/kernel/ |
| H A D | fork.c | 1449 int killed; in wait_for_vfork_done() local 1452 killed = wait_for_completion_state(vfork, state); in wait_for_vfork_done() 1455 if (killed) { in wait_for_vfork_done() 1462 return killed; in wait_for_vfork_done()
|
| /linux/Documentation/security/keys/ |
| H A D | request-key.rst | 52 killed off as a group.
|
| /linux/Documentation/userspace-api/ |
| H A D | rseq.rst | 112 user space modifies them, the process is killed. Compliant usage allows
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 1770 bool killed; in xe_pt_stage_unbind_entry() local 1826 killed = xe_pt_check_kill(addr, next, level - 1, xe_child, action, walk); in xe_pt_stage_unbind_entry() 1840 if (killed || covered) in xe_pt_stage_unbind_entry()
|