Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
Dballoon.c409 static long current_credit(void) in current_credit() function
524 return current_credit() != credit || kthread_should_stop(); in balloon_thread_cond()
553 credit = current_credit(); in balloon_thread()
563 credit = current_credit(); in balloon_thread()
700 if (current_credit()) in free_xenballooned_pages()
802 if (xen_pv_domain() || !current_credit()) in balloon_wait_finish()
807 while ((credit = current_credit()) < 0) { in balloon_wait_finish()