Home
last modified time | relevance | path

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

/Linux-v5.15/lib/
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);
/Linux-v5.15/include/linux/
Dgenalloc.h183 extern unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size,
/Linux-v5.15/Documentation/core-api/
Dgenalloc.rst104 - gen_pool_first_fit is a simple first-fit allocator; this is the default