Home
last modified time | relevance | path

Searched refs:cl_is_qlist_empty (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sar.c119 CL_ASSERT(FALSE == cl_is_qlist_empty(p_bufs)); in osmv_rmpp_sar_reassemble_arbt_mad()
131 while (FALSE == cl_is_qlist_empty(p_bufs)) { in osmv_rmpp_sar_reassemble_arbt_mad()
137 if (FALSE == cl_is_qlist_empty(p_bufs)) { in osmv_rmpp_sar_reassemble_arbt_mad()
H A Dosm_vendor_mlx_ibmgt.c519 if (cl_is_qlist_empty(p_list) == TRUE) { in osmv_transport_done()
559 if (cl_is_qlist_empty(p_list) == TRUE) { in osmv_transport_done()
H A Dosm_vendor_mtl_transaction_mgr.c417 if (cl_is_qlist_empty(trans_mgr_p->madw_reqs_list_p)) { in osm_transaction_mgr_insert_madw()
/freebsd/contrib/ofed/opensm/complib/
H A Dcl_pool.c184 while (!cl_is_qlist_empty(&p_pool->free_list)) { in cl_qcpool_destroy()
195 while (!cl_is_qlist_empty(&p_pool->alloc_list)) in cl_qcpool_destroy()
321 if (cl_is_qlist_empty(&p_pool->free_list)) { in cl_qcpool_get()
335 if (cl_is_qlist_empty(&p_pool->free_list)) in cl_qcpool_get()
352 if (cl_is_qlist_empty(&p_pool->free_list)) { in cl_qcpool_get_tail()
366 if (cl_is_qlist_empty(&p_pool->free_list)) in cl_qcpool_get_tail()
H A Dcl_timer.c130 if (cl_is_qlist_empty(&gp_timer_prov->queue)) { in __cl_timer_prov_cb()
335 if (cl_is_qlist_empty(&gp_timer_prov->queue)) { in cl_timer_start()
H A Dcl_list.c125 if (cl_is_qlist_empty(p_src_list)) in cl_qlist_insert_list_head()
177 if (cl_is_qlist_empty(p_src_list)) in cl_qlist_insert_list_tail()
H A Dcl_dispatcher.c143 while (!cl_is_qlist_empty(&p_disp->reg_list)) in cl_disp_shutdown()
H A Dcl_vector.c275 while (!cl_is_qlist_empty(&p_vector->alloc_list)) in cl_vector_destroy()
H A Dcl_event_wheel.c337 if (cl_is_qlist_empty(&p_event_wheel->events_wheel)) { in cl_event_wheel_reg()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_list.h367 return (cl_is_qlist_empty(&p_list->list)); in cl_is_list_empty()
700 if (cl_is_qlist_empty(&p_list->list)) in cl_list_remove_head()
745 if (cl_is_qlist_empty(&p_list->list)) in cl_list_remove_tail()
H A Dcl_qlist.h504 static inline boolean_t cl_is_qlist_empty(IN const cl_qlist_t * const p_list) in cl_is_qlist_empty() function
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c247 while (!cl_is_qlist_empty(&p_vl->rfifo)) { in osm_vl15_destroy()
251 while (!cl_is_qlist_empty(&p_vl->ufifo)) { in osm_vl15_destroy()
H A Dosm_ucast_dnup.c133 while (!cl_is_qlist_empty(&list)) { in dnup_bfs_by_node()
245 while (!cl_is_qlist_empty(&list)) { in dnup_subn_rank()
H A Dosm_ucast_updn.c138 while (!cl_is_qlist_empty(&list)) { in updn_bfs_by_node()
234 while (!cl_is_qlist_empty(&list)) { in updn_subn_rank()
H A Dosm_multicast.c181 if (cl_is_qlist_empty(&mbox->mgrp_list)) { in osm_mgrp_cleanup()
H A Dosm_opensm.c278 while (!cl_is_qlist_empty(&osm->plugin_list)){ in destroy_plugins()
H A Dosm_drop_mgr.c233 while (!cl_is_qlist_empty(&p_port->mcm_list)) { in drop_mgr_remove_port()
H A Dosm_congestion_control.c793 while (!cl_is_qlist_empty(&p_cc->mad_queue)) { in osm_congestion_control_destroy()
H A Dosm_mcast_mgr.c724 CL_ASSERT(cl_is_qlist_empty(p_port_list)); in mcast_mgr_branch()
H A Dosm_subnet.c1219 while (!cl_is_qlist_empty(&p_subn->prefix_routes_list)) { in osm_subn_destroy()
1731 while (!cl_is_qlist_empty(&p_subn->prefix_routes_list)) { in parse_prefix_routes_file()
H A Dosm_state_mgr.c341 while (!cl_is_qlist_empty(&p_port->mcm_list)) { in state_mgr_sa_clean()
H A Dosm_ucast_dfsssp.c2563 if (!cl_is_qlist_empty(&p_mgr->port_order_list)) in dfsssp_do_dijkstra_routing()