/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | timerlat_u.c | 108 int killed = 0; in timerlat_u_send_kill() local 116 killed++; in timerlat_u_send_kill() 121 return killed; in timerlat_u_send_kill()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_tx.c | 89 conn->killed || in smc_tx_wait() 159 conn->killed) in smc_tx_sendmsg() 502 if (conn->killed) in smcr_tx_sndbuf_nonempty() 563 if (conn->killed || in smc_tx_sndbuf_nonempty() 625 if (conn->killed || in smc_tx_consumer_update() 629 !conn->killed) { in smc_tx_consumer_update()
|
H A D | smc.h | 213 u8 killed : 1; /* abnormal termination */ member
|
H A D | smc_cdc.c | 73 if (conn->killed) { in smc_cdc_get_free_slot() 402 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
|
H A D | smc_close.c | 69 smc->conn.killed, in smc_close_stream_wait() 98 if (conn->killed) in smc_close_final()
|
H A D | smc_rx.c | 209 conn->killed || in smc_rx_wait() 313 if (conn->killed) in smc_rx_recvmsg()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_tx.c | 92 conn->killed || in smc_tx_wait() 216 conn->killed) in smc_tx_sendmsg() 567 if (conn->killed) in smcr_tx_sndbuf_nonempty() 639 if (conn->killed || in __smc_tx_sndbuf_nonempty() 741 if (conn->killed || in smc_tx_consumer_update() 745 !conn->killed) { in smc_tx_consumer_update()
|
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_cdc.c | 83 if (conn->killed) { in smc_cdc_get_free_slot() 417 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
|
H A D | smc_rx.c | 273 conn->killed || in smc_rx_wait() 384 if (conn->killed) in smc_rx_recvmsg()
|
H A D | smc.h | 239 u8 killed : 1; /* abnormal termination */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | changf100.h | 13 bool killed; member
|
H A D | changk104.h | 15 bool killed; member
|
H A D | gpfifogf100.c | 166 if (!list_empty(&chan->head) && !chan->killed) { in gf100_fifo_gpfifo_fini() 188 if (list_empty(&chan->head) && !chan->killed) { in gf100_fifo_gpfifo_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.h | 54 atomic_t killed; member
|
H A D | nouveau_chan.c | 53 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); in nouveau_channel_killed() 54 atomic_set(&chan->killed, 1); in nouveau_channel_killed() 63 if (likely(chan && chan->fence && !atomic_read(&chan->killed))) { in nouveau_channel_idle() 163 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_chan.h | 59 atomic_t killed; member
|
H A D | nouveau_fence.h | 49 int notify_ref, dead, killed; member
|
H A D | nouveau_exec.c | 208 if (unlikely(!atomic_read(&chan->killed))) in nouveau_exec_job_timeout() 211 NV_PRINTK(warn, job->cli, "job timeout, channel %d killed!\n", in nouveau_exec_job_timeout() 401 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() 57 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); in nouveau_channel_killed() 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() 161 atomic_set(&chan->killed, 0); in nouveau_channel_prep()
|
H A D | nouveau_fence.c | 99 fctx->killed = 1; in nouveau_fence_context_kill() 242 if (unlikely(fctx->killed)) { in nouveau_fence_emit()
|
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-test-1-run.sh | 247 echo "PID $qemu_pid killed due to run STOP request" >> $resdir/Warnings 2>&1
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | bus.c | 562 bool killed; in nd_device_unregister() local 588 killed = kill_device(dev); in nd_device_unregister() 591 if (!killed) in nd_device_unregister()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | bus.c | 554 bool killed; in nd_device_unregister() local 580 killed = kill_device(dev); in nd_device_unregister() 583 if (!killed) in nd_device_unregister()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 208 ; User process needs to be killed with SIGBUS, but first need to get
|