Go to the documentation of this file. 1 #include <linux/kernel.h>
2 #include <linux/prefetch.h>
4 #include "../../../../include/linux/list.h"
15 static inline void list_del_range(
struct list_head *begin,
27 #define list_for_each_from(pos, head) \
28 for (; pos != (head); pos = pos->next)