Searched defs:slab (Results 1 - 8 of 8) sorted by relevance

/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dpinned.c88 struct slab_allocator *slab; local
[all...]
/barrelfish-2018-10-04/include/target/arm/barrelfish/
H A Dpmap_target.h46 struct slab_allocator slab; ///< Slab allocator for the vnode lists member in struct:pmap_arm
/barrelfish-2018-10-04/include/target/aarch64/barrelfish/
H A Dpmap_target.h47 struct slab_allocator slab; ///< Slab allocator for the vnode lists member in struct:pmap_aarch64
/barrelfish-2018-10-04/include/target/x86/barrelfish/
H A Dpmap_target.h47 struct slab_allocator slab; ///< Slab allocator for the vnode lists member in struct:pmap_x86
/barrelfish-2018-10-04/include/barrelfish/
H A Dslot_alloc.h46 struct slab_allocator slab; ///< Slab for backing the list member in struct:single_slot_allocator
60 struct slab_allocator slab; ///< Slab backing the slot_allocator_list member in struct:multi_slot_allocator
69 struct slab_allocator slab; ///< Slab allocation member in struct:range_slot_allocator
/barrelfish-2018-10-04/lib/barrelfish/include/
H A Dthreads_priv.h72 void *slab; ///< Base of slab block containing this TCB member in struct:thread
/barrelfish-2018-10-04/include/vm/
H A Duma_int.h388 uma_slab_t slab; local
410 vsetslab(vm_offset_t va, uma_slab_t slab) argument
[all...]
H A Duma_core.c582 uma_slab_t slab; local
815 keg_free_slab(uma_keg_t keg, uma_slab_t slab, in argument
848 uma_slab_t slab; local
948 uma_slab_t slab; local
1761 uma_slab_t slab; local
2292 uma_slab_t slab; local
2367 uma_slab_t slab; local
2395 uma_slab_t slab; local
2467 slab_alloc_item(uma_keg_t keg, uma_slab_t slab) argument
2493 uma_slab_t slab; local
2800 slab_free_item(uma_keg_t keg, uma_slab_t slab, void *item) argument
2829 uma_slab_t slab; local
3136 uma_slab_t slab; local
3237 uma_slab_t slab; local
3257 uma_large_free(uma_slab_t slab) argument
3283 slab_print(uma_slab_t slab) argument
3302 uma_slab_t slab; local
3535 uma_slab_t slab; local
3565 uma_dbg_alloc(uma_zone_t zone, uma_slab_t slab, void *item) argument
3595 uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item) argument
[all...]

Completed in 101 milliseconds