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

/drivers/gpu/drm/radeon/
H A Dmkregtable.c63 static inline void __list_add(struct list_head *new, function
72 extern void __list_add(struct list_head *new,
86 __list_add(new, head, head->next);
99 __list_add(new, head->prev, head);

Completed in 68 milliseconds