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

/barrelfish-master/include/mm/
H A Dslot_alloc.h37 struct slot_prealloc { struct
54 errval_t slot_prealloc_init(struct slot_prealloc *slot_alloc,
59 errval_t slot_prealloc_refill(struct slot_prealloc *inst);
/barrelfish-master/lib/mm/
H A Dslot_alloc.c26 errval_t slot_prealloc_refill(struct slot_prealloc *this)
73 struct slot_prealloc *this = inst;
103 errval_t slot_prealloc_init(struct slot_prealloc *this, uint8_t maxslotbits,
/barrelfish-master/usr/mem_serv_dist/
H A Dmem_serv.c70 static struct slot_prealloc percore_slot_alloc;
271 static errval_t do_slot_prealloc_refill(struct slot_prealloc *slot_alloc_inst)
464 struct slot_prealloc *slot_alloc_inst,
517 static errval_t init_slot_allocator(struct slot_prealloc *slot_alloc_inst,
/barrelfish-master/usr/mem_serv/
H A Dmem_serv.c94 static struct slot_prealloc ram_slot_alloc;

Completed in 90 milliseconds