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

Configure Feed

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

at v4.12-rc5 7 lines 122 B view raw
1#ifndef GROUP_H 2#define GROUP_H 1 3 4bool arch_topdown_check_group(bool *warn); 5void arch_topdown_group_warn(void); 6 7#endif