Home
last modified time | relevance | path

Searched refs:entry2 (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dlist.h187 struct list_head *entry2) in list_swap() argument
189 struct list_head *pos = entry2->prev; in list_swap()
191 list_del(entry2); in list_swap()
192 list_replace(entry1, entry2); in list_swap()
194 pos = entry2; in list_swap()