Lines Matching refs:tbcp
757 struct bau_control *tbcp; in disable_for_period() local
767 tbcp = &per_cpu(bau_control, tcpu); in disable_for_period()
768 if (tbcp->uvhub_master == hmaster) { in disable_for_period()
769 tbcp->baudisabled = 1; in disable_for_period()
770 tbcp->set_bau_on_time = in disable_for_period()
967 struct bau_control *tbcp; in check_enable() local
975 tbcp = &per_cpu(bau_control, tcpu); in check_enable()
976 if (tbcp->uvhub_master == hmaster) { in check_enable()
977 tbcp->baudisabled = 0; in check_enable()
978 tbcp->period_requests = 0; in check_enable()
979 tbcp->period_time = 0; in check_enable()
980 tbcp->period_giveups = 0; in check_enable()