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 v6.10 6 lines 161 B view raw
1#ifndef _TOOLS_PERF_LINUX_SCHED_MM_H 2#define _TOOLS_PERF_LINUX_SCHED_MM_H 3 4#define might_alloc(gfp) do { } while (0) 5 6#endif /* _TOOLS_PERF_LINUX_SCHED_MM_H */