Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dgenalloc.c160 pool->algo = gen_pool_first_fit; in gen_pool_create()
625 pool->algo = gen_pool_first_fit; in gen_pool_set_algo()
643 unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size, in gen_pool_first_fit() function
649 EXPORT_SYMBOL(gen_pool_first_fit);
/Linux-v5.4/include/linux/
Dgenalloc.h183 extern unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size,
/Linux-v5.4/Documentation/core-api/
Dgenalloc.rst104 - gen_pool_first_fit is a simple first-fit allocator; this is the default