Select the types of activity you want to include in your feed.
1// SPDX-License-Identifier: GPL-2.0-or-later 2#include <linux/mmzone.h> 3 4struct pglist_data *first_online_pgdat(void) 5{ 6 return NULL; 7} 8 9struct pglist_data *next_online_pgdat(struct pglist_data *pgdat) 10{ 11 return NULL; 12} 13 14void atomic_long_set(atomic_long_t *v, long i) 15{ 16}