Searched refs:rh_block_t (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | rheap.c | 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 *befor in attach_free_block() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | rheap.c | 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 *befor in attach_free_block() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | rheap.h | 24 } rh_block_t; typedef 30 rh_block_t *block; 57 rh_block_t * block); 87 void rh_dump_blk(rh_info_t *info, rh_block_t *blk);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | rheap.h | 24 } rh_block_t; typedef 30 rh_block_t *block; 57 rh_block_t * block); 87 void rh_dump_blk(rh_info_t *info, rh_block_t *blk);
|
Completed in 2 milliseconds