Home
last modified time | relevance | path

Searched refs:saved_cnt (Results 1 – 3 of 3) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dropes.h48 int saved_cnt; member
/linux/drivers/parisc/
H A Dsba_iommu.c834 d = &(ioc->saved[ioc->saved_cnt]); in sba_unmap_phys()
837 if (++(ioc->saved_cnt) >= DELAYED_RESOURCE_CNT) { in sba_unmap_phys()
838 int cnt = ioc->saved_cnt; in sba_unmap_phys()
843 ioc->saved_cnt = 0; in sba_unmap_phys()
/linux/drivers/vhost/
H A Dvhost.c650 int saved_cnt; in vhost_attach_task_to_cgroups() local
663 saved_cnt = worker->attachment_cnt; in vhost_attach_task_to_cgroups()
666 worker->attachment_cnt = saved_cnt; in vhost_attach_task_to_cgroups()