Searched defs:p_pool (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ofed/opensm/complib/ |
H A D | cl_pool.c | 58 void cl_qcpool_construct(IN cl_qcpool_t * const p_pool) in cl_qcpool_construct() 67 cl_status_t cl_qcpool_init(IN cl_qcpool_t * const p_pool, in cl_qcpool_init() 164 void cl_qcpool_destroy(IN cl_qcpool_t * const p_pool) in cl_qcpool_destroy() 207 cl_status_t cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) in cl_qcpool_grow() 314 cl_pool_item_t *cl_qcpool_get(IN cl_qcpool_t * const p_pool) in cl_qcpool_get() 345 cl_pool_item_t *cl_qcpool_get_tail(IN cl_qcpool_t * const p_pool) in cl_qcpool_get_tail() 389 cl_qpool_t *p_pool = (cl_qpool_t *) context; in __cl_qpool_init_cb() local 408 cl_qpool_t *p_pool = (cl_qpool_t *) context; in __cl_qpool_dtor_cb() local 416 void cl_qpool_construct(IN cl_qpool_t * const p_pool) in cl_qpool_construct() 423 cl_status_t cl_qpool_init(IN cl_qpool_t * const p_pool, in cl_qpool_init() [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_mad_pool.c | 55 void osm_mad_pool_construct(IN osm_mad_pool_t * p_pool) in osm_mad_pool_construct() 62 void osm_mad_pool_destroy(IN osm_mad_pool_t * p_pool) in osm_mad_pool_destroy() 67 ib_api_status_t osm_mad_pool_init(IN osm_mad_pool_t * p_pool) in osm_mad_pool_init() 74 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * p_pool, in osm_mad_pool_get() 115 osm_madw_t *osm_mad_pool_get_wrapper(IN osm_mad_pool_t * p_pool, in osm_mad_pool_get_wrapper() 145 osm_madw_t *osm_mad_pool_get_wrapper_raw(IN osm_mad_pool_t * p_pool) in osm_mad_pool_get_wrapper_raw() 160 void osm_mad_pool_put(IN osm_mad_pool_t * p_pool, IN osm_madw_t * p_madw) in osm_mad_pool_put()
|
H A D | osm_vl15intf.c | 221 void osm_vl15_destroy(IN osm_vl15_t * p_vl, IN struct osm_mad_pool *p_pool) in osm_vl15_destroy()
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_qpool.h | 273 static inline uint32_t cl_is_qpool_inited(IN const cl_qpool_t * const p_pool) in cl_is_qpool_inited() 387 static inline void cl_qpool_destroy(IN cl_qpool_t * const p_pool) in cl_qpool_destroy() 427 static inline size_t cl_qpool_count(IN cl_qpool_t * const p_pool) in cl_qpool_count() 456 static inline cl_pool_item_t *cl_qpool_get(IN cl_qpool_t * const p_pool) in cl_qpool_get() 492 cl_qpool_put(IN cl_qpool_t * const p_pool, in cl_qpool_put() 533 cl_qpool_put_list(IN cl_qpool_t * const p_pool, IN cl_qlist_t * const p_list) in cl_qpool_put_list() 573 cl_qpool_grow(IN cl_qpool_t * const p_pool, IN const size_t obj_count) in cl_qpool_grow()
|
H A D | cl_comppool.h | 267 static inline boolean_t cl_is_cpool_inited(IN const cl_cpool_t * const p_pool) in cl_is_cpool_inited() 387 static inline void cl_cpool_destroy(IN cl_cpool_t * const p_pool) in cl_cpool_destroy() 427 static inline size_t cl_cpool_count(IN cl_cpool_t * const p_pool) in cl_cpool_count() 457 static inline void *cl_cpool_get(IN cl_cpool_t * const p_pool) in cl_cpool_get() 502 cl_cpool_put(IN cl_cpool_t * const p_pool, IN void *const p_object) in cl_cpool_put() 552 cl_cpool_grow(IN cl_cpool_t * const p_pool, IN const uint32_t obj_count) in cl_cpool_grow()
|
H A D | cl_pool.h | 254 static inline uint32_t cl_is_pool_inited(IN const cl_pool_t * const p_pool) in cl_is_pool_inited() 366 static inline void cl_pool_destroy(IN cl_pool_t * const p_pool) in cl_pool_destroy() 406 static inline size_t cl_pool_count(IN cl_pool_t * const p_pool) in cl_pool_count() 434 static inline void *cl_pool_get(IN cl_pool_t * const p_pool) in cl_pool_get() 478 cl_pool_put(IN cl_pool_t * const p_pool, IN void *const p_object) in cl_pool_put() 528 cl_pool_grow(IN cl_pool_t * const p_pool, IN const size_t obj_count) in cl_pool_grow()
|
H A D | cl_qcomppool.h | 119 struct _cl_qcpool *p_pool; member 381 static inline uint32_t cl_is_qcpool_inited(IN const cl_qcpool_t * const p_pool) in cl_is_qcpool_inited() 541 static inline size_t cl_qcpool_count(IN cl_qcpool_t * const p_pool) in cl_qcpool_count() 605 cl_qcpool_put(IN cl_qcpool_t * const p_pool, in cl_qcpool_put() 652 cl_qcpool_put_list(IN cl_qcpool_t * const p_pool, IN cl_qlist_t * const p_list) in cl_qcpool_put_list()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_mad_pool.h | 348 osm_mad_pool_get_outstanding(IN const osm_mad_pool_t * p_pool) in osm_mad_pool_get_outstanding()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_hw.c | 79 struct ecore_ptt_pool *p_pool = OSAL_ALLOC(p_hwfn->p_dev, in ecore_ptt_pool_alloc() local
|