Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Dgenalloc.c161 pool->algo = gen_pool_first_fit; in gen_pool_create()
508 pool->algo = gen_pool_first_fit; in gen_pool_set_algo()
526 unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size, in gen_pool_first_fit() function
532 EXPORT_SYMBOL(gen_pool_first_fit);
/Linux-v4.19/include/linux/
Dgenalloc.h132 extern unsigned long gen_pool_first_fit(unsigned long *map, unsigned long size,
/Linux-v4.19/Documentation/core-api/
Dgenalloc.rst104 - gen_pool_first_fit is a simple first-fit allocator; this is the default