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>
96 typeof(struct parman_item), list);
107 typeof(struct parman_item), list);
118 list_for_each_entry_from_reverse(prio, &parman->prio_list, list) {
144 list_move_tail(&item->list, &prio->item_list);
159 list_move(&item->list, &prio->item_list);
172 list_del(&item->list);
177 list_del(&last_item->list);
178 list_replace(&item->list, &last_item->list);
197 list_for_each_entry_reverse(prio2, &parman->prio_list, list) {
203 list_add_tail(&item->list, &prio->item_list);
213 list_for_each_entry_continue(prio, &parman->prio_list, list)
317 /* Position inside the list according to priority */
319 prio2 = list_entry(pos, typeof(*prio2), list);
323 list_add_tail(&prio->list, pos);
336 list_del(&prio->list);