Searched refs:recvframe_count (Results 1 – 2 of 2) sorted by relevance
937 while (!stash->recvframe_active || stash->recvframe_i == stash->recvframe_count) { in MatStashScatterGetMesg_BTS()944 stash->recvframe_count = stash->recvframe_active->count; /* From header; maximum count */ in MatStashScatterGetMesg_BTS()949 stash->recvframe_count = ic; in MatStashScatterGetMesg_BTS()951 if (stash->recvframe_count > 0) { /* Check for InsertMode consistency */ in MatStashScatterGetMesg_BTS()
378 PetscInt recvframe_count; /* Count actually sent for current frame */ member