Home
last modified time | relevance | path

Searched refs:killed (Results 1 – 11 of 11) sorted by relevance

/drivers/gpu/drm/nouveau/
A Dnouveau_chan.h55 atomic_t killed; member
A Dnouveau_chan.c46 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()
A Dnouveau_exec.c186 if (unlikely(!atomic_read(&chan->killed))) in nouveau_exec_job_timeout()
379 if (unlikely(atomic_read(&chan->killed))) in nouveau_exec_ioctl_exec()
A Dnouveau_fence.h56 int notify_ref, dead, killed; member
A Dnouveau_fence.c91 fctx->killed = 1; in nouveau_fence_context_kill()
229 if (unlikely(fctx->killed)) { in nouveau_fence_emit()
A Dnouveau_gem.c776 if (unlikely(atomic_read(&chan->killed))) in nouveau_gem_ioctl_pushbuf()
/drivers/nvdimm/
A Dbus.c557 bool killed; in nd_device_unregister() local
583 killed = kill_device(dev); in nd_device_unregister()
586 if (!killed) in nd_device_unregister()
/drivers/vhost/
A Dvhost.h49 bool killed; member
A Dvhost.c284 if (!worker->attachment_cnt || worker->killed) in __vhost_worker_flush()
471 worker->killed = true; in vhost_worker_killed()
866 if (worker->killed) { in __vhost_vq_attach_worker()
891 if (old_worker->killed) { in __vhost_vq_attach_worker()
973 if (worker->attachment_cnt || worker->killed) { in vhost_free_worker()
/drivers/scsi/aic7xxx/
A Daic7xxx.seq1446 * instead of being killed by SCSIEN getting cleared.
/drivers/watchdog/
A DKconfig47 get killed. If you say Y here, the watchdog cannot be stopped once

Completed in 38 milliseconds