Searched refs:cl_pool_get (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_pool.h88 * cl_pool_get, cl_pool_put, cl_pool_grow
353 * cl_pool_get, cl_pool_put, cl_pool_grow,
425 /****f* Component Library: Pool/cl_pool_get
427 * cl_pool_get
430 * The cl_pool_get function retrieves an object from a pool.
434 static inline void *cl_pool_get(IN cl_pool_t * const p_pool) function
460 * cl_pool_get returns the object at the head of the pool. If the pool is
511 * retrieved from the pool by a previous call to cl_pool_get.
514 * Pool, cl_pool_put_tail, cl_pool_get

Completed in 48 milliseconds