Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fa58e6e9000c1cc76a7a0c06ea3e68d728cc4247 16 lines 271 B view raw
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}