| 152 | pos = p, p = pos->prev) |
| 153 | |
| 154 | static inline int list_empty(struct list_head *head) |
| 155 | { |
| 156 | return head == head->next; |
| 157 | } |
| 158 | |
| 159 | static inline void list_replace_init(struct list_head *old, |
| 160 | struct list_head *newp) |
no outgoing calls
no test coverage detected