OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool_cache
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/sys/
pool.h
79
struct
pool_cache
{
struct
80
LIST_ENTRY(
pool_cache
)
136
LIST_HEAD(,
pool_cache
)
297
void pool_cache_init(struct
pool_cache
*, struct pool *,
301
void pool_cache_destroy(struct
pool_cache
*);
302
void *pool_cache_get_paddr(struct
pool_cache
*, int, paddr_t *);
304
void pool_cache_put_paddr(struct
pool_cache
*, void *, paddr_t);
307
void pool_cache_destruct_object(struct
pool_cache
*, void *);
308
void pool_cache_invalidate(struct
pool_cache
*);
Completed in 368 milliseconds