Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/
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()
/external/trusty/arm-trusted-firmware/include/lib/
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()
/external/trusty/arm-trusted-firmware/lib/fconf/
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()
/external/arm-trusted-firmware/lib/fconf/
Dfconf_cot_getter.c230 auth_method_desc_t *auth_method = pool_alloc_n(&auth_methods_pool, in populate_and_set_auth_methods()
358 pool_alloc_n(&auth_params_pool, in set_desc_data()
/external/arm-trusted-firmware/docs/
Dchange-log.md2764 - Adds `pool_alloc` and `pool_alloc_n` functions
/external/trusty/arm-trusted-firmware/docs/
Dchange-log.md8822 - Adds `pool_alloc` and `pool_alloc_n` functions