Searched refs:list_move (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_gem_evict.c134 list_move(&obj->exec_list, &eviction_list);
H A Di915_gem_execbuffer.c437 list_move(&obj->exec_list, &ordered_objects);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c200 list_move(&p->list, &priv->cm.rx_flush_list);
431 list_move(&p->list, &priv->cm.passive_ids);
521 list_move(&p->list, &priv->cm.rx_reap_list);
535 list_move(&p->list, &priv->cm.passive_ids);
716 list_move(&tx->list, &priv->cm.reap_list);
795 list_move(&p->list, &priv->cm.rx_error_list);
1137 list_move(&tx->list, &priv->cm.reap_list);
1176 list_move(&tx->list, &priv->cm.reap_list);
1321 list_move(&p->list, &priv->cm.rx_error_list);
/freebsd-11.0-release/sys/contrib/vchiq/interface/compat/
H A Dlist.h172 list_move(struct list_head *node, struct list_head *head) function
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_linux_list.h91 static inline void list_move(struct list_head *list, struct list_head *head) function
H A Ddrm_mm.c338 list_move(&prev_node->hole_stack, &mm->hole_stack);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dfmr_pool.c410 list_move(&fmr->list, &pool->dirty_list);
H A Daddr.c536 list_move(&req->list, &req_list);
H A Dmulticast.c396 list_move(&member->list, &group->active_list);
H A Dmad.c380 list_move(&tmp->fifo_list, &tmp_head);
447 list_move(&item->to_list, &tf->to_head);
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h207 list_move(struct list_head *list, struct list_head *head) function
/freebsd-11.0-release/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c168 * list_move - delete from one list and add as another's head
172 static inline void list_move(struct list_head *list, struct list_head *head) function
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_gart.c895 list_move(&bo_va->vm_list, head);
/freebsd-11.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c454 list_move(&dma_p->page_list, &d_pages);
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c356 list_move(&filter->next, &del_list);
383 list_move(&filter->next, &del_list);
392 list_move(&priv->filters, &last_filter->next);

Completed in 227 milliseconds