old_count         117 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     unsigned old_count                   = elem->block_size;
old_count         126 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     if (count == old_count) {
old_count         131 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     if (count < old_count) {
old_count         143 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     assert(count > old_count);
old_count         146 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     next = &elem[old_count];
old_count         150 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         (old_count + next->block_size >= count))
old_count         157 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         if (old_count + next->block_size > count) {
old_count         159 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                                        old_count + next->block_size - count);