Searched refs:mdesc_size (Results 1 – 1 of 1) sorted by relevance
65 struct mdesc_handle *(*alloc)(unsigned int mdesc_size);91 static struct mdesc_handle * __init mdesc_memblock_alloc(unsigned int mdesc_size) in mdesc_memblock_alloc() argument99 mdesc_size); in mdesc_memblock_alloc()130 static struct mdesc_handle *mdesc_kmalloc(unsigned int mdesc_size) in mdesc_kmalloc() argument137 mdesc_size); in mdesc_kmalloc()168 static struct mdesc_handle *mdesc_alloc(unsigned int mdesc_size, in mdesc_alloc() argument171 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc()