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

/haiku/headers/private/kernel/util/
H A DRadixBitmap.h40 typedef uint32 radix_slot_t; typedef
54 radix_slot_t free_slots; // # of free slots
55 radix_slot_t radix; // coverage radix
56 radix_slot_t skip; // starting skip
58 radix_slot_t root_size; // size of the array(# of nodes in the tree)
62 #define BITMAP_RADIX (sizeof(radix_slot_t) * 8)
65 #define RADIX_SLOT_NONE ((radix_slot_t)-1)
69 extern radix_slot_t radix_bitmap_alloc(radix_bitmap *bmp, uint32 count);
70 extern void radix_bitmap_dealloc(radix_bitmap *bmp, radix_slot_t slotIndex,
/haiku/src/system/kernel/util/
H A DRadixBitmap.cpp196 static radix_slot_t
197 radix_leaf_alloc(radix_node *leaf, radix_slot_t slotIndex, int32 count)
219 static radix_slot_t
220 radix_node_alloc(radix_node *node, radix_slot_t slotIndex, int32 count,
231 radix_slot_t addr = RADIX_SLOT_NONE;
255 radix_slot_t
258 radix_slot_t addr = RADIX_SLOT_NONE;
273 radix_leaf_dealloc(radix_node *leaf, radix_slot_t slotIndex, uint32 count)
285 radix_node_dealloc(radix_node *node, radix_slot_t slotIndex, uint32 count,
286 uint32 radix, uint32 skip, radix_slot_t inde
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dunit.cpp83 radix_slot_t slotIndex;

Completed in 37 milliseconds