Go to the source code of this file.
Functions | |
| int | ioprio_best (unsigned short aprio, unsigned short bprio) |
| void * | __alloc_bootmem (unsigned long size, unsigned long align, unsigned long goal) |
| ssize_t | memory_read_from_buffer (void *to, size_t count, loff_t *ppos, const void *from, size_t available) |
| int | capable (int f) |
| void* __alloc_bootmem | ( | unsigned long | size, | |
| unsigned long | align, | |||
| unsigned long | goal | |||
| ) |
Definition at line 19 of file mm-helper.c.
| int capable | ( | int | f | ) |
Definition at line 45 of file mm-helper.c.
| int ioprio_best | ( | unsigned short | aprio, | |
| unsigned short | bprio | |||
| ) |
Definition at line 13 of file mm-helper.c.
| ssize_t memory_read_from_buffer | ( | void * | to, | |
| size_t | count, | |||
| loff_t * | ppos, | |||
| const void * | from, | |||
| size_t | available | |||
| ) |
Definition at line 29 of file mm-helper.c.
1.5.6