Searched refs:MEMBRIDGE (Results 1 – 3 of 3) sorted by relevance
1168 if ((amount->mem) && (amount->mem < MEMBRIDGE)) in scan_behind_bridge()1169 amount->mem = MEMBRIDGE; in scan_behind_bridge()1170 if ((amount->pfmem) && (amount->pfmem < MEMBRIDGE)) in scan_behind_bridge()1171 amount->pfmem = MEMBRIDGE; in scan_behind_bridge()
297 #define MEMBRIDGE 0x100000 /* 1M */ macro
972 tmp_divide = MEMBRIDGE; in ibmphp_check_resource()