Lines Matching refs:poll_lock
95 * @poll_lock: A lock to protect @poll_status
107 spinlock_t poll_lock;
191 /* Still no users, no need to acquire poll_lock */
339 * is no more processed elsewhere so no poll_lock needed.
462 spin_lock_init(&msg->poll_lock);
530 /* Still no users, no need to acquire poll_lock */
631 spin_lock_irqsave(&msg->poll_lock, flags);
637 spin_unlock_irqrestore(&msg->poll_lock, flags);
698 * Avoid to acquire poll_lock since polled_status can be changed
733 spin_lock(&next_msg->poll_lock);
738 spin_unlock(&next_msg->poll_lock);
754 spin_lock(&next_msg->poll_lock);
757 spin_unlock(&next_msg->poll_lock);
765 spin_unlock(&next_msg->poll_lock);