Home
last modified time | relevance | path

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

/drivers/vhost/
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()
876 worker->attachment_cnt++; in __vhost_vq_attach_worker()
907 old_worker->attachment_cnt--; in __vhost_vq_attach_worker()
914 WARN_ON(!old_worker->attachment_cnt && in __vhost_vq_attach_worker()
924 old_worker->attachment_cnt--; in __vhost_vq_attach_worker()
973 if (worker->attachment_cnt || worker->killed) { in vhost_free_worker()
A Dvhost.h48 int attachment_cnt; member

Completed in 31 milliseconds