Home
last modified time | relevance | path

Searched refs:unexp_fs (Results 1 – 3 of 3) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/shm/src/
H A Dsmr_progress.c626 if (freestack_isempty(ep->unexp_fs)) in smr_progress_cmd_msg()
628 unexp = freestack_pop(ep->unexp_fs); in smr_progress_cmd_msg()
934 freestack_push(ep->unexp_fs, unexp_msg); in smr_progress_unexp_queue()
H A Dsmr.h224 struct smr_unexp_fs *unexp_fs; member
H A Dsmr_ep.c468 smr_unexp_fs_free(ep->unexp_fs); in smr_ep_close()
667 ep->unexp_fs = smr_unexp_fs_create(info->rx_attr->size, NULL, NULL); in smr_endpoint()