Home
last modified time | relevance | path

Searched refs:asyncstall (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c1103 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 …]
H A Drdc_io.h451 int asyncstall; /* count of asleep threads */ member
H A Drdc_io.c6697 ASSERT(group->asyncstall == 0); in rdc_delgroup()
/titanic_41/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c355 mdb_printf("asyncstall %d\n", group->asyncstall); in rdc_group()