Home
last modified time | relevance | path

Searched refs:region_struct_size (Results 1 – 6 of 6) sorted by relevance

/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/memory/
H A Drcache.h109 size_t region_struct_size; /**< Size of memory region structure, member
H A Drcache.c690 rcache->params.region_struct_size, in ucs_rcache_create_region()
698 memset(region, 0, rcache->params.region_struct_size); in ucs_rcache_create_region()
826 if (params->region_struct_size < sizeof(ucs_rcache_region_t)) { in UCS_CLASS_INIT_FUNC()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/scopy/knem/
H A Dknem_md.c355 rcache_params.region_struct_size = sizeof(uct_knem_rcache_region_t); in uct_knem_md_open()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/cuda/gdr_copy/
H A Dgdr_copy_md.c387 rcache_params.region_struct_size = sizeof(uct_gdr_copy_rcache_region_t); in uct_gdr_copy_md_open()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/sm/mm/xpmem/
H A Dmm_xpmem.c262 rcache_params.region_struct_size = sizeof(uct_xpmem_remote_region_t); in uct_xpmem_rmem_add()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/base/
H A Dib_md.c1211 rcache_params.region_struct_size = sizeof(ucs_rcache_region_t) + in uct_ib_md_parse_reg_methods()