Home
last modified time | relevance | path

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

12

/freebsd-13.1/sys/dev/drm2/ttm/
H A 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()
H A Dttm_bo_util.c107 bo = list_first_entry(&man->io_reserve_lru, in ttm_mem_io_evict()
H A 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()
H A 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-13.1/sys/netpfil/ipfw/test/
H A Dmylist.h32 #define list_first_entry(pL, ty, member) \ macro
H A Dmain.c681 q = list_first_entry(h, struct dn_queue, ni.h); in controller()
/freebsd-13.1/sys/dev/mlx4/mlx4_ib/
H A 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-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c428 src_dst = list_first_entry(&src_ft->star_rule.fte->dests, in fs_set_star_rule()
482 list_first_entry(&iter->star_rule.fte->dests, in connect_prev_fts()
1293 list_first_entry(&prio->objs, struct mlx5_flow_table, base.list) != in find_prev_ft()
1501 bool is_new_rule = list_first_entry(&fte->dests, in call_to_add_rule_notifiers()
1943 list_first_entry(&iter_ns->prios, in cleanup_root_ns()
1956 list_first_entry(&iter_prio->objs, in cleanup_root_ns()
1966 list_first_entry(&root_ns->ns.prios, in cleanup_root_ns()
1986 prio = list_first_entry(&root_ns->ns.prios, in cleanup_single_prio_root_ns()
2433 ns = list_first_entry(&fs_prio->objs, in mlx5_get_flow_namespace()
H A Dmlx5_uar.c169 ret = list_first_entry(&mdev->priv.bfregs.reg_head.list, in mlx5_get_uars_page()
/freebsd-13.1/lib/libpmc/pmu-events/
H A Dlist.h153 #define list_first_entry(ptr, type, member) \ macro
160 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h177 #define list_first_entry(ptr, type, member) \ macro
184 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
/freebsd-13.1/sys/contrib/vchiq/interface/compat/
H A Dlist.h202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
/freebsd-13.1/sys/dev/iser/
H A Diser_memory.c35 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c268 rxb = list_first_entry(&rxq->rx_free, struct iwl_rx_mem_buffer,
319 rxb = list_first_entry(&rxq->rx_free, struct iwl_rx_mem_buffer,
461 rxb = list_first_entry(&rxq->rx_used, struct iwl_rx_mem_buffer,
552 rxb = list_first_entry(&local_empty,
641 list_first_entry(&rba->rbd_allocated,
/freebsd-13.1/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c84 ret = list_first_entry(&fdev->trans->free_queue, in alloc_tid()
H A Dmlx5fpga_conn.c307 nextbuf = list_first_entry(&conn->qp.sq.backlog, in mlx5_fpga_conn_sq_cqe()
/freebsd-13.1/sys/dev/mlx4/mlx4_core/
H A 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-13.1/sys/dev/drm2/
H A Ddrm_linux_list.h151 #define list_first_entry(ptr, type, member) \ macro
H A Ddrm_fops.c483 e = list_first_entry(&file_priv->event_list, in drm_dequeue_event()
H A Ddrm_edid.c512 preferred_mode = list_first_entry(&connector->probed_modes, in edid_fixup_preferred()
/freebsd-13.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c230 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list); in remove_keys()
344 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, in alloc_cached_mr()
402 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list); in clean_keys()
/freebsd-13.1/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c366 #define list_first_entry(ptr, type, member) \ macro
/freebsd-13.1/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c1295 file = list_first_entry(&uverbs_dev->uverbs_file_list, in ib_uverbs_free_hw_resources()
1328 event_file = list_first_entry(&uverbs_dev-> in ib_uverbs_free_hw_resources()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c841 if (list_first_entry(&(tq->tq_thread_list), taskq_thread_t, in taskq_thread_should_stop()
/freebsd-13.1/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c4286 pbl = list_first_entry(&info->inuse_pbl_list,
4410 info->pbl_table = list_first_entry(&info->free_pbl_list,

12