Searched refs:pool (Results 1 – 4 of 4) sorted by relevance
| /include/linux/i3c/ |
| A D | master.h | 687 void i3c_generic_ibi_free_pool(struct i3c_generic_ibi_pool *pool); 690 i3c_generic_ibi_get_free_slot(struct i3c_generic_ibi_pool *pool); 691 void i3c_generic_ibi_recycle_slot(struct i3c_generic_ibi_pool *pool,
|
| /include/valgrind/ |
| A D | valgrind.h | 6935 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument 6937 pool, rzB, is_zeroed, 0, 0) 6969 pool, rzB, is_zeroed, flags, 0) 6972 #define VALGRIND_DESTROY_MEMPOOL(pool) \ argument 6974 pool, 0, 0, 0, 0) 6977 #define VALGRIND_MEMPOOL_ALLOC(pool, addr, size) \ argument 6979 pool, addr, size, 0, 0) 6984 pool, addr, 0, 0, 0) 6989 pool, addr, size, 0, 0) 6999 pool, addrA, addrB, size, 0) [all …]
|
| /include/linux/ |
| A D | zstd_lib.h | 1566 ZSTDLIB_STATIC_API void ZSTD_freeThreadPool (ZSTD_threadPool* pool); /* accept NULL pointer */ 1567 ZSTDLIB_STATIC_API size_t ZSTD_CCtx_refThreadPool(ZSTD_CCtx* cctx, ZSTD_threadPool* pool);
|
| /include/fsl-mc/ |
| A D | fsl_dpni.h | 89 struct dpni_cmd_pool pool[8]; member
|
Completed in 32 milliseconds