Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dring_buffer.c268 bool hv_ringbuffer_spinlock_busy(struct vmbus_channel *channel) in hv_ringbuffer_spinlock_busy() function
274 EXPORT_SYMBOL_GPL(hv_ringbuffer_spinlock_busy);
/linux/include/linux/
H A Dhyperv.h1319 bool hv_ringbuffer_spinlock_busy(struct vmbus_channel *channel);
/linux/drivers/video/fbdev/
H A Dhyperv_fb.c792 if (hv_ringbuffer_spinlock_busy(hdev->channel)) in hvfb_on_panic()