Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/include/asm/
Drheap.h70 extern unsigned long rh_alloc(rh_info_t * info, int size, const char *owner);
/linux-2.6.39/arch/powerpc/lib/
Drheap.c517 unsigned long rh_alloc(rh_info_t * info, int size, const char *owner) in rh_alloc() function
521 EXPORT_SYMBOL_GPL(rh_alloc);
/linux-2.6.39/arch/powerpc/sysdev/
Dcpm_common.c148 start = rh_alloc(&cpm_muram_info, size, "commproc"); in cpm_muram_alloc()