Searched refs:asyncstall (Results 1 – 4 of 4) sorted by relevance
1103 if (krdc->group->asyncstall) { in rdc_dump_alloc_bufs_cd()2095 group->asyncstall++; in _rdc_remote_flush()2098 group->asyncstall--; in _rdc_remote_flush()2099 ASSERT(group->asyncstall >= 0); in _rdc_remote_flush()2101 if (group->asyncstall == 0) { in _rdc_remote_flush()2164 if (group->asyncstall == 0) { in _rdc_remote_flush()2171 group->asyncstall++; in _rdc_remote_flush()2196 group->asyncstall--; in _rdc_remote_flush()2205 group->asyncstall--; in _rdc_remote_flush()2207 if (group->asyncstall == 0) { in _rdc_remote_flush()[all …]
451 int asyncstall; /* count of asleep threads */ member
6697 ASSERT(group->asyncstall == 0); in rdc_delgroup()
355 mdb_printf("asyncstall %d\n", group->asyncstall); in rdc_group()