Home
last modified time | relevance | path

Searched refs:gen_pool_first_fit (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dgenalloc.rst90 - gen_pool_first_fit是一个简单的初配分配器;如果没有指定其他算法,这是默认算法。
/openbmc/linux/lib/
H A Dgenalloc.c162 pool->algo = gen_pool_first_fit; in gen_pool_create()
628 pool->algo = gen_pool_first_fit; in gen_pool_set_algo()
647 unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size, in gen_pool_first_fit() function
653 EXPORT_SYMBOL(gen_pool_first_fit);
/openbmc/linux/include/linux/
H A Dgenalloc.h183 extern unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size,
/openbmc/linux/Documentation/core-api/
H A Dgenalloc.rst104 - gen_pool_first_fit is a simple first-fit allocator; this is the default