Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/xen/
Dpvcalls-front.c47 static atomic_t pvcalls_refcount; variable
51 atomic_inc(&pvcalls_refcount); \
56 atomic_dec(&pvcalls_refcount); \
1073 while (atomic_read(&pvcalls_refcount) > 0) in pvcalls_front_remove()