Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 16 of 16) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_pool.c79 URET uffs_PoolInit(uffs_Pool *pool, in uffs_PoolInit()
121 UBOOL uffs_PoolVerify(uffs_Pool *pool, void *p) in uffs_PoolVerify()
134 URET uffs_PoolRelease(uffs_Pool *pool) in uffs_PoolRelease()
149 void *uffs_PoolGet(uffs_Pool *pool) in uffs_PoolGet()
170 void *uffs_PoolGetLocked(uffs_Pool *pool) in uffs_PoolGetLocked()
192 int uffs_PoolPut(uffs_Pool *pool, void *p) in uffs_PoolPut()
216 int uffs_PoolPutLocked(uffs_Pool *pool, void *p) in uffs_PoolPutLocked()
241 void *uffs_PoolGetBufByIndex(uffs_Pool *pool, u32 index) in uffs_PoolGetBufByIndex()
260 u32 uffs_PoolGetIndex(uffs_Pool *pool, void *p) in uffs_PoolGetIndex()
277 UBOOL uffs_PoolCheckFreeList(uffs_Pool *pool, void *p) in uffs_PoolCheckFreeList()
[all …]
H A Duffs_mem.c73 void *pool, int size) in uffs_MemSetupStaticAllocator()
H A Duffs_tree.c73 uffs_Pool *pool; in uffs_TreeInit() local
128 uffs_Pool *pool; in uffs_TreeRelease() local
463 uffs_Pool *pool; in _BuildTreeStepOne() local
968 uffs_Pool *pool; in _BuildTreeStepThree() local
H A Duffs_flash.c196 uffs_Pool *pool = SPOOL(dev); in uffs_FlashInterfaceInit() local
310 uffs_Pool *pool; in uffs_FlashInterfaceRelease() local
H A Duffs_buf.c92 void *pool; in uffs_BufInit() local
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dtcpip_priv.h58 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) do { \ argument
64 #define API_VAR_ALLOC(type, pool, name, errorval) API_VAR_ALLOC_EXT(type, pool, name, return errorv… argument
65 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
71 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
72 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) argument
85 #define API_VAR_ALLOC_EXT(type, pool, name, errorblock) argument
86 #define API_VAR_ALLOC(type, pool, name, errorval) argument
87 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
88 #define API_VAR_FREE(pool, name) argument
89 #define API_VAR_FREE_POOL(pool, name) argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dtcpip_priv.h58 #define API_VAR_ALLOC(type, pool, name, errorval) do { \ argument
64 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) do { \ argument
70 #define API_VAR_FREE(pool, name) memp_free(pool, name) argument
71 #define API_VAR_FREE_POOL(pool, name) LWIP_MEMPOOL_FREE(pool, name) argument
84 #define API_VAR_ALLOC(type, pool, name, errorval) argument
85 #define API_VAR_ALLOC_POOL(type, pool, name, errorval) argument
86 #define API_VAR_FREE(pool, name) argument
87 #define API_VAR_FREE_POOL(pool, name) argument
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dringbuffer.c30 rt_uint8_t *pool, in rt_ringbuffer_init()
329 rt_uint8_t *pool; in rt_ringbuffer_create() local
/nrf52832-nimble/rt-thread/components/vbus/
H A Dprio_queue.h28 struct rt_mempool pool; member
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dos_mbuf.c122 struct os_mbuf_pool *pool; in os_msys_register() local
149 struct os_mbuf_pool *pool; in _os_msys_find_pool() local
170 struct os_mbuf_pool *pool; in os_msys_get() local
188 struct os_mbuf_pool *pool; in os_msys_get_pkthdr() local
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_tree.h159 #define FROM_IDX(idx, pool) ((TreeNode *)uffs_PoolGetBufByIndex(pool, idx)) argument
160 #define TO_IDX(p, pool) ((u16)uffs_PoolGetIndex(pool, (void *) p)) argument
H A Duffs_device.h110 void *pool; //!< memory pool for buffers member
/nrf52832-nimble/rt-thread/examples/kernel/
H A Dsemaphore_buffer_worker.c32 static void rb_init(struct rb* rb, rt_uint8_t *pool, rt_uint16_t size) in rb_init()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/ramfs/
H A Ddfs_ramfs.c421 struct dfs_ramfs* dfs_ramfs_create(rt_uint8_t *pool, rt_size_t size) in dfs_ramfs_create()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dadv.c202 struct os_mbuf *bt_mesh_adv_create_from_pool(struct os_mbuf_pool *pool, in bt_mesh_adv_create_from_pool()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/
H A Dglue.h409 #define BUF_SIZE(pool) (pool->omp_pool->mp_block_size) argument
413 struct os_mbuf_pool *pool = buf->om_omp; in net_buf_id() local