Searched refs:pool_alloc_n (Results 1 – 3 of 3) sorted by relevance
57 static inline void *pool_alloc_n(struct object_pool *pool, size_t count) in pool_alloc_n() function76 return pool_alloc_n(pool, 1U); in pool_alloc()
230 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()
2293 - Adds ``pool_alloc`` and ``pool_alloc_n`` functions
Completed in 10 milliseconds