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

/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_sar.c119 CL_ASSERT(FALSE == cl_is_qlist_empty(p_bufs));
131 while (FALSE == cl_is_qlist_empty(p_bufs)) {
137 if (FALSE == cl_is_qlist_empty(p_bufs)) {
H A Dosm_vendor_mlx_ibmgt.c519 if (cl_is_qlist_empty(p_list) == TRUE) {
559 if (cl_is_qlist_empty(p_list) == TRUE) {
H A Dosm_vendor_mtl_transaction_mgr.c417 if (cl_is_qlist_empty(trans_mgr_p->madw_reqs_list_p)) {
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_pool.c184 while (!cl_is_qlist_empty(&p_pool->free_list)) {
195 while (!cl_is_qlist_empty(&p_pool->alloc_list))
321 if (cl_is_qlist_empty(&p_pool->free_list)) {
335 if (cl_is_qlist_empty(&p_pool->free_list))
352 if (cl_is_qlist_empty(&p_pool->free_list)) {
366 if (cl_is_qlist_empty(&p_pool->free_list))
H A Dcl_timer.c130 if (cl_is_qlist_empty(&gp_timer_prov->queue)) {
335 if (cl_is_qlist_empty(&gp_timer_prov->queue)) {
H A Dcl_list.c125 if (cl_is_qlist_empty(p_src_list))
177 if (cl_is_qlist_empty(p_src_list))
H A Dcl_dispatcher.c143 while (!cl_is_qlist_empty(&p_disp->reg_list))
H A Dcl_vector.c275 while (!cl_is_qlist_empty(&p_vector->alloc_list))
H A Dcl_event_wheel.c337 if (cl_is_qlist_empty(&p_event_wheel->events_wheel)) {
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_list.h367 return (cl_is_qlist_empty(&p_list->list));
700 if (cl_is_qlist_empty(&p_list->list))
745 if (cl_is_qlist_empty(&p_list->list))
H A Dcl_qlist.h105 * cl_qlist_count, cl_is_qlist_empty
492 * Quick List, cl_is_qlist_empty
495 /****f* Component Library: Quick List/cl_is_qlist_empty
497 * cl_is_qlist_empty
500 * The cl_is_qlist_empty function returns whether a quick list is empty.
504 static inline boolean_t cl_is_qlist_empty(IN const cl_qlist_t * const p_list) function
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_vl15intf.c247 while (!cl_is_qlist_empty(&p_vl->rfifo)) {
251 while (!cl_is_qlist_empty(&p_vl->ufifo)) {
H A Dosm_ucast_dnup.c133 while (!cl_is_qlist_empty(&list)) {
245 while (!cl_is_qlist_empty(&list)) {
H A Dosm_ucast_updn.c138 while (!cl_is_qlist_empty(&list)) {
234 while (!cl_is_qlist_empty(&list)) {
H A Dosm_multicast.c181 if (cl_is_qlist_empty(&mbox->mgrp_list)) {
H A Dosm_drop_mgr.c233 while (!cl_is_qlist_empty(&p_port->mcm_list)) {
H A Dosm_opensm.c278 while (!cl_is_qlist_empty(&osm->plugin_list)){
H A Dosm_congestion_control.c793 while (!cl_is_qlist_empty(&p_cc->mad_queue)) {
H A Dosm_mcast_mgr.c724 CL_ASSERT(cl_is_qlist_empty(p_port_list));
H A Dosm_subnet.c1219 while (!cl_is_qlist_empty(&p_subn->prefix_routes_list)) {
1731 while (!cl_is_qlist_empty(&p_subn->prefix_routes_list)) {
H A Dosm_state_mgr.c341 while (!cl_is_qlist_empty(&p_port->mcm_list)) {
H A Dosm_ucast_dfsssp.c2563 if (!cl_is_qlist_empty(&p_mgr->port_order_list))

Completed in 212 milliseconds