/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
list.h | 136 __list_add(struct list_head *entry, function in typeref:typename:void 163 __list_add(entry, head, head->next); 184 __list_add(entry, head->prev, head);
|
list.h | 136 __list_add(struct list_head *entry, function in typeref:typename:void 163 __list_add(entry, head, head->next); 184 __list_add(entry, head->prev, head);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
mkregtable.c | 65 static inline void __list_add(struct list_head *new, function in typeref:typename:void 74 extern void __list_add(struct list_head *new, 88 __list_add(new, head->prev, head);
|
mkregtable.c | 65 static inline void __list_add(struct list_head *new, function in typeref:typename:void 74 extern void __list_add(struct list_head *new, 88 __list_add(new, head->prev, head);
|