Home
last modified time | relevance | path

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

/freebsd-src/lib/libpmc/pmu-events/
H A Dlist.h115 list_replace(struct list_head *old, struct list_head *new) in list_replace() function
126 list_replace(old, new); in list_replace_init()
/freebsd-src/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c139 static inline void list_replace(struct list_head *old, struct list_head *new) in list_replace() function
150 list_replace(old, new); in list_replace_init()
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h131 list_replace(struct list_head *old, struct list_head *new) in list_replace() function
142 list_replace(old, new); in list_replace_init()
/freebsd-src/sys/dev/drm2/
H A Ddrm_mm.c474 list_replace(&old->node_list, &new->node_list); in drm_mm_replace_node()
475 list_replace(&old->hole_stack, &new->hole_stack); in drm_mm_replace_node()
H A Ddrm_linux_list.h80 static inline void list_replace(struct list_head *old, in list_replace() function
/freebsd-src/sys/contrib/vchiq/interface/compat/
H A Dlist.h186 list_replace(struct list_head *old, struct list_head *new) in list_replace() function