Searched refs:list_empty (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c188 if (list_empty(&s_steer->promisc_qps[steer]))
391 if (list_empty(&entry->duplicates) ||
H A Dmlx4_alloc.c289 if (!list_empty(&entry->prio_list)) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c1478 if (list_empty(fmr_list))
1604 while (!list_empty(&xrcd->tgt_qp_list)) {
H A Dib_mad.c2324 if (list_empty(&mad_agent_priv->wait_list)) {
2687 while (!list_empty(&mad_agent_priv->local_list)) {
2813 while (!list_empty(&mad_agent_priv->wait_list)) {
2937 while (!list_empty(&qp_info->recv_queue.list)) {
H A Dib_addr.c738 if (!list_empty(&req_list)) {
H A Dib_cma.c1625 while (!list_empty(&id_priv->listen_list)) {
1679 while (!list_empty(&id_priv->mc_list)) {
4340 while (!list_empty(&cma_dev->id_list)) {
H A Dib_cm.c778 if (list_empty(&cm_id_priv->work_list))
980 if (!list_empty(&cm_id_priv->altr_list) &&
983 if (!list_empty(&cm_id_priv->prim_list) &&
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c681 if (unlikely(!list_empty(&cq->wc_list)))
712 if ((flags & IB_CQ_REPORT_MISSED_EVENTS) && !list_empty(&cq->wc_list))
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.c189 if (list_empty(&connector->modes))
H A Ddrm_crtc.c704 if (!list_empty(&plane->head)) {
2625 MPASS(!list_empty(&list));
2900 if (!list_empty(&property->enum_blob_list)) {
H A Ddrm_edid.c504 if (list_empty(&connector->probed_modes))
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dmain.c688 if (list_empty(h)) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_pm.c141 if (list_empty(&rdev->gem.objects))
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c1018 if (list_empty(&_manager->pools))
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c537 if (!list_empty(&node->node_list)) {
H A Dintel_sdvo.c1746 if (list_empty(&connector->probed_modes) == false)
1785 return !list_empty(&connector->probed_modes);
H A Di915_debug.c350 if (list_empty(&ring->request_list))
H A Dintel_ringbuffer.c1405 if (list_empty(&ring->request_list))
H A Di915_irq.c1669 if (list_empty(&ring->request_list) ||
/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c405 if (list_empty(&ib_conn->fastreg.pool))
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c814 while (!list_empty(&det->cb_list)) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c596 while (!list_empty(&priv->dead_ahs)) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c305 if (unlikely(!list_empty(&conn->qp.sq.backlog))) {
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1249 if (!list_empty(&ent->head)) {
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c453 while (!list_empty(&err_cqe_list)) {
3047 WARN_ON(!list_empty(&err_cqe_list));

Completed in 460 milliseconds

1234