search for: move_page_to_reported_list

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

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'?
...27: warning: initialization makes pointer from integer without a cast [-Wint-conversion] struct list_head *tail = get_unreported_tail(zone, order, migratetype); ^~~~~~~~~~~~~~~~~~~ >> include/linux/mmzone.h:815:3: error: implicit declaration of function 'move_page_to_reported_list'; did you mean 'move_to_free_list'? [-Werror=implicit-function-declaration] move_page_to_reported_list(page, zone, migratetype); ^~~~~~~~~~~~~~~~~~~~~~~~~~ move_to_free_list include/linux/mmzone.h: In function 'del_page_from_free_list': include/linux/mmzo...
2019 Sep 11
0
[vhost:linux-next 16/17] include/linux/page_reporting.h:9:34: note: in expansion of macro 'pageblock_order'
...h:807:27: warning: initialization makes pointer from integer without a cast [-Wint-conversion] struct list_head *tail = get_unreported_tail(zone, order, migratetype); ^~~~~~~~~~~~~~~~~~~ include/linux/mmzone.h:815:3: error: implicit declaration of function 'move_page_to_reported_list'; did you mean 'move_to_free_list'? [-Werror=implicit-function-declaration] move_page_to_reported_list(page, zone, migratetype); ^~~~~~~~~~~~~~~~~~~~~~~~~~ move_to_free_list include/linux/mmzone.h: In function 'del_page_from_free_list': include/linux/mmzo...