Searched refs:rh_block_t (Results 1 – 2 of 2) sorted by relevance
47 rh_block_t *block, *blk; in grow()57 block = kmalloc_array(max_blocks, sizeof(rh_block_t), GFP_ATOMIC); in grow()65 sizeof(rh_block_t) * info->max_blocks); in grow()121 static rh_block_t *get_slot(rh_info_t * info) in get_slot()123 rh_block_t *blk; in get_slot()133 blk = list_entry(info->empty_list.next, rh_block_t, list); in get_slot()145 static inline void release_slot(rh_info_t * info, rh_block_t * blk) in release_slot()151 static void attach_free_block(rh_info_t * info, rh_block_t * blkn) in attach_free_block()153 rh_block_t *blk; in attach_free_block()154 rh_block_t *before; in attach_free_block()[all …]
24 } rh_block_t; typedef30 rh_block_t *block;57 rh_block_t * block);87 void rh_dump_blk(rh_info_t *info, rh_block_t *blk);