Lines Matching defs:slow_subchannel_set
633 static struct idset *slow_subchannel_set;
641 slow_subchannel_set = idset_sch_new();
642 if (!slow_subchannel_set) {
655 eval = idset_sch_contains(slow_subchannel_set, sch->schid);
656 idset_sch_del(slow_subchannel_set, sch->schid);
677 eval = idset_sch_contains(slow_subchannel_set, schid);
678 idset_sch_del(slow_subchannel_set, schid);
692 idset_sch_del_subseq(slow_subchannel_set, schid);
713 if (idset_is_empty(slow_subchannel_set)) {
728 idset_sch_add(slow_subchannel_set, schid);
739 idset_fill(slow_subchannel_set);
798 /* Apply to slow_subchannel_set. */
800 idset_add_set(slow_subchannel_set, set);
1241 idset_free(slow_subchannel_set);
1258 idset_free(slow_subchannel_set);