Searched defs:nslots (Results 1 - 5 of 5) sorted by relevance

/barrelfish-2018-10-04/lib/mm/
H A Dslot_alloc.c71 errval_t slot_alloc_prealloc(void *inst, uint64_t nslots, struct capref *ret) argument
136 errval_t slot_alloc_basecn(void *inst, uint64_t nslots, struct capref *ret) argument
178 slot_alloc_dynamic(void *alloc, uint64_t nslots, struct capref *ret) argument
[all...]
/barrelfish-2018-10-04/include/barrelfish/
H A Dslot_alloc.h30 cslot_t nslots; ///< Slots to grow allocator by member in struct:slot_allocator
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Drange_slot_alloc.c24 errval_t range_slot_alloc(struct range_slot_allocator *alloc, cslot_t nslots, argument
91 static errval_t insert_after(struct range_slot_allocator *alloc, size_t nslots, argument
121 insert_before(struct range_slot_allocator *alloc, size_t nslots, cslot_t slot, struct cnode_meta *prev, struct cnode_meta *walk) argument
173 range_slot_free(struct range_slot_allocator *alloc, struct capref cap, cslot_t nslots) argument
232 range_slot_alloc_init(struct range_slot_allocator *ret, cslot_t nslots, cslot_t *retslots) argument
[all...]
H A Dslot_alloc.c88 cslot_t nslots = sca->a.nslots; local
H A Dsingle_slot_alloc.c203 single_slot_alloc_init_raw(struct single_slot_allocator *ret, struct capref cap, struct cnoderef cnode, cslot_t nslots, void *buf, size_t buflen) argument
246 single_slot_alloc_init(struct single_slot_allocator *ret, cslot_t nslots, cslot_t *retslots) argument
[all...]

Completed in 43 milliseconds