Lines Matching defs:set
26 struct idset *set; in idset_new() local
37 void idset_free(struct idset *set) in idset_free()
42 void idset_fill(struct idset *set) in idset_fill()
47 static inline void idset_add(struct idset *set, int ssid, int id) in idset_add()
52 static inline void idset_del(struct idset *set, int ssid, int id) in idset_del()
57 static inline int idset_contains(struct idset *set, int ssid, int id) in idset_contains()
67 void idset_sch_add(struct idset *set, struct subchannel_id schid) in idset_sch_add()
72 void idset_sch_del(struct idset *set, struct subchannel_id schid) in idset_sch_del()
78 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) in idset_sch_del_subseq()
85 int idset_sch_contains(struct idset *set, struct subchannel_id schid) in idset_sch_contains()
90 int idset_is_empty(struct idset *set) in idset_is_empty()