Searched refs:list_replace (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/lib/libpmc/pmu-events/ |
H A D | list.h | 115 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 D | mkregtable.c | 139 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 D | list.h | 131 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 D | drm_mm.c | 474 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 D | drm_linux_list.h | 80 static inline void list_replace(struct list_head *old, in list_replace() function
|
/freebsd-src/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 186 list_replace(struct list_head *old, struct list_head *new) in list_replace() function
|