| /freebsd-12-stable/sys/dev/drm2/i915/ |
| D | i915_gem_evict.c | 109 obj = list_first_entry(&unwind_list, in i915_gem_evict_something() 130 obj = list_first_entry(&unwind_list, in i915_gem_evict_something() 143 obj = list_first_entry(&eviction_list, in i915_gem_evict_something()
|
| D | i915_gem_execbuffer.c | 425 obj = list_first_entry(objects, in i915_gem_execbuffer_reserve() 525 obj = list_first_entry(objects, in i915_gem_execbuffer_relocate_slow() 1132 obj = list_first_entry(&objects, in i915_gem_do_execbuffer()
|
| D | i915_gem.c | 2364 request = list_first_entry(&ring->request_list, in i915_gem_reset_ring_lists() 2376 obj = list_first_entry(&ring->active_list, in i915_gem_reset_ring_lists() 2448 request = list_first_entry(&ring->request_list, in i915_gem_retire_requests_ring() 2475 obj = list_first_entry(&ring->active_list, in i915_gem_retire_requests_ring() 4702 request = list_first_entry(&file_priv->mm.request_list, in i915_gem_release()
|
| /freebsd-12-stable/sys/dev/drm2/ttm/ |
| D | ttm_execbuf_util.c | 94 entry = list_first_entry(list, struct ttm_validate_buffer, head); in ttm_eu_backoff_reservation() 129 entry = list_first_entry(list, struct ttm_validate_buffer, head); in ttm_eu_reserve_buffers() 216 bo = list_first_entry(list, struct ttm_validate_buffer, head)->bo; in ttm_eu_fence_buffer_objects()
|
| D | ttm_bo_util.c | 107 bo = list_first_entry(&man->io_reserve_lru, in ttm_mem_io_evict()
|
| D | ttm_bo.c | 703 entry = list_first_entry(&bdev->ddestroy, in ttm_bo_delayed_delete() 711 nentry = list_first_entry(&entry->ddestroy, in ttm_bo_delayed_delete()
|
| D | ttm_page_alloc_dma.c | 850 d_page = list_first_entry(&pool->free_list, struct dma_page, page_list); in ttm_dma_pool_get_pages()
|
| /freebsd-12-stable/sys/netpfil/ipfw/test/ |
| D | mylist.h | 32 #define list_first_entry(pL, ty, member) \ macro
|
| D | main.c | 684 q = list_first_entry(h, struct dn_queue, ni.h); in controller()
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_ib/ |
| D | mlx4_ib_mcg.c | 550 req = list_first_entry(&group->pending_list, struct mcast_req, group_list); in mlx4_ib_mcg_timeout_handler() 675 req = list_first_entry(&group->pending_list, in mlx4_ib_mcg_work_handler() 711 req = list_first_entry(&group->pending_list, struct mcast_req, in mlx4_ib_mcg_work_handler() 767 req = list_first_entry(&group->pending_list, in search_relocate_mgid0_group() 1013 req = list_first_entry(&group->pending_list, struct mcast_req, group_list); in sysfs_show_group() 1174 group_first = list_first_entry(&group->pending_list, struct mcast_req, group_list); in clear_pending_reqs()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_core/ |
| D | mlx5_fs_tree.c | 415 src_dst = list_first_entry(&src_ft->star_rule.fte->dests, in fs_set_star_rule() 469 list_first_entry(&iter->star_rule.fte->dests, in connect_prev_fts() 1280 list_first_entry(&prio->objs, struct mlx5_flow_table, base.list) != in find_prev_ft() 1486 bool is_new_rule = list_first_entry(&fte->dests, in call_to_add_rule_notifiers() 1928 list_first_entry(&iter_ns->prios, in cleanup_root_ns() 1941 list_first_entry(&iter_prio->objs, in cleanup_root_ns() 1951 list_first_entry(&root_ns->ns.prios, in cleanup_root_ns() 1971 prio = list_first_entry(&root_ns->ns.prios, in cleanup_single_prio_root_ns() 2415 ns = list_first_entry(&fs_prio->objs, in mlx5_get_flow_namespace()
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | list.h | 170 #define list_first_entry(ptr, type, member) \ macro 177 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
|
| /freebsd-12-stable/lib/libpmc/pmu-events/ |
| D | list.h | 153 #define list_first_entry(ptr, type, member) \ macro 160 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
|
| /freebsd-12-stable/sys/contrib/vchiq/interface/compat/ |
| D | list.h | 202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
|
| /freebsd-12-stable/sys/dev/iser/ |
| D | iser_memory.c | 35 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/ |
| D | mlx5fpga_trans.c | 84 ret = list_first_entry(&fdev->trans->free_queue, in alloc_tid()
|
| D | mlx5fpga_conn.c | 307 nextbuf = list_first_entry(&conn->qp.sq.backlog, in mlx5_fpga_conn_sq_cqe()
|
| /freebsd-12-stable/sys/dev/mlx4/mlx4_core/ |
| D | mlx4_alloc.c | 292 struct mlx4_zone_entry *next = list_first_entry(&entry->list, in __mlx4_zone_remove_one_entry() 398 curr_node = list_first_entry(&curr_node->prio_list, in __mlx4_alloc_from_zone()
|
| /freebsd-12-stable/sys/dev/drm2/radeon/ |
| D | radeon_sa.c | 280 sa_bo = list_first_entry(&sa_manager->flist[i], in radeon_sa_bo_next_hole()
|
| D | radeon_gart.c | 593 vm_evict = list_first_entry(&rdev->vm_manager.lru_vm, in radeon_vm_evict()
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_linux_list.h | 151 #define list_first_entry(ptr, type, member) \ macro
|
| D | drm_fops.c | 483 e = list_first_entry(&file_priv->event_list, in drm_dequeue_event()
|
| /freebsd-12-stable/sys/dev/mlx5/mlx5_ib/ |
| D | mlx5_ib_mr.c | 227 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list); in remove_keys() 341 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, in alloc_cached_mr() 399 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list); in clean_keys()
|
| /freebsd-12-stable/tools/tools/drm/radeon/mkregtable/ |
| D | mkregtable.c | 366 #define list_first_entry(ptr, type, member) \ macro
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_uverbs_main.c | 1272 file = list_first_entry(&uverbs_dev->uverbs_file_list, in ib_uverbs_free_hw_resources() 1305 event_file = list_first_entry(&uverbs_dev-> in ib_uverbs_free_hw_resources()
|