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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dslob.c80 * Those with larger size contain their size in the first SLOB_UNIT of
81 * memory, and the offset of the next free block in the second SLOB_UNIT.
176 #define SLOB_UNIT sizeof(slob_t) macro
177 #define SLOB_UNITS(size) (((size) + SLOB_UNIT - 1)/SLOB_UNIT)
552 return SLOB_UNITS(*m) * SLOB_UNIT;
612 SLOB_UNITS(c->size) * SLOB_UNIT,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dslob.c80 * Those with larger size contain their size in the first SLOB_UNIT of
81 * memory, and the offset of the next free block in the second SLOB_UNIT.
176 #define SLOB_UNIT sizeof(slob_t) macro
177 #define SLOB_UNITS(size) (((size) + SLOB_UNIT - 1)/SLOB_UNIT)
552 return SLOB_UNITS(*m) * SLOB_UNIT;
612 SLOB_UNITS(c->size) * SLOB_UNIT,

Completed in 189 milliseconds