Searched refs:mdesc_size (Results 1 – 1 of 1) sorted by relevance
68 struct mdesc_handle *(*alloc)(unsigned int mdesc_size);162 static struct mdesc_handle * __init mdesc_memblock_alloc(unsigned int mdesc_size) in mdesc_memblock_alloc() argument170 mdesc_size); in mdesc_memblock_alloc()201 static struct mdesc_handle *mdesc_kmalloc(unsigned int mdesc_size) in mdesc_kmalloc() argument210 mdesc_size); in mdesc_kmalloc()237 static struct mdesc_handle *mdesc_alloc(unsigned int mdesc_size, in mdesc_alloc() argument240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc()