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()
667 saved_cnt = worker->attachment_cnt; in vhost_attach_task_to_cgroups()
668 worker->attachment_cnt = INT_MAX; in vhost_attach_task_to_cgroups()
670 worker->attachment_cnt = saved_cnt; in vhost_attach_task_to_cgroups()
878 worker->attachment_cnt++; in __vhost_vq_attach_worker()
909 old_worker->attachment_cnt--; in __vhost_vq_attach_worker()
916 WARN_ON(!old_worker->attachment_cnt && in __vhost_vq_attach_worker()
926 old_worker->attachment_cnt--; in __vhost_vq_attach_worker()
975 if (worker->attachment_cnt || worker->killed) { in vhost_free_worker()
H A Dvhost.h49 int attachment_cnt; member