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

/barrelfish-2018-10-04/include/mm/
H A Dslot_alloc.h30 errval_t slot_alloc_basecn(void *inst, uint64_t nslots, struct capref *ret);
62 struct slot_alloc_basecn { struct
68 errval_t slot_alloc_basecn_init(struct slot_alloc_basecn *slot_alloc);
/barrelfish-2018-10-04/usr/init/
H A Dmem_alloc.c56 static struct slot_alloc_basecn init_slot_alloc;
74 err = slot_alloc_basecn(&init_slot_alloc, 1, &region_for_init);
76 DEBUG_ERR(err, "slot_alloc_basecn in initialize_ram_alloc");
115 slot_alloc_basecn, NULL, &init_slot_alloc, true);
/barrelfish-2018-10-04/lib/mm/
H A Dslot_alloc.c124 errval_t slot_alloc_basecn_init(struct slot_alloc_basecn *this)
136 errval_t slot_alloc_basecn(void *inst, uint64_t nslots, struct capref *ret) function
138 struct slot_alloc_basecn *this = inst;
146 DEBUG_ERR(err, "ram_alloc in slot_alloc_basecn cannot allocate L2 "

Completed in 42 milliseconds