Lines Matching refs:helem_base
54 static long to_user(struct selem_base *s, int dir, struct helem_base *c, long value)
63 static long from_user(struct selem_base *s, int dir, struct helem_base *c, long value)
79 struct helem_base *helem; in update_ranges()
86 helem = list_entry(pos, struct helem_base, list); in update_ranges()
98 helem = list_entry(pos, struct helem_base, list); in update_ranges()
120 struct helem_base *helem; in is_ops()
122 helem = list_entry(pos, struct helem_base, list); in is_ops()
138 struct helem_base *helem; in is_ops()
139 helem = list_entry(s->helems.next, struct helem_base, list); in is_ops()
144 struct helem_base *helem; in is_ops()
145 helem = list_entry(s->helems.next, struct helem_base, list); in is_ops()
304 struct helem_base *hsimple; in selem_free()
310 hsimple = list_entry(pos, struct helem_base, list); in selem_free()
325 struct helem_base *hsimple; in simple_event_add1()