Searched refs:list_replace (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/
H A Ddrm_linux_list.h83 static inline void list_replace(struct list_head *old, function
H A Ddrm_mm.c476 list_replace(&old->node_list, &new->node_list);
477 list_replace(&old->hole_stack, &new->hole_stack);
/freebsd-10.2-release/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c136 * list_replace - replace old entry by new one
142 static inline void list_replace(struct list_head *old, struct list_head *new) function
153 list_replace(old, new);

Completed in 104 milliseconds