Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/
H A Dobject_pool.h57 static inline void *pool_alloc_n(struct object_pool *pool, size_t count) in pool_alloc_n() function
76 return pool_alloc_n(pool, 1U); in pool_alloc()
/rk3399_ARM-atf/lib/fconf/
H A Dfconf_cot_getter.c232 auth_method_desc_t *auth_method = pool_alloc_n(&auth_methods_pool, in populate_and_set_auth_methods()
364 pool_alloc_n(&auth_params_pool, in set_desc_data()
/rk3399_ARM-atf/docs/
H A Dchange-log.md11391 - Adds `pool_alloc` and `pool_alloc_n` functions