Searched defs:_rh_info (Results 1 – 1 of 1) sorted by relevance
26 typedef struct _rh_info { struct27 unsigned int alignment;28 int max_blocks;29 int empty_slots;30 rh_block_t *block;31 struct list_head empty_list;32 struct list_head free_list;33 struct list_head taken_list;34 unsigned int flags;