Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslob.c18 * (slob_t). The heap is grown on demand. To reduce fragmentation,
94 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 *
[all...]

Completed in 2 milliseconds