Home
last modified time | relevance | path

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

/include/linux/
Dlist.h269 static inline void list_swap(struct list_head *entry1, in list_swap() argument
275 list_replace(entry1, entry2); in list_swap()
276 if (pos == entry1) in list_swap()
278 list_add(entry1, pos); in list_swap()