Lines Matching refs:list
10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
39 #include <linux/list.h>
95 typeof(struct parman_item), list);
106 typeof(struct parman_item), list);
117 list_for_each_entry_from_reverse(prio, &parman->prio_list, list) {
143 list_move_tail(&item->list, &prio->item_list);
158 list_move(&item->list, &prio->item_list);
171 list_del(&item->list);
176 list_del(&last_item->list);
177 list_replace(&item->list, &last_item->list);
196 list_for_each_entry_reverse(prio2, &parman->prio_list, list) {
202 list_add_tail(&item->list, &prio->item_list);
212 list_for_each_entry_continue(prio, &parman->prio_list, list)
316 /* Position inside the list according to priority */
318 prio2 = list_entry(pos, typeof(*prio2), list);
322 list_add_tail(&prio->list, pos);
335 list_del(&prio->list);