Lines Matching defs:lists
3078 struct hlist_head **lists = (struct hlist_head **)s->private;
3086 for (; *lists; lists++)
3087 hlist_for_each_entry(c, *lists, child_node)
3137 struct hlist_head **lists = (struct hlist_head **)s->private;
3142 for (; *lists; lists++) {
3143 hlist_for_each_entry(c, *lists, child_node) {
3538 * Initializes the lists in struct clk_core, queries the hardware for the
4158 const struct hlist_head **lists;
4163 for (lists = all_lists; *lists; lists++)
4164 hlist_for_each_entry(root, *lists, child_node)