Searched refs:list_add (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h42 void list_add(list_t **, void *);
H A Dlist.c47 list_add(list_t **list, void *data) function
68 list_add(nextp, data);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c73 list_add(&page->list, &context->db_page_list);
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_mm.c137 list_add(&node->node_list, &hole_node->node_list);
142 list_add(&node->hole_stack, &mm->hole_stack);
210 list_add(&node->node_list, &hole_node->node_list);
216 list_add(&node->hole_stack, &mm->hole_stack);
280 list_add(&prev_node->hole_stack, &mm->hole_stack);
301 list_add(&node->node_list, &mm->unused_nodes);
500 list_add(&node->node_list, &prev_node->node_list);
H A Ddrm_linux_list.h62 list_add(struct list_head *new, struct list_head *head) { function
95 list_add(list, head);
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_mm.c256 list_add(&next_node->fl_entry,
270 list_add(&cur->fl_entry, &mm->fl_entry);
274 list_add(&cur->fl_entry, &mm->unused_nodes);
H A Ddrm_linux_list.h57 list_add(struct list_head *new, struct list_head *head) { function
/freebsd-10.0-release/sys/dev/hpt27xx/
H A Dlist.h54 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) function
/freebsd-10.0-release/sys/dev/hptnr/
H A Dlist.h53 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) function
/freebsd-10.0-release/sys/dev/hptrr/
H A Dlist.h56 static HPT_INLINE void list_add(struct list_head *_new, struct list_head *head) function
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dinterrupt.h114 list_add(&irqe->links, &dev->irqents);
H A Dlist.h139 list_add(struct list_head *new, struct list_head *head) function
157 list_add(list, head);
H A Dpci.h457 list_add(&pdev->links, &pci_devices);
502 list_add(&pdrv->links, &pci_drivers);
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dpd.c213 list_add(&uar->bf_list, &priv->bf_list);
264 list_add(&bf->uar->bf_list, &priv->bf_list);
H A Dcatas.c81 list_add(&priv->catas_err.list, &catas_list);
H A Dalloc.c365 list_add(&pgdir->list, &priv->pgdir_list);
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_gem_evict.c40 list_add(&obj->exec_list, unwind);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_catas.c127 list_add(&dev->catas_err.list, &catas_list);
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c111 list_add(&hash->h_buckets[bucket], key);
H A Dmerge.c682 list_add(mcd->md_iitba, sii);
710 list_add(mcd->md_tdtbr, tgtp);
843 list_add(&mcd->md_tgt->td_fwdlist, new);
/freebsd-10.0-release/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c80 * list_add - add a new entry
87 static inline void list_add(struct list_head *new, struct list_head *head) function
175 list_add(list, head);
221 * if another CPU could re-list_add() it.
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_sa.c212 list_add(&sa_bo->olist, sa_manager->hole);
/freebsd-10.0-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c624 list_add(&sec_pool->pools, &_manager->pools);
627 list_add(&pool->pools, &dev->dma_pools);
774 list_add(&dma_p->page_list, d_pages);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dfmr_pool.c479 list_add(&fmr->list, &pool->free_list);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/debug/
H A Dmemtrack.c252 list_add(&new_mem_info_p->list, &obj_desc_p->tracked_objs_head);

Completed in 167 milliseconds

12