Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/balloon/
H A Dballoon.c107 current_target(void) in current_target() function
118 unsigned long min_pages, curr_pages = current_target(); in minimum_target()
271 credit = current_target() - bs.current_pages; in balloon_process()
280 if (current_target() != bs.current_pages) in balloon_process()