Home
last modified time | relevance | path

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

/mm/
Dslob.c94 typedef struct slob_block slob_t; typedef
125 #define SLOB_UNIT sizeof(slob_t)
146 static void set_slob(slob_t *s, slobidx_t size, slob_t *next) in set_slob()
148 slob_t *base = (slob_t *)((unsigned long)s & PAGE_MASK); in set_slob()
161 static slobidx_t slob_units(slob_t *s) in slob_units()
171 static slob_t *slob_next(slob_t *s) in slob_next()
173 slob_t *base = (slob_t *)((unsigned long)s & PAGE_MASK); in slob_next()
186 static int slob_last(slob_t *s) in slob_last()
240 slob_t *prev, *cur, *aligned = NULL; in slob_page_alloc()
255 aligned = (slob_t *) in slob_page_alloc()
[all …]