Home
last modified time | relevance | path

Searched refs:list_replace (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h134 list_replace(struct list_head *old, struct list_head *new) in list_replace() function
145 list_replace(old, new); in list_replace_init()
/freebsd-12.1/lib/libpmc/pmu-events/
H A Dlist.h117 list_replace(struct list_head *old, struct list_head *new) in list_replace() function
128 list_replace(old, new); in list_replace_init()
/freebsd-12.1/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c142 static inline void list_replace(struct list_head *old, struct list_head *new) in list_replace() function
153 list_replace(old, new); in list_replace_init()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_mm.c476 list_replace(&old->node_list, &new->node_list); in drm_mm_replace_node()
477 list_replace(&old->hole_stack, &new->hole_stack); in drm_mm_replace_node()
H A Ddrm_linux_list.h82 static inline void list_replace(struct list_head *old, in list_replace() function
/freebsd-12.1/sys/contrib/vchiq/interface/compat/
H A Dlist.h186 list_replace(struct list_head *old, struct list_head *new) in list_replace() function