Searched refs:current_credit (Results 1 – 1 of 1) sorted by relevance
394 static long current_credit(void) in current_credit() function509 return current_credit() != credit || kthread_should_stop(); in balloon_thread_cond()538 credit = current_credit(); in balloon_thread()548 credit = current_credit(); in balloon_thread()685 if (current_credit()) in xen_free_ballooned_pages()777 if (xen_pv_domain() || !current_credit()) in balloon_wait_finish()782 while ((credit = current_credit()) < 0) { in balloon_wait_finish()
Completed in 3 milliseconds