Searched refs:list_head (Results 51 - 75 of 176) sorted by relevance

12345678

/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_gem_evict.c38 mark_free(struct drm_i915_gem_object *obj, struct list_head *unwind)
52 struct list_head eviction_list, unwind_list;
H A Di915_drv.h261 struct list_head lru_list;
568 struct list_head gtt_list;
588 struct list_head active_list;
597 struct list_head flushing_list;
609 struct list_head inactive_list;
612 struct list_head fence_list;
806 struct list_head gtt_list;
808 struct list_head ring_list;
809 struct list_head mm_list;
811 struct list_head gpu_write_lis
[all...]
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_object.h140 struct list_head *head);
141 extern int radeon_bo_list_validate(struct list_head *head);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_onexit.c90 while ((ap = list_head(&zo->zo_actions)) != NULL) {
190 for (ap = list_head(l); ap != NULL; ap = list_next(l, ap)) {
H A Ddmu_zfetch.c154 while ((zs = list_head(&zf->zf_stream)) != NULL)
180 for (zstream_t *zs = list_head(&zf->zf_stream);
245 for (zs = list_head(&zf->zf_stream); zs != NULL;
/freebsd-10-stable/sys/ofed/include/rdma/
H A Dib_verbs.h445 struct list_head list;
995 struct list_head pd_list;
996 struct list_head mr_list;
997 struct list_head mw_list;
998 struct list_head cq_list;
999 struct list_head qp_list;
1000 struct list_head srq_list;
1001 struct list_head ah_list;
1002 struct list_head xrcd_list;
1010 struct list_head lis
[all...]
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_fb_helper.h78 struct list_head kernel_fb_list;
/freebsd-10-stable/sys/ofed/include/linux/
H A Dkobject.h54 struct list_head entry;
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_doorbell.c36 struct list_head list;
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Dmlx4.h442 struct list_head list;
447 struct list_head list;
452 struct list_head list;
454 struct list_head duplicates;
470 struct list_head mcast_filters[MLX4_MAX_PORTS + 1];
511 struct list_head res_list[MLX4_NUM_OF_RESOURCE_TYPE];
693 struct list_head list;
793 struct list_head promisc_qps[MLX4_NUM_STEERS];
794 struct list_head steer_entries[MLX4_NUM_STEERS];
807 struct list_head lis
[all...]
/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c106 struct list_head pools; /* The 'struct device->dma_pools link */
109 struct list_head inuse_list;
110 struct list_head free_list;
131 struct list_head page_list;
157 struct list_head pools;
173 struct list_head pools;
380 static void ttm_dma_pages_put(struct dma_pool *pool, struct list_head *d_pages,
422 struct list_head d_pages;
675 struct list_head *d_pages,
708 struct list_head *d_page
[all...]
H A Dttm_object.c67 struct list_head ref_list;
114 struct list_head head;
365 struct list_head *list;
/freebsd-10-stable/sys/dev/drm/
H A Dmach64_drv.h60 struct list_head list; /* List pointers for free_list, placeholders, or pending list */
89 struct list_head free_list; /* Free-list head */
90 struct list_head placeholders; /* Placeholder list for buffers held by clients */
91 struct list_head pending; /* Buffers pending completion */
722 struct list_head *ptr;
782 struct list_head *ptr; \
836 struct list_head *ptr; \
H A Di915_drv.h248 struct list_head active_list;
257 struct list_head flushing_list;
267 struct list_head inactive_list;
273 struct list_head request_list;
337 struct list_head list;
406 struct list_head list;
/freebsd-10-stable/sys/dev/mlx5/
H A Ddriver.h265 struct list_head list;
300 struct list_head head;
391 struct list_head list;
456 struct list_head comp_eqs_list;
477 struct list_head list;
562 struct list_head pgdir_list;
570 struct list_head dev_list;
571 struct list_head ctx_list;
701 struct list_head list;
1017 struct list_head lis
[all...]
H A Dcq.h53 struct list_head reset_notify;
/freebsd-10-stable/contrib/binutils/binutils/
H A Dcoffgrok.h172 struct coff_scope *list_head; /* children */ member in struct:coff_scope
/freebsd-10-stable/sys/dev/hptnr/
H A Darray.h100 struct list_head link;
/freebsd-10-stable/sys/dev/hptrr/
H A Darray.h103 struct list_head link;
/freebsd-10-stable/sys/dev/isci/scil/
H A Dscif_sas_remote_device_ready_substates.c237 pending_request_element = fw_domain->request_list.list_head;
H A Dscif_sas_stp_remote_device.c193 pending_request_element = fw_domain->request_list.list_head;
H A Dscif_sas_stp_task_request.c220 pending_request_element = fw_domain->request_list.list_head;
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A Ddn_test.h87 struct list_head h; /* used by the generator */
/freebsd-10-stable/sys/dev/hpt27xx/
H A Darray.h101 struct list_head link;
/freebsd-10-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.h77 struct list_head *list;

Completed in 171 milliseconds

12345678