Searched defs:p_pool (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_mad_pool.h350 osm_mad_pool_get_outstanding(IN const osm_mad_pool_t * const p_pool) argument
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_mad_pool.c55 void osm_mad_pool_construct(IN osm_mad_pool_t * const p_pool) argument
64 void osm_mad_pool_destroy(IN osm_mad_pool_t * const p_pool) argument
71 ib_api_status_t osm_mad_pool_init(IN osm_mad_pool_t * const p_pool) argument
80 osm_madw_t *osm_mad_pool_get(IN osm_mad_pool_t * const p_pool, argument
123 osm_mad_pool_get_wrapper(IN osm_mad_pool_t * const p_pool, IN osm_bind_handle_t h_bind, IN const uint32_t total_size, IN const ib_mad_t * const p_mad, IN const osm_mad_addr_t * const p_mad_addr) argument
155 osm_mad_pool_get_wrapper_raw(IN osm_mad_pool_t * const p_pool) argument
173 osm_mad_pool_put(IN osm_mad_pool_t * const p_pool, IN osm_madw_t * const p_madw) argument
[all...]
H A Dosm_vl15intf.c200 osm_vl15_destroy(IN osm_vl15_t * const p_vl, IN struct osm_mad_pool *p_pool) argument
/freebsd-10.1-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_comppool.h267 static inline boolean_t cl_is_cpool_inited(IN const cl_cpool_t * const p_pool) argument
387 static inline void cl_cpool_destroy(IN cl_cpool_t * const p_pool) argument
427 cl_cpool_count(IN cl_cpool_t * const p_pool) argument
457 cl_cpool_get(IN cl_cpool_t * const p_pool) argument
502 cl_cpool_put(IN cl_cpool_t * const p_pool, IN void *const p_object) argument
552 cl_cpool_grow(IN cl_cpool_t * const p_pool, IN const uint32_t obj_count) argument
[all...]
H A Dcl_pool.h254 static inline uint32_t cl_is_pool_inited(IN const cl_pool_t * const p_pool) argument
366 static inline void cl_pool_destroy(IN cl_pool_t * const p_pool) argument
406 cl_pool_count(IN cl_pool_t * const p_pool) argument
434 cl_pool_get(IN cl_pool_t * const p_pool) argument
478 cl_pool_put(IN cl_pool_t * const p_pool, IN void *const p_object) argument
528 cl_pool_grow(IN cl_pool_t * const p_pool, IN const size_t obj_count) argument
[all...]
H A Dcl_qpool.h273 static inline uint32_t cl_is_qpool_inited(IN const cl_qpool_t * const p_pool) argument
387 static inline void cl_qpool_destroy(IN cl_qpool_t * const p_pool) argument
427 cl_qpool_count(IN cl_qpool_t * const p_pool) argument
456 cl_qpool_get(IN cl_qpool_t * const p_pool) argument
492 cl_qpool_put(IN cl_qpool_t * const p_pool, IN cl_pool_item_t * const p_pool_item) argument
533 cl_qpool_put_list(IN cl_qpool_t * const p_pool, IN cl_qlist_t * const p_list) argument
573 cl_qpool_grow(IN cl_qpool_t * const p_pool, IN const size_t obj_count) argument
[all...]
H A Dcl_qcomppool.h119 struct _cl_qcpool *p_pool; member in struct:_cl_pool_item
381 static inline uint32_t cl_is_qcpool_inited(IN const cl_qcpool_t * const p_pool) argument
541 cl_qcpool_count(IN cl_qcpool_t * const p_pool) argument
605 cl_qcpool_put(IN cl_qcpool_t * const p_pool, IN cl_pool_item_t * const p_pool_item) argument
652 cl_qcpool_put_list(IN cl_qcpool_t * const p_pool, IN cl_qlist_t * const p_list) argument
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c58 void cl_qcpool_construct(IN cl_qcpool_t * const p_pool) argument
68 cl_qcpool_init(IN cl_qcpool_t * const p_pool, argument
166 cl_qcpool_destroy(IN cl_qcpool_t * const p_pool) argument
209 cl_qcpool_grow(IN cl_qcpool_t * const p_pool, IN size_t obj_count) argument
316 cl_qcpool_get(IN cl_qcpool_t * const p_pool) argument
347 cl_qcpool_get_tail(IN cl_qcpool_t * const p_pool) argument
392 cl_qpool_t *p_pool = (cl_qpool_t *) context; local
412 cl_qpool_t *p_pool = (cl_qpool_t *) context; local
420 cl_qpool_construct(IN cl_qpool_t * const p_pool) argument
428 cl_qpool_init(IN cl_qpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t object_size, IN cl_pfn_qpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_qpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
468 cl_cpool_t *p_pool = (cl_cpool_t *) context; local
508 cl_cpool_t *p_pool = (cl_cpool_t *) context; local
519 cl_cpool_construct(IN cl_cpool_t * const p_pool) argument
529 cl_cpool_init(IN cl_cpool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN size_t * const component_sizes, IN const uint32_t num_components, IN cl_pfn_cpool_init_t pfn_initializer OPTIONAL, IN cl_pfn_cpool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
578 cl_pool_t *p_pool = (cl_pool_t *) context; local
618 cl_pool_t *p_pool = (cl_pool_t *) context; local
629 cl_pool_construct(IN cl_pool_t * const p_pool) argument
639 cl_pool_init(IN cl_pool_t * const p_pool, IN const size_t min_size, IN const size_t max_size, IN const size_t grow_size, IN const size_t object_size, IN cl_pfn_pool_init_t pfn_initializer OPTIONAL, IN cl_pfn_pool_dtor_t pfn_destructor OPTIONAL, IN const void *const context) argument
[all...]

Completed in 86 milliseconds