Searched refs:list_move (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 203 list_move(&p->list, &priv->cm.rx_flush_list); in ipoib_cm_rx_event_handler() 434 list_move(&p->list, &priv->cm.passive_ids); in ipoib_cm_req_handler() 521 list_move(&p->list, &priv->cm.rx_reap_list); in ipoib_cm_handle_rx_wc() 535 list_move(&p->list, &priv->cm.passive_ids); in ipoib_cm_handle_rx_wc() 725 list_move(&tx->list, &priv->cm.reap_list); in ipoib_cm_handle_tx_wc() 803 list_move(&p->list, &priv->cm.rx_error_list); in ipoib_cm_dev_stop() 1148 list_move(&tx->list, &priv->cm.reap_list); in ipoib_cm_tx_handler() 1187 list_move(&tx->list, &priv->cm.reap_list); in ipoib_cm_destroy_tx() 1336 list_move(&p->list, &priv->cm.rx_error_list); in ipoib_cm_stale_task()
|
/freebsd/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 172 list_move(struct list_head *node, struct list_head *head) in list_move() function
|
/freebsd/sys/dev/drm2/ |
H A D | drm_linux_list.h | 89 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
H A D | drm_mm.c | 336 list_move(&prev_node->hole_stack, &mm->hole_stack); in drm_mm_remove_node()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_fmr_pool.c | 390 list_move(&fmr->list, &pool->dirty_list); in ib_flush_fmr_pool()
|
H A D | ib_addr.c | 832 list_move(&req->list, &req_list); in rdma_addr_cancel()
|
H A D | ib_multicast.c | 378 list_move(&member->list, &group->active_list); in join_group()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | list.h | 227 list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/freebsd/tools/tools/drm/radeon/mkregtable/ |
H A D | mkregtable.c | 169 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 257 list_move(struct list_head *list, struct list_head *head) in list_move() function
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_counters.c | 693 list_move(&bulk->pool_list, next_list); in mlx5_fc_pool_acquire_from_list()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | rx.c | 575 list_move(&rxb->list, &local_allocated); 644 list_move(&rxb->list, &rxq->rx_free);
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_page_alloc_dma.c | 452 list_move(&dma_p->page_list, &d_pages); in ttm_dma_page_pool_free()
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_netdev.c | 358 list_move(&filter->next, &del_list); in mlx4_en_cleanup_filters() 385 list_move(&filter->next, &del_list); in mlx4_en_filter_rfs_expire() 394 list_move(&priv->filters, &last_filter->next); in mlx4_en_filter_rfs_expire()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_puda.c | 1523 list_move(&buf->list, rxlist); in irdma_ieq_handle_partial()
|