Home
last modified time | relevance | path

Searched refs:dlist_empty (Results 1 – 25 of 75) sorted by relevance

123

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/test/
H A Dbuddy_allocator.c122 ret = dlist_empty(buddy_handle->lists + i); in do_alloc()
140 ret = dlist_empty(buddy_handle->lists + i); in do_free()
143 ret = dlist_empty(buddy_handle->lists + i); in do_free()
205 ret = dlist_empty(buddy_handle->lists + i); in Test()
208 ret = dlist_empty(buddy_handle->lists + i); in Test()
H A Ddlist-utils.c180 cr_assert(dlist_empty(&list2)); in Test()
213 cr_assert(dlist_empty(&list2)); in Test()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/include/
H A Dgnix_freelist.h126 if (dlist_empty(&fl->freelist)) { in _gnix_fl_alloc()
147 if (dlist_empty(&fl->freelist)) { in _gnix_fl_alloc()
193 return dlist_empty(&fl->freelist); in _gnix_fl_empty()
H A Dgnix_trigger.h50 return dlist_empty(&cntr->trigger_list) ? 0 : 1; in _gnix_trigger_pending()
H A Dgnix_cm_nic.h210 ret = (dlist_empty(&cm_nic->cm_nic_wq)) ? false : true; in _gnix_cm_nic_need_progress()
H A Dgnix_nic.h382 if (dlist_empty(&nic->tx_desc_free_list)) { in _gnix_nic_tx_alloc()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/src/
H A Dgnix_trigger.c70 if (dlist_empty(&cntr->trigger_list)) { in _gnix_trigger_queue_req()
103 if (OFI_LIKELY(dlist_empty(&cntr->trigger_list))) { in _gnix_trigger_check_cntr()
H A Dgnix_tags.c85 if (!dlist_empty(&h->head)) { in __update_hlist_head()
377 if (dlist_empty(&h->head)){ in __gnix_tag_hlist_search_tag()
597 if (!dlist_empty(&ts->list.list)) in __gnix_tag_list_fini()
611 if (!dlist_empty(&element->free)) in __gnix_tag_list_insert_tag()
726 if (!dlist_empty(&h->head)) in __gnix_tag_hlist_fini()
748 if (!dlist_empty(&element->free)) in __gnix_tag_hlist_insert_tag()
762 if (dlist_empty(&h->head)) { in __gnix_tag_hlist_insert_tag()
H A Dgnix_mr_cache.c324 if (!dlist_empty(&entry->children)) { in __attach_retired_entries_to_registration()
333 if (!dlist_empty(retired_entries)) { in __attach_retired_entries_to_registration()
812 if (OFI_UNLIKELY(!dlist_empty(&to_destroy))) { in __resolve_stale_entry_collision()
897 if (next != &entry->siblings && dlist_empty(next)) { in __mr_cache_entry_put()
1117 while (!dlist_empty(&cache->lru_head)) { in __mr_cache_flush()
1306 if (!dlist_empty(&retired_entries)) { in __mr_cache_search_inuse()
H A Dgnix_smrn.c166 if (!dlist_empty(&rq->list)) { in _gnix_smrn_get_event()
H A Dgnix_hashtable.c232 if (dlist_empty(head)) in __gnix_ht_rehash_list()
757 if (dlist_empty(head)) in __gnix_ht_lf_iter_next()
806 if (dlist_empty(head)) { in __gnix_ht_lk_iter_next()
H A Dgnix_cm_nic.c290 !dlist_empty(&cm_nic->cm_nic_wq)) { in _gnix_cm_nic_progress()
308 if (dlist_empty(&cm_nic->cm_nic_wq)) in _gnix_cm_nic_progress()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/util/src/
H A Dutil_mem_monitor.c121 assert(dlist_empty(&uffd_monitor->list)); in ofi_monitor_cleanup()
124 assert(dlist_empty(&memhooks_monitor->list)); in ofi_monitor_cleanup()
137 if (dlist_empty(&monitor->list)) { in ofi_monitor_add_cache()
163 if (dlist_empty(&monitor->list)) { in ofi_monitor_del_cache()
H A Dutil_mr_cache.c158 while (!dlist_empty(&cache->flush_list)) { in ofi_mr_cache_flush()
169 if (dlist_empty(&cache->lru_list)) { in ofi_mr_cache_flush()
187 } while (!dlist_empty(&cache->lru_list) && in ofi_mr_cache_flush()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rxd/src/
H A Drxd_ep.c472 dlist_empty(&ep->peers[addr].unacked)) in rxd_send_rts_if_needed()
602 while (!dlist_empty(&peer->unacked)) { in rxd_close_peer()
609 while(!dlist_empty(&peer->tx_list)) { in rxd_close_peer()
615 while(!dlist_empty(&peer->rx_list)) { in rxd_close_peer()
621 while(!dlist_empty(&peer->rma_rx_list)) { in rxd_close_peer()
647 while (!dlist_empty(list)) { in rxd_cleanup_unexp_msg_list()
686 while (!dlist_empty(&ep->ctrl_pkts)) { in rxd_ep_close()
886 while (!dlist_empty(&peer->tx_list)) { in rxd_peer_timeout()
899 while (!dlist_empty(&peer->unacked)) { in rxd_peer_timeout()
934 if (!dlist_empty(&peer->unacked)) in rxd_progress_pkt_list()
[all …]
H A Drxd_cq.c56 assert(!dlist_empty(&cq->util_cq.ep_list)); in rxd_cq_strerror()
217 if (!dlist_empty(&ep->peers[addr].unacked) && in rxd_verify_active()
276 if (!dlist_empty(&peer->unacked)) { in rxd_progress_tx_list()
326 if (dlist_empty(&peer->tx_list)) in rxd_progress_tx_list()
901 while (!dlist_empty(&ep->peers[peer].buf_pkts)) { in rxd_progress_buf_pkts()
974 if (!dlist_empty(&ep->peers[pkt->base_hdr.peer].buf_pkts)) in rxd_handle_data()
1043 if (!dlist_empty(&ep->peers[base_hdr->peer].buf_pkts)) in rxd_handle_op()
1079 if (dlist_empty(&ep->peers[peer].unacked)) in rxd_handle_ack()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/include/
H A Dofi_mem.h410 if (dlist_empty(&buf_hdr->region->entry)) { in ofi_ibuf_free()
440 return dlist_empty(&pool->free_list.regions); in ofi_ibufpool_empty()
489 if (dlist_empty(&buf_region->free_list)) in ofi_ibuf_alloc()
H A Dofi_list.h65 static inline int dlist_empty(struct dlist_entry *head) in dlist_empty() function
200 if (dlist_empty(to_splice)) in dlist_splice_head()
247 return dlist_empty(&list->head); in dlist_ts_empty()
670 return dlist_empty(&head->list); in dlistfd_empty()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_fabric.c117 if (dlist_empty(&sock_dom_list)) { in sock_dom_list_head()
185 if (dlist_empty(&sock_fab_list)) { in sock_fab_list_head()
H A Dsock_progress.c207 if (dlist_empty(&pe->free_list)) { in sock_pe_acquire_entry()
1188 if (dlist_empty(&rx_ctx->rx_entry_list) || in sock_pe_progress_buffered_rx()
1189 dlist_empty(&rx_ctx->rx_buffered_list)) in sock_pe_progress_buffered_rx()
2548 if (dlist_empty(&pe->tx_list) && dlist_empty(&pe->rx_list)) in sock_pe_wait_ok()
2551 if (!dlist_empty(&pe->tx_list)) { in sock_pe_wait_ok()
2557 !dlist_empty(&tx_ctx->pe_entry_list)) { in sock_pe_wait_ok()
2563 if (!dlist_empty(&pe->rx_list)) { in sock_pe_wait_ok()
2569 !dlist_empty(&rx_ctx->pe_entry_list)) { in sock_pe_wait_ok()
2631 if (!dlist_empty(&pe->tx_list)) { in sock_pe_progress_thread()
2645 if (!dlist_empty(&pe->rx_list)) { in sock_pe_progress_thread()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/rxm/src/
H A Drxm.h798 if (dlist_empty(&tx_entry->rxm_conn->deferred_tx_queue)) in rxm_ep_enqueue_deferred_tx_queue()
808 if (dlist_empty(&tx_entry->rxm_conn->deferred_tx_queue)) in rxm_ep_dequeue_deferred_tx_queue()
858 if (OFI_UNLIKELY(!dlist_empty(&(*rxm_conn)->deferred_tx_queue))) { in rxm_ep_prepare_tx()
860 if (!dlist_empty(&(*rxm_conn)->deferred_tx_queue)) in rxm_ep_prepare_tx()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dsuma_algorithms.h204 void dlist_empty(DList *list);
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/netdir/src/
H A Dnetdir_unexp.c230 (!dlist_empty(&ep->unexpected.received))) { in ofi_nd_unexp_match()
300 !dlist_empty(&srx->received)) { in ofi_nd_srx_match()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/verbs/src/
H A Dfi_verbs.c655 while (!dlist_empty(&verbs_devs)) { in verbs_devs_free()
657 while (!dlist_empty(&dev->addrs)) { in verbs_devs_free()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/detail/
H A Dlist_base.hpp177 dlist_empty(Node dummy) in dlist_empty() function

123