Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c2692 ready = (dp->dsync.s_set_exp == dp->dsync.s_set_rdy) ? 1 : 0; in idn_check_con()
3647 ready = (dp->dsync.s_set_exp == dp->dsync.s_set_rdy) ? 1 : 0; in idn_check_fin_pend()
3873 ready = (dp->dsync.s_set_exp == dp->dsync.s_set_rdy) ? 1 : 0; in idn_check_fin_sent()
4504 sp->s_set_exp = xset; in idn_sync_enter()
4586 if (!DOMAIN_IN_SET(sp->s_set_exp, domid)) in idn_sync_exit()
4589 DOMAINSET_DEL(sp->s_set_exp, domid); in idn_sync_exit()
4592 if ((sp->s_set_exp == sp->s_set_rdy) && in idn_sync_exit()
4656 DOMAINSET_ADD(sp->s_set_exp, domid); in idn_sync_register()
4658 proc, domid, sp->s_domid, sp->s_set_exp); in idn_sync_register()
4660 query_set |= ~sp->s_set_rdy & sp->s_set_exp; in idn_sync_register()
[all …]
H A Didn.c4535 HEXSPACE(sp->s_set_exp, in idn_global_report()
4536 sp->s_set_exp, 4, 1), in idn_global_report()
4537 sp->s_set_exp, in idn_global_report()
4558 HEXSPACE(sp->s_set_exp, in idn_global_report()
4559 sp->s_set_exp, 4, 1), in idn_global_report()
4560 sp->s_set_exp, in idn_global_report()
4697 (uint_t)dp->dsync.s_set_exp, in idn_domain_report()
/titanic_44/usr/src/uts/sun4u/starfire/sys/
H A Didn.h807 domainset_t s_set_exp; member