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

/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h186 list_replace(struct list_head *old, struct list_head *new) function
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_mm.c476 list_replace(&old->node_list, &new->node_list);
477 list_replace(&old->hole_stack, &new->hole_stack);
H A Ddrm_linux_list.h82 static inline void list_replace(struct list_head *old, function
/freebsd-11-stable/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);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h134 list_replace(struct list_head *old, struct list_head *new) function
145 list_replace(old, new);

Completed in 137 milliseconds