Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_u.c108 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 Dsmc_tx.c89 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 Dsmc.h213 u8 killed : 1; /* abnormal termination */ member
H A Dsmc_cdc.c73 if (conn->killed) { in smc_cdc_get_free_slot()
402 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
H A Dsmc_close.c69 smc->conn.killed, in smc_close_stream_wait()
98 if (conn->killed) in smc_close_final()
H A Dsmc_rx.c209 conn->killed || in smc_rx_wait()
313 if (conn->killed) in smc_rx_recvmsg()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_tx.c92 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 Dsmc_close.c72 smc->conn.killed, in smc_close_stream_wait()
101 if (conn->killed) in smc_close_final()
H A Dsmc_cdc.c83 if (conn->killed) { in smc_cdc_get_free_slot()
417 if (!conn || conn->killed) in smcd_cdc_rx_tsklet()
H A Dsmc_rx.c273 conn->killed || in smc_rx_wait()
384 if (conn->killed) in smc_rx_recvmsg()
H A Dsmc.h239 u8 killed : 1; /* abnormal termination */ member
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchangf100.h13 bool killed; member
H A Dchangk104.h15 bool killed; member
H A Dgpfifogf100.c166 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 Dnouveau_chan.h54 atomic_t killed; member
H A Dnouveau_chan.c53 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 Dnouveau_chan.h59 atomic_t killed; member
H A Dnouveau_fence.h49 int notify_ref, dead, killed; member
H A Dnouveau_exec.c208 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 Dnouveau_chan.c46 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 Dnouveau_fence.c99 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 Dkvm-test-1-run.sh247 echo "PID $qemu_pid killed due to run STOP request" >> $resdir/Warnings 2>&1
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dbus.c562 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 Dbus.c554 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 Dentry-compact.S208 ; User process needs to be killed with SIGBUS, but first need to get

Completed in 17 milliseconds

12