endpoint_cache 78 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c endpoint->endpoint_cache = NULL; endpoint_cache 221 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c btl_endpoint->endpoint_cache, btl_endpoint->endpoint_cache_length, btl_endpoint->endpoint_cache_pos - btl_endpoint->endpoint_cache, endpoint_cache 238 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c btl_endpoint->endpoint_cache = (char*)malloc(mca_btl_tcp2_component.tcp_endpoint_cache); endpoint_cache 239 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c btl_endpoint->endpoint_cache_pos = btl_endpoint->endpoint_cache; endpoint_cache 425 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c if( NULL != btl_endpoint->endpoint_cache ) endpoint_cache 426 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c free( btl_endpoint->endpoint_cache ); endpoint_cache 427 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.c btl_endpoint->endpoint_cache = NULL; endpoint_cache 57 contrib/build-mca-comps-outside-of-tree/btl_tcp2_endpoint.h char* endpoint_cache; /**< cache for the recv (reduce the number of recv syscall) */ endpoint_cache 178 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.c btl_endpoint->endpoint_cache_pos = btl_endpoint->endpoint_cache; endpoint_cache 91 opal/mca/btl/tcp/btl_tcp_endpoint.c endpoint->endpoint_cache = NULL; endpoint_cache 261 opal/mca/btl/tcp/btl_tcp_endpoint.c (void*)btl_endpoint->endpoint_cache, btl_endpoint->endpoint_cache_pos - btl_endpoint->endpoint_cache, endpoint_cache 303 opal/mca/btl/tcp/btl_tcp_endpoint.c assert(NULL == btl_endpoint->endpoint_cache); endpoint_cache 304 opal/mca/btl/tcp/btl_tcp_endpoint.c btl_endpoint->endpoint_cache = (char*)malloc(mca_btl_tcp_component.tcp_endpoint_cache); endpoint_cache 305 opal/mca/btl/tcp/btl_tcp_endpoint.c btl_endpoint->endpoint_cache_pos = btl_endpoint->endpoint_cache; endpoint_cache 531 opal/mca/btl/tcp/btl_tcp_endpoint.c free( btl_endpoint->endpoint_cache ); endpoint_cache 532 opal/mca/btl/tcp/btl_tcp_endpoint.c btl_endpoint->endpoint_cache = NULL; endpoint_cache 57 opal/mca/btl/tcp/btl_tcp_endpoint.h char* endpoint_cache; /**< cache for the recv (reduce the number of recv syscall) */ endpoint_cache 195 opal/mca/btl/tcp/btl_tcp_frag.c btl_endpoint->endpoint_cache_pos = btl_endpoint->endpoint_cache;