Searched refs:vwsnd_use_count (Results 1 – 1 of 1) sorted by relevance
1528 static atomic_t vwsnd_use_count = ATOMIC_INIT(0); variable1530 # define INC_USE_COUNT (atomic_inc(&vwsnd_use_count))1531 # define DEC_USE_COUNT (atomic_dec(&vwsnd_use_count))1532 # define IN_USE (atomic_read(&vwsnd_use_count) != 0)