search for: add_to_free_list_tail

Displaying 2 results from an estimated 2 matches for "add_to_free_list_tail".

2019 Sep 11
0
[vhost:linux-next 14/17] include/linux/mmzone.h:815:3: error: implicit declaration of function 'move_page_to_reported_list'; did you mean 'move_to_free_list'?
...you fix the issue, kindly add following tag Reported-by: kbuild test robot <lkp at intel.com> All errors (new ones prefixed by >>): In file included from include/linux/page_reporting.h:5:0, from <command-line>:0: include/linux/mmzone.h: In function 'add_to_free_list_tail': include/linux/mmzone.h:791:27: error: implicit declaration of function 'get_unreported_tail' [-Werror=implicit-function-declaration] struct list_head *tail = get_unreported_tail(zone, order, migratetype); ^~~~~~~~~~~~~~~~~~~ include/linux/mmzon...
2019 Sep 11
0
[vhost:linux-next 16/17] include/linux/page_reporting.h:9:34: note: in expansion of macro 'pageblock_order'
...expansion of macro 'PAGE_REPORTING_MIN_ORDER' if (order < PAGE_REPORTING_MIN_ORDER) ^~~~~~~~~~~~~~~~~~~~~~~~ -- In file included from include/linux/page_reporting.h:5:0, from <command-line>:0: include/linux/mmzone.h: In function 'add_to_free_list_tail': include/linux/mmzone.h:791:27: error: implicit declaration of function 'get_unreported_tail' [-Werror=implicit-function-declaration] struct list_head *tail = get_unreported_tail(zone, order, migratetype); ^~~~~~~~~~~~~~~~~~~ include/linux/mmzon...