Home
last modified time | relevance | path

Searched refs:xmem_pool (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/xen/
A Dxmalloc.h101 struct xmem_pool;
116 struct xmem_pool *xmem_pool_create(
131 void xmem_pool_destroy(struct xmem_pool *pool);
138 void *xmem_pool_alloc(unsigned long size, struct xmem_pool *pool);
144 int xmem_pool_maxalloc(struct xmem_pool *pool);
151 void xmem_pool_free(void *ptr, struct xmem_pool *pool);
158 unsigned long xmem_pool_get_used_size(struct xmem_pool *pool);
168 unsigned long xmem_pool_get_total_size(struct xmem_pool *pool);
/xen/xen/common/
A Dxmalloc_tlsf.c92 struct xmem_pool { struct
275 struct xmem_pool *pool) in ADD_REGION()
298 struct xmem_pool *xmem_pool_create( in xmem_pool_create()
305 struct xmem_pool *pool; in xmem_pool_create()
340 unsigned long xmem_pool_get_used_size(struct xmem_pool *pool) in xmem_pool_get_used_size()
345 unsigned long xmem_pool_get_total_size(struct xmem_pool *pool) in xmem_pool_get_total_size()
353 void xmem_pool_destroy(struct xmem_pool *pool) in xmem_pool_destroy()
375 void *xmem_pool_alloc(unsigned long size, struct xmem_pool *pool) in xmem_pool_alloc()
454 void xmem_pool_free(void *ptr, struct xmem_pool *pool) in xmem_pool_free()
504 int xmem_pool_maxalloc(struct xmem_pool *pool) in xmem_pool_maxalloc()
[all …]

Completed in 4 milliseconds