Searched defs:__list_splice (Results 1 - 1 of 1) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dmkregtable.c276 static inline void __list_splice(const struct list_head *list, function
298 __list_splice(list, head, head->next);
310 __list_splice(list, head->prev, head);
324 __list_splice(list, head, head->next);
341 __list_splice(list, head->prev, head);

Completed in 116 milliseconds