/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_pool.c | 79 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 D | uffs_mem.c | 73 void *pool, int size) in uffs_MemSetupStaticAllocator()
|
H A D | uffs_tree.c | 73 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 D | uffs_flash.c | 196 uffs_Pool *pool = SPOOL(dev); in uffs_FlashInterfaceInit() local 310 uffs_Pool *pool; in uffs_FlashInterfaceRelease() local
|
H A D | uffs_buf.c | 92 void *pool; in uffs_BufInit() local
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 58 #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 D | tcpip_priv.h | 58 #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 D | ringbuffer.c | 30 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 D | prio_queue.h | 28 struct rt_mempool pool; member
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/ |
H A D | os_mbuf.c | 122 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 D | uffs_tree.h | 159 #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 D | uffs_device.h | 110 void *pool; //!< memory pool for buffers member
|
/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | semaphore_buffer_worker.c | 32 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 D | dfs_ramfs.c | 421 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 D | adv.c | 202 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 D | glue.h | 409 #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
|