Home
last modified time | relevance | path

Searched refs:list_splice (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Dlist.h101 static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/freebsd/sys/dev/hptnr/
H A Dlist.h100 static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/freebsd/sys/dev/hptrr/
H A Dlist.h103 static HPT_INLINE void list_splice(struct list_head *list, struct list_head *head) in list_splice() function
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h158 list_splice(const struct list_head *list, struct list_head *head) in list_splice() function
/freebsd/sys/dev/drm2/
H A Ddrm_linux_list.h168 list_splice(const struct list_head *list, struct list_head *head) in list_splice() function
H A Ddrm_crtc_helper.c65 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c809 list_splice(&d_pages, &pool->free_list); in ttm_dma_page_pool_fill_locked()
966 list_splice(&ttm_dma->pages_list, &pool->free_list); in ttm_dma_unpopulate()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c176 list_splice(&unmap_list, &pool->free_list); in ib_fmr_batch_release()
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h260 list_splice(const struct list_head *list, struct list_head *head) in list_splice() function
/freebsd/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c294 static inline void list_splice(const struct list_head *list, in list_splice() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h304 list_splice(const struct list_head *list, struct list_head *head) in list_splice() function
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1384 list_splice(&info->inuse_pbl_list, &info->free_pbl_list); in free_mr_info()