/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __X86_MM_INTERNAL_H #define __X86_MM_INTERNAL_H void *alloc_low_pages(unsigned int num);
static inline void *alloc_low_page(void) { return alloc_low_pages(1); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Yinghai Lu | 16 | 100.00% | 1 | 100.00% |
Total | 16 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Yinghai Lu | 67 | 84.81% | 4 | 66.67% |
Juergen Gross | 11 | 13.92% | 1 | 16.67% |
Greg Kroah-Hartman | 1 | 1.27% | 1 | 16.67% |
Total | 79 | 100.00% | 6 | 100.00% |