Home
last modified time | relevance | path

Searched refs:attachment_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vhost/
H A Dvhost.c284 if (!worker->attachment_cnt || worker->killed) in __vhost_worker_flush()
486 worker->attachment_cnt -= attach_cnt; in vhost_worker_killed()
663 saved_cnt = worker->attachment_cnt; in vhost_attach_task_to_cgroups()
664 worker->attachment_cnt = INT_MAX; in vhost_attach_task_to_cgroups()
666 worker->attachment_cnt = saved_cnt; in vhost_attach_task_to_cgroups()
874 worker->attachment_cnt++; in __vhost_vq_attach_worker()
905 old_worker->attachment_cnt--; in __vhost_vq_attach_worker()
912 WARN_ON(!old_worker->attachment_cnt && in __vhost_vq_attach_worker()
922 old_worker->attachment_cnt--; in __vhost_vq_attach_worker()
971 if (worker->attachment_cnt || worker->killed) { in vhost_free_worker()
H A Dvhost.h49 int attachment_cnt; member