Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Dpvcalls-front.c44 static atomic_t pvcalls_refcount; variable
48 atomic_inc(&pvcalls_refcount); \
53 atomic_dec(&pvcalls_refcount); \
1116 while (atomic_read(&pvcalls_refcount) > 0) in pvcalls_front_remove()