Lines Matching defs:comm_lock
331 * Protected by @comm_lock.
374 * @comm_lock: lock to protect the communication with the host.
376 * Lock ordering: @conf_sem -> @comm_lock .
378 spinlock_t comm_lock;
787 lockdep_assert_held(&b->comm_lock);
820 * Adds the page to be ballooned. Must be called while holding @comm_lock.
825 lockdep_assert_held(&b->comm_lock);
864 spin_lock(&b->comm_lock);
904 spin_unlock(&b->comm_lock);
1762 spin_lock(&b->comm_lock);
1782 spin_unlock(&b->comm_lock);
1789 * @pages_lock . We keep holding @comm_lock since we will need it in a
1804 spin_unlock(&b->comm_lock);
1896 spin_lock_init(&balloon.comm_lock);