Lines Matching defs:set
26 struct idset *set; in idset_new() local
38 void idset_free(struct idset *set) in idset_free()
43 void idset_fill(struct idset *set) in idset_fill()
49 static inline void idset_add(struct idset *set, int ssid, int id) in idset_add()
54 static inline void idset_del(struct idset *set, int ssid, int id) in idset_del()
59 static inline int idset_contains(struct idset *set, int ssid, int id) in idset_contains()
69 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add()
74 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del()
80 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq()
87 int idset_sch_contains(struct idset *set, struct subchannel_id schid) in idset_sch_contains()
92 int idset_is_empty(struct idset *set) in idset_is_empty()