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

/mm/
H A Dslob.c17 * (slob_t). The heap is grown on demand. To reduce fragmentation,
93 typedef struct slob_block slob_t; typedef in typeref:struct:slob_block
124 #define SLOB_UNIT sizeof(slob_t)
145 static void set_slob(slob_t *s, slobidx_t size, slob_t *next)
147 slob_t *base = (slob_t *)((unsigned long)s & PAGE_MASK);
160 static slobidx_t slob_units(slob_t *s)
170 static slob_t *slob_next(slob_t *
[all...]

Completed in 86 milliseconds