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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsg.h55 * at most 1/MSG_MEM_SCALE of the lowmem (see the formula in ipc/msg.c):
60 #define MSG_MEM_SCALE 32 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmsg.c82 * queues should occupy at most 1/MSG_MEM_SCALE of lowmem.
93 allowed = (((i.totalram - i.totalhigh) / MSG_MEM_SCALE) * i.mem_unit)

Completed in 66 milliseconds