函数名称:gen_pool_fixed_alloc - reserve a specific region*@map: The address to base the search on*@size: The bitmap size in bits*@start: The bitnumber to start searching at*@nr: The number of zeroed bits we're looking for*@data: data for alignment*@pool: pool to
函数原型:unsigned long gen_pool_fixed_alloc(unsigned long *map, unsigned long size, unsigned long start, unsigned int nr, void *data, struct gen_pool *pool, unsigned long start_addr)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|
unsigned long * | map | |
unsigned long | size | |
unsigned long | start | |
unsigned int | nr | |
void * | data | |
struct gen_pool * | pool | |
unsigned long | start_addr | |