Re: [PATCH v2 14/19] xen: make avail_domheap_pages() static

2025-04-05 Thread Jan Beulich
On 26.03.2025 06:50, Penny Zheng wrote: > Function avail_domheap_pages() is only invoked by get_outstanding_claims(), > so it could be inlined into its sole caller. > Move up avail_heap_pages() to avoid declaration before > get_outstanding_claims(). > > Signed-off-by: Penny Zheng > --- > v1 -> v2

Re: [PATCH v2 14/19] xen: make avail_domheap_pages() static

2025-03-28 Thread Stefano Stabellini
On Wed, 26 Mar 2025, Penny Zheng wrote: > Function avail_domheap_pages() is only invoked by get_outstanding_claims(), > so it could be inlined into its sole caller. > Move up avail_heap_pages() to avoid declaration before > get_outstanding_claims(). > > Signed-off-by: Penny Zheng Reviewed-by: St