Searched refs:mem_unit (Results 1 - 1 of 1) sorted by relevance

/kernel/
H A Dsys.c2407 unsigned int mem_unit, bitcount; local
2435 mem_unit = info->mem_unit;
2436 while (mem_unit > 1) {
2438 mem_unit >>= 1;
2447 * info->mem_unit and set it to 1. This leaves things compatible
2452 info->mem_unit = 1;
2492 u32 mem_unit; member in struct:compat_sysinfo
2508 while (s.mem_unit < PAGE_SIZE) {
2509 s.mem_unit <<
[all...]

Completed in 23 milliseconds