Searched refs:vdo_waitq_has_waiters (Results 1 – 2 of 2) sorted by relevance
52 if (!vdo_waitq_has_waiters(from_waitq)) in vdo_waitq_transfer_all_waiters()55 if (vdo_waitq_has_waiters(to_waitq)) { in vdo_waitq_transfer_all_waiters()96 while (vdo_waitq_has_waiters(&waiters)) in vdo_waitq_notify_all_waiters()137 while (vdo_waitq_has_waiters(&iteration_waitq)) { in vdo_waitq_dequeue_matching_waiters()
101 static inline bool __must_check vdo_waitq_has_waiters(const struct vdo_wait_queue *waitq) in vdo_waitq_has_waiters() function