Searched refs:rh_block_t (Results 1 – 3 of 3) sorted by relevance
47 rh_block_t *block, *blk; in grow()57 block = kmalloc(sizeof(rh_block_t) * max_blocks, 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);
68 static rh_block_t cpm_boot_muram_rh_block[16];