demand_locked_peers  200 ompi/mca/osc/rdma/osc_rdma_passive_target.c             OPAL_THREAD_SCOPED_LOCK(&lock->lock, opal_list_append (&lock->demand_locked_peers, &peer->super));
demand_locked_peers  404 ompi/mca/osc/rdma/osc_rdma_passive_target.c             OPAL_LIST_FOREACH_SAFE(peer, next, &lock->demand_locked_peers, ompi_osc_rdma_peer_t) {
demand_locked_peers  406 ompi/mca/osc/rdma/osc_rdma_passive_target.c                 opal_list_remove_item (&lock->demand_locked_peers, &peer->super);
demand_locked_peers   21 ompi/mca/osc/rdma/osc_rdma_sync.c     OBJ_CONSTRUCT(&rdma_sync->demand_locked_peers, opal_list_t);
demand_locked_peers   27 ompi/mca/osc/rdma/osc_rdma_sync.c     OBJ_DESTRUCT(&rdma_sync->demand_locked_peers);
demand_locked_peers   89 ompi/mca/osc/rdma/osc_rdma_sync.h     opal_list_t demand_locked_peers;