Home
last modified time | relevance | path

Searched refs:rh_block_t (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/lib/
Drheap.c47 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 …]
/arch/powerpc/include/asm/
Drheap.h24 } rh_block_t; typedef
30 rh_block_t *block;
57 rh_block_t * block);
/arch/powerpc/sysdev/
Dcpm_common.c68 static rh_block_t cpm_boot_muram_rh_block[16];