Searched refs:slob_t (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.c17 * (slob_t). The heap is grown on demand. To reduce fragmentation,
92 typedef struct slob_block slob_t; typedef in typeref:struct:slob_block
106 slob_t *free; /* first free slob_t in page */
176 #define SLOB_UNIT sizeof(slob_t)
198 static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
200 slob_t *base = (slob_t *)((unsigned long)s & PAGE_MASK);
213 static slobidx_t slob_units(slob_t *
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dslob.c17 * (slob_t). The heap is grown on demand. To reduce fragmentation,
92 typedef struct slob_block slob_t; typedef in typeref:struct:slob_block
106 slob_t *free; /* first free slob_t in page */
176 #define SLOB_UNIT sizeof(slob_t)
198 static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
200 slob_t *base = (slob_t *)((unsigned long)s & PAGE_MASK);
213 static slobidx_t slob_units(slob_t *
[all...]

Completed in 116 milliseconds