Searched refs:rh_info_t (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | rheap.h | 35 } rh_info_t;  typedef 50 extern rh_info_t *rh_create(unsigned int alignment); 53 extern void rh_destroy(rh_info_t * info); 56 extern void rh_init(rh_info_t * info, unsigned int alignment, int max_blocks, 60 extern int rh_attach_region(rh_info_t * info, unsigned long start, int size); 63 extern unsigned long rh_detach_region(rh_info_t * info, unsigned long start, int size); 66 extern unsigned long rh_alloc_align(rh_info_t * info, int size, int alignment, 70 extern unsigned long rh_alloc(rh_info_t * info, int size, const char *owner); 73 extern unsigned long rh_alloc_fixed(rh_info_t * info, unsigned long start, int size, 77 extern int rh_free(rh_info_t * info, unsigned long start); [all …] 
 | 
| D | fsl_85xx_cache_sram.h | 40 	rh_info_t *rh;
  | 
| /linux-4.4.14/arch/powerpc/lib/ | 
| D | rheap.c | 45 static int grow(rh_info_t * info, int max_blocks)  in grow() 103 static int assure_empty(rh_info_t * info, int slots)  in assure_empty() 121 static rh_block_t *get_slot(rh_info_t * info)  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() 232 static void attach_taken_block(rh_info_t * info, rh_block_t * blkn)  in attach_taken_block() 253 rh_info_t *rh_create(unsigned int alignment)  in rh_create() 255 	rh_info_t *info;  in rh_create() 285 void rh_destroy(rh_info_t * info)  in rh_destroy() 300 void rh_init(rh_info_t * info, unsigned int alignment, int max_blocks,  in rh_init() [all …] 
 | 
| /linux-4.4.14/include/linux/fsl/bestcomm/ | 
| D | sram.h | 28 	rh_info_t		*rh;
  | 
| /linux-4.4.14/arch/powerpc/sysdev/ | 
| D | cpm_common.c | 70 static rh_info_t cpm_muram_info;
  | 
| D | ppc4xx_ocm.c | 53 	rh_info_t			*rh;
  |