Home
last modified time | relevance | path

Searched refs:s_set_rdy (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c1316 my_ready_set |= dp->dsync.s_set_rdy; in idn_retry_query()
2692 ready = (dp->dsync.s_set_exp == dp->dsync.s_set_rdy) ? 1 : 0; in idn_check_con()
2769 my_ready_set = dp->dsync.s_set_rdy | idn.domset.ds_ready_on | in idn_action_con_pend()
2798 my_ready_set = dp->dsync.s_set_rdy | idn.domset.ds_ready_on | in idn_action_con_sent()
3647 ready = (dp->dsync.s_set_exp == dp->dsync.s_set_rdy) ? 1 : 0; in idn_check_fin_pend()
3731 my_ready_set = dp->dsync.s_set_rdy | idn.domset.ds_ready_off | in idn_action_fin_pend()
3873 ready = (dp->dsync.s_set_exp == dp->dsync.s_set_rdy) ? 1 : 0; in idn_check_fin_sent()
3965 my_ready_set = dp->dsync.s_set_rdy | idn.domset.ds_ready_off | in idn_action_fin_sent()
4505 sp->s_set_rdy = rset; in idn_sync_enter()
4590 DOMAINSET_DEL(sp->s_set_rdy, domid); in idn_sync_exit()
[all …]
H A Didn.c4538 HEXSPACE(sp->s_set_rdy, in idn_global_report()
4539 sp->s_set_rdy, 4, 1), in idn_global_report()
4540 sp->s_set_rdy); in idn_global_report()
4561 HEXSPACE(sp->s_set_rdy, in idn_global_report()
4562 sp->s_set_rdy, 4, 1), in idn_global_report()
4563 sp->s_set_rdy); in idn_global_report()
4698 (uint_t)dp->dsync.s_set_rdy); in idn_domain_report()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h808 domainset_t s_set_rdy; member