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

/drivers/gpu/drm/nouveau/nvif/
H A Dlist.h70 * list_add(&foo->entry, &bar.list_of_foos);
153 * list_add(&newfoo->entry, &bar->list_of_foos);
159 list_add(struct list_head *entry, struct list_head *head) function
/drivers/gpu/drm/radeon/
H A Dmkregtable.c77 * list_add - add a new entry
84 static inline void list_add(struct list_head *new, struct list_head *head) function
172 list_add(list, head);
218 * if another CPU could re-list_add() it.

Completed in 87 milliseconds