Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds