Home
last modified time | relevance | path

Searched refs:idset (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/cio/
H A Didset.h12 struct idset;
14 void idset_free(struct idset *set);
15 void idset_fill(struct idset *set);
17 struct idset *idset_sch_new(void);
18 void idset_sch_add(struct idset *set, struct subchannel_id id);
19 void idset_sch_del(struct idset *set, struct subchannel_id id);
20 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid);
21 int idset_sch_contains(struct idset *set, struct subchannel_id id);
22 int idset_is_empty(struct idset *set);
23 void idset_add_set(struct idset *t
[all...]
H A Didset.c10 #include "idset.h"
13 struct idset { struct
24 static struct idset *idset_new(int num_ssid, int num_id) in idset_new()
26 struct idset *set; in idset_new()
28 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new()
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 *se
[all...]
H A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
H A Dcss.c35 #include "idset.h"
65 struct idset *set;
124 /* Skip idset allocation in case of known-only loop. */ in for_each_subchannel_staged()
666 static struct idset *slow_subchannel_set;
782 struct idset *set = data; in __unset_registered()
792 struct idset *unreg_set; in css_schedule_eval_all_unreg()
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Didset.h12 struct idset;
14 void idset_free(struct idset *set);
15 void idset_fill(struct idset *set);
17 struct idset *idset_sch_new(void);
18 void idset_sch_add(struct idset *set, struct subchannel_id id);
19 void idset_sch_del(struct idset *set, struct subchannel_id id);
20 void idset_sch_del_subseq(struct idset *set, struct subchannel_id schid);
21 int idset_sch_contains(struct idset *set, struct subchannel_id id);
22 int idset_is_empty(struct idset *set);
23 void idset_add_set(struct idset *t
[all...]
H A Didset.c10 #include "idset.h"
13 struct idset { struct
24 static struct idset *idset_new(int num_ssid, int num_id) in idset_new()
26 struct idset *set; in idset_new()
28 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id)); in idset_new()
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 *se
[all...]
H A DMakefile10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
H A Dcss.c34 #include "idset.h"
64 struct idset *set;
123 /* Skip idset allocation in case of known-only loop. */ in for_each_subchannel_staged()
633 static struct idset *slow_subchannel_set;
747 struct idset *set = data; in __unset_validpath()
765 struct idset *set = data; in __unset_online()
777 struct idset *set; in css_schedule_eval_cond()

Completed in 7 milliseconds