underlying        244 ompi/mca/coll/demo/coll_demo.h     mca_coll_base_comm_coll_t underlying;
underlying         44 ompi/mca/coll/demo/coll_demo_allgather.c     return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf,
underlying         46 ompi/mca/coll/demo/coll_demo_allgather.c                                                   demo_module->underlying.coll_allgather_module);
underlying         66 ompi/mca/coll/demo/coll_demo_allgather.c     return demo_module->underlying.coll_allgather(sbuf, scount, sdtype, rbuf,
underlying         68 ompi/mca/coll/demo/coll_demo_allgather.c                                                   demo_module->underlying.coll_allgather_module);
underlying         45 ompi/mca/coll/demo/coll_demo_allgatherv.c     return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype,
underlying         48 ompi/mca/coll/demo/coll_demo_allgatherv.c                                                    demo_module->underlying.coll_allgatherv_module);
underlying         68 ompi/mca/coll/demo/coll_demo_allgatherv.c     return demo_module->underlying.coll_allgatherv(sbuf, scount, sdtype,
underlying         71 ompi/mca/coll/demo/coll_demo_allgatherv.c                                                    demo_module->underlying.coll_allgatherv_module);
underlying         44 ompi/mca/coll/demo/coll_demo_allreduce.c     return demo_module->underlying.coll_allreduce(sbuf, rbuf, count, dtype,
underlying         46 ompi/mca/coll/demo/coll_demo_allreduce.c                                                   demo_module->underlying.coll_allreduce_module);
underlying         65 ompi/mca/coll/demo/coll_demo_allreduce.c     return demo_module->underlying.coll_allreduce(sbuf, rbuf, count, dtype,
underlying         67 ompi/mca/coll/demo/coll_demo_allreduce.c                                                   demo_module->underlying.coll_allreduce_module);
underlying         45 ompi/mca/coll/demo/coll_demo_alltoall.c     return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype,
underlying         48 ompi/mca/coll/demo/coll_demo_alltoall.c                                                  demo_module->underlying.coll_alltoall_module);
underlying         68 ompi/mca/coll/demo/coll_demo_alltoall.c     return demo_module->underlying.coll_alltoall(sbuf, scount, sdtype,
underlying         71 ompi/mca/coll/demo/coll_demo_alltoall.c                                                  demo_module->underlying.coll_alltoall_module);
underlying         46 ompi/mca/coll/demo/coll_demo_alltoallv.c     return demo_module->underlying.coll_alltoallv(sbuf, scounts, sdisps,
underlying         49 ompi/mca/coll/demo/coll_demo_alltoallv.c                                                   demo_module->underlying.coll_alltoallv_module);
underlying         70 ompi/mca/coll/demo/coll_demo_alltoallv.c     return demo_module->underlying.coll_alltoallv(sbuf, scounts, sdisps,
underlying         73 ompi/mca/coll/demo/coll_demo_alltoallv.c                                                   demo_module->underlying.coll_alltoallv_module);
underlying         45 ompi/mca/coll/demo/coll_demo_alltoallw.c     return demo_module->underlying.coll_alltoallw(sbuf, scounts, sdisps,
underlying         48 ompi/mca/coll/demo/coll_demo_alltoallw.c                                                   demo_module->underlying.coll_alltoallw_module);
underlying         68 ompi/mca/coll/demo/coll_demo_alltoallw.c     return demo_module->underlying.coll_alltoallw(sbuf, scounts, sdisps,
underlying         71 ompi/mca/coll/demo/coll_demo_alltoallw.c                                                   demo_module->underlying.coll_alltoallw_module);
underlying         41 ompi/mca/coll/demo/coll_demo_barrier.c     return demo_module->underlying.coll_barrier(comm,
underlying         42 ompi/mca/coll/demo/coll_demo_barrier.c                                                 demo_module->underlying.coll_barrier_module);
underlying         58 ompi/mca/coll/demo/coll_demo_barrier.c     return demo_module->underlying.coll_barrier(comm,
underlying         59 ompi/mca/coll/demo/coll_demo_barrier.c                                                 demo_module->underlying.coll_barrier_module);
underlying         43 ompi/mca/coll/demo/coll_demo_bcast.c     return demo_module->underlying.coll_bcast(buff, count, datatype,
underlying         45 ompi/mca/coll/demo/coll_demo_bcast.c                                               demo_module->underlying.coll_bcast_module);
underlying         63 ompi/mca/coll/demo/coll_demo_bcast.c     return demo_module->underlying.coll_bcast(buff, count, datatype,
underlying         65 ompi/mca/coll/demo/coll_demo_bcast.c                                               demo_module->underlying.coll_bcast_module);
underlying        108 ompi/mca/coll/demo/coll_demo_component.c     memset(&module->underlying, 0, sizeof(mca_coll_base_comm_coll_t));
underlying        113 ompi/mca/coll/demo/coll_demo_component.c         if (NULL != module->underlying.coll_ ## func ## _module) { \
underlying        114 ompi/mca/coll/demo/coll_demo_component.c             OBJ_RELEASE(module->underlying.coll_ ## func ## _module); \
underlying         44 ompi/mca/coll/demo/coll_demo_exscan.c     return demo_module->underlying.coll_exscan(sbuf, rbuf, count, dtype,
underlying         46 ompi/mca/coll/demo/coll_demo_exscan.c                                                demo_module->underlying.coll_exscan_module);
underlying         44 ompi/mca/coll/demo/coll_demo_gather.c     return demo_module->underlying.coll_gather(sbuf, scount, sdtype,
underlying         47 ompi/mca/coll/demo/coll_demo_gather.c                                                demo_module->underlying.coll_gather_module);
underlying         67 ompi/mca/coll/demo/coll_demo_gather.c     return demo_module->underlying.coll_gather(sbuf, scount, sdtype,
underlying         70 ompi/mca/coll/demo/coll_demo_gather.c                                                demo_module->underlying.coll_gather_module);
underlying         45 ompi/mca/coll/demo/coll_demo_gatherv.c     return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype,
underlying         48 ompi/mca/coll/demo/coll_demo_gatherv.c                                                 demo_module->underlying.coll_gatherv_module);
underlying         68 ompi/mca/coll/demo/coll_demo_gatherv.c     return demo_module->underlying.coll_gatherv(sbuf, scount, sdtype,
underlying         71 ompi/mca/coll/demo/coll_demo_gatherv.c                                                 demo_module->underlying.coll_gatherv_module);
underlying        169 ompi/mca/coll/demo/coll_demo_module.c         module->underlying.coll_ ## func  = comm->c_coll->coll_ ## func; \
underlying        170 ompi/mca/coll/demo/coll_demo_module.c         module->underlying.coll_ ## func  = comm->c_coll->coll_ ## func; \
underlying        171 ompi/mca/coll/demo/coll_demo_module.c         if (NULL != module->underlying.coll_ ## func ## _module) {      \
underlying        172 ompi/mca/coll/demo/coll_demo_module.c             OBJ_RETAIN(module->underlying.coll_ ## func ## _module);    \
underlying         44 ompi/mca/coll/demo/coll_demo_reduce.c     return demo_module->underlying.coll_reduce(sbuf, rbuf, count, dtype,
underlying         46 ompi/mca/coll/demo/coll_demo_reduce.c                                                demo_module->underlying.coll_reduce_module);
underlying         65 ompi/mca/coll/demo/coll_demo_reduce.c     return demo_module->underlying.coll_reduce(sbuf, rbuf, count, dtype,
underlying         67 ompi/mca/coll/demo/coll_demo_reduce.c                                                demo_module->underlying.coll_reduce_module);
underlying         44 ompi/mca/coll/demo/coll_demo_reduce_scatter.c     return demo_module->underlying.coll_reduce_scatter(sbuf, rbuf, rcounts,
underlying         46 ompi/mca/coll/demo/coll_demo_reduce_scatter.c                                                        demo_module->underlying.coll_reduce_scatter_module);
underlying         65 ompi/mca/coll/demo/coll_demo_reduce_scatter.c     return demo_module->underlying.coll_reduce_scatter(sbuf, rbuf, rcounts,
underlying         67 ompi/mca/coll/demo/coll_demo_reduce_scatter.c                                                        demo_module->underlying.coll_reduce_scatter_module);
underlying         44 ompi/mca/coll/demo/coll_demo_scan.c     return demo_module->underlying.coll_scan(sbuf, rbuf, count,
underlying         46 ompi/mca/coll/demo/coll_demo_scan.c                                              demo_module->underlying.coll_scan_module);
underlying         46 ompi/mca/coll/demo/coll_demo_scatter.c     return demo_module->underlying.coll_scatter(sbuf, scount, sdtype,
underlying         49 ompi/mca/coll/demo/coll_demo_scatter.c                                                 demo_module->underlying.coll_scatter_module);
underlying         70 ompi/mca/coll/demo/coll_demo_scatter.c     return demo_module->underlying.coll_scatter(sbuf, scount, sdtype,
underlying         73 ompi/mca/coll/demo/coll_demo_scatter.c                                                 demo_module->underlying.coll_scatter_module);
underlying         45 ompi/mca/coll/demo/coll_demo_scatterv.c     return demo_module->underlying.coll_scatterv(sbuf, scounts, disps,
underlying         48 ompi/mca/coll/demo/coll_demo_scatterv.c                                                  demo_module->underlying.coll_scatterv_module);
underlying         68 ompi/mca/coll/demo/coll_demo_scatterv.c     return demo_module->underlying.coll_scatterv(sbuf, scounts, disps,
underlying         71 ompi/mca/coll/demo/coll_demo_scatterv.c                                                  demo_module->underlying.coll_scatterv_module);
underlying        609 opal/mca/event/libevent2022/libevent/bufferevent.c 	struct bufferevent *underlying;
underlying        618 opal/mca/event/libevent2022/libevent/bufferevent.c 	underlying = bufferevent_get_underlying(bufev);
underlying        662 opal/mca/event/libevent2022/libevent/bufferevent.c 	if (underlying)
underlying        663 opal/mca/event/libevent2022/libevent/bufferevent.c 		bufferevent_decref(underlying);
underlying        701 opal/mca/event/libevent2022/libevent/bufferevent.c 	struct bufferevent *underlying;
underlying        705 opal/mca/event/libevent2022/libevent/bufferevent.c 	underlying = bufferevent_get_underlying(bufev);
underlying        707 opal/mca/event/libevent2022/libevent/bufferevent.c 	if (!lock && underlying && BEV_UPCAST(underlying)->lock) {
underlying        708 opal/mca/event/libevent2022/libevent/bufferevent.c 		lock = BEV_UPCAST(underlying)->lock;
underlying        724 opal/mca/event/libevent2022/libevent/bufferevent.c 	if (underlying && !BEV_UPCAST(underlying)->lock)
underlying        725 opal/mca/event/libevent2022/libevent/bufferevent.c 		bufferevent_enable_locking(underlying, lock);
underlying         78 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	struct bufferevent *underlying;
underlying        129 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	struct bufferevent *u = bevf->underlying;
underlying        161 opal/mca/event/libevent2022/libevent/bufferevent_filter.c bufferevent_filter_new(struct bufferevent *underlying,
underlying        171 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	if (!underlying)
underlying        183 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	if (bufferevent_init_common(&bufev_f->bev, underlying->ev_base,
underlying        192 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	bufev_f->underlying = underlying;
underlying        199 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	bufferevent_setcb(bufev_f->underlying,
underlying        206 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	bufferevent_incref(underlying);
underlying        208 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	bufferevent_enable(underlying, EV_READ|EV_WRITE);
underlying        209 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	bufferevent_suspend_read(underlying, BEV_SUSPEND_FILT_READ);
underlying        228 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		if (BEV_UPCAST(bevf->underlying)->refcnt < 2) {
underlying        232 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			bufferevent_free(bevf->underlying);
underlying        235 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		if (bevf->underlying) {
underlying        236 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			if (bevf->underlying->errorcb == be_filter_eventcb)
underlying        237 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 				bufferevent_setcb(bevf->underlying,
underlying        239 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			bufferevent_unsuspend_read(bevf->underlying,
underlying        256 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		bufferevent_unsuspend_read(bevf->underlying,
underlying        270 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		bufferevent_suspend_read(bevf->underlying,
underlying        298 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		res = bevf->process_in(bevf->underlying->input,
underlying        305 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		 evbuffer_get_length(bevf->underlying->input) &&
underlying        348 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			    bevf->underlying->wm_write.high)
underlying        349 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 				limit = bevf->underlying->wm_write.high -
underlying        350 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 				    evbuffer_get_length(bevf->underlying->output);
underlying        353 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			    bevf->underlying->output,
underlying        414 opal/mca/event/libevent2022/libevent/bufferevent_filter.c be_filter_readcb(struct bufferevent *underlying, void *_me)
underlying        446 opal/mca/event/libevent2022/libevent/bufferevent_filter.c be_filter_writecb(struct bufferevent *underlying, void *_me)
underlying        459 opal/mca/event/libevent2022/libevent/bufferevent_filter.c be_filter_eventcb(struct bufferevent *underlying, short what, void *_me)
underlying        488 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	bufferevent_flush(bevf->underlying, iotype, mode);
underlying        503 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		data->ptr = bevf->underlying;
underlying        290 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	struct bufferevent *underlying;
underlying        378 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying        379 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_unsuspend_read(bev_ssl->underlying,
underlying        400 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying        417 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying        418 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_suspend_read(bev_ssl->underlying,
underlying        431 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying        442 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!bev_ssl->underlying)
underlying        451 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!bev_ssl->underlying)
underlying        625 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->underlying)
underlying        704 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->underlying)
underlying        816 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (!n_to_read && bev_ssl->underlying)
underlying        829 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!bev_ssl->underlying) {
underlying        861 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying        862 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		target = bev_ssl->underlying->output;
underlying        863 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		wm = &bev_ssl->underlying->wm_write;
underlying        879 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!bev_ssl->underlying) {
underlying        960 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying        961 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_setcb(bev_ssl->underlying,
underlying       1022 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			if (!bev_ssl->underlying) {
underlying       1028 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			if (!bev_ssl->underlying) {
underlying       1063 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying       1064 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_setcb(bev_ssl->underlying,
underlying       1102 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!bev_ssl->underlying)
underlying       1140 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying       1166 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying       1180 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying) {
underlying       1188 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->underlying) {
underlying       1189 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			if (BEV_UPCAST(bev_ssl->underlying)->refcnt < 2) {
underlying       1193 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 				bufferevent_free(bev_ssl->underlying);
underlying       1194 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 				bev_ssl->underlying = NULL;
underlying       1206 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->underlying) {
underlying       1207 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			if (bev_ssl->underlying->errorcb == be_openssl_eventcb)
underlying       1208 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 				bufferevent_setcb(bev_ssl->underlying,
underlying       1210 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			bufferevent_unsuspend_read(bev_ssl->underlying,
underlying       1221 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->underlying)
underlying       1248 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->underlying)
underlying       1262 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->underlying)
underlying       1269 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (!bev_ssl->underlying)
underlying       1271 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		data->ptr = bev_ssl->underlying;
underlying       1290 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c     struct bufferevent *underlying,
underlying       1300 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (underlying != NULL && fd >= 0)
underlying       1316 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	bev_ssl->underlying = underlying;
underlying       1325 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (underlying) {
underlying       1327 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_incref(underlying);
underlying       1354 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (underlying) {
underlying       1355 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_setwatermark(underlying, EV_READ, 0, 0);
underlying       1356 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bufferevent_enable(underlying, EV_READ|EV_WRITE);
underlying       1358 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			bufferevent_suspend_read(underlying,
underlying       1380 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c     struct bufferevent *underlying,
underlying       1389 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!underlying)
underlying       1391 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (!(bio = BIO_new_bufferevent(underlying, close_flag)))
underlying       1397 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		base, underlying, -1, ssl, state, options);
underlying         69 opal/mca/event/libevent2022/libevent/include/event2/bufferevent_ssl.h     struct bufferevent *underlying,