Lines Matching full:list
43 * list_for_each_entry - iterate over list of given type
45 * @head: the head for your list.
54 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
57 * @head: the head for your list.
67 * list_empty - tests whether a list is empty
68 * @head: the list to test.
78 * This is only for internal list manipulation where we know
94 * @head: list head to add it before
105 * Delete a list entry by making the prev/next entries
108 * This is only for internal list manipulation where we know
120 * list_del - deletes entry from list.
121 * @entry: the element to delete from the list.