Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12-stable/sys/dev/drm2/i915/
Di915_gem_evict.c109 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()
Di915_gem_execbuffer.c425 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()
Di915_gem.c2364 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/
Dttm_execbuf_util.c94 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()
Dttm_bo_util.c107 bo = list_first_entry(&man->io_reserve_lru, in ttm_mem_io_evict()
Dttm_bo.c703 entry = list_first_entry(&bdev->ddestroy, in ttm_bo_delayed_delete()
711 nentry = list_first_entry(&entry->ddestroy, in ttm_bo_delayed_delete()
Dttm_page_alloc_dma.c850 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/
Dmylist.h32 #define list_first_entry(pL, ty, member) \ macro
Dmain.c684 q = list_first_entry(h, struct dn_queue, ni.h); in controller()
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_mcg.c550 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/
Dmlx5_fs_tree.c415 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/
Dlist.h170 #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/
Dlist.h153 #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/
Dlist.h202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
/freebsd-12-stable/sys/dev/iser/
Diser_memory.c35 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
Dmlx5fpga_trans.c84 ret = list_first_entry(&fdev->trans->free_queue, in alloc_tid()
Dmlx5fpga_conn.c307 nextbuf = list_first_entry(&conn->qp.sq.backlog, in mlx5_fpga_conn_sq_cqe()
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_alloc.c292 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/
Dradeon_sa.c280 sa_bo = list_first_entry(&sa_manager->flist[i], in radeon_sa_bo_next_hole()
Dradeon_gart.c593 vm_evict = list_first_entry(&rdev->vm_manager.lru_vm, in radeon_vm_evict()
/freebsd-12-stable/sys/dev/drm2/
Ddrm_linux_list.h151 #define list_first_entry(ptr, type, member) \ macro
Ddrm_fops.c483 e = list_first_entry(&file_priv->event_list, in drm_dequeue_event()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_mr.c227 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/
Dmkregtable.c366 #define list_first_entry(ptr, type, member) \ macro
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dib_uverbs_main.c1272 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()

12