Home
last modified time | relevance | path

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

12

/freebsd/sys/dev/drm2/ttm/
H A Dttm_execbuf_util.c92 entry = list_first_entry(list, struct ttm_validate_buffer, head); in ttm_eu_backoff_reservation()
127 entry = list_first_entry(list, struct ttm_validate_buffer, head); in ttm_eu_reserve_buffers()
214 bo = list_first_entry(list, struct ttm_validate_buffer, head)->bo; in ttm_eu_fence_buffer_objects()
H A Dttm_bo_util.c105 bo = list_first_entry(&man->io_reserve_lru, in ttm_mem_io_evict()
H A Dttm_bo.c701 entry = list_first_entry(&bdev->ddestroy, in ttm_bo_delayed_delete()
709 nentry = list_first_entry(&entry->ddestroy, in ttm_bo_delayed_delete()
/freebsd/sys/netpfil/ipfw/test/
H A Dmylist.h31 #define list_first_entry(pL, ty, member) \ macro
/freebsd/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/sys/contrib/dev/athk/
H A Ddfs_pri_detector.c139 pse = list_first_entry(&pseq_pool, struct pri_sequence, head); in pool_get_pseq_elem()
152 pe = list_first_entry(&pulse_pool, struct pulse_elem, head); in pool_get_pulse_elem()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c
H A Dmlx5_fs_counters.c302 counter = list_first_entry(&fc_stats->counters, struct mlx5_fc, in mlx5_fc_stats_work()
690 bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list); in mlx5_fc_pool_acquire_from_list()
H A Dmlx5_uar.c167 ret = list_first_entry(&mdev->priv.bfregs.reg_head.list, in mlx5_get_uars_page()
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h151 #define list_first_entry(ptr, type, member) \ macro
158 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h167 #define list_first_entry(ptr, type, member) \ macro
174 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c229 list_first_entry(&accel_table, struct adf_accel_dev, list); in adf_devmgr_get_first()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
/freebsd/sys/dev/iser/
H A Diser_memory.c34 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
/freebsd/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/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c82 ret = list_first_entry(&fdev->trans->free_queue, in alloc_tid()
/freebsd/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/sys/dev/drm2/
H A Ddrm_linux_list.h149 #define list_first_entry(ptr, type, member) \ macro
H A Ddrm_fops.c475 e = list_first_entry(&file_priv->event_list, in drm_dequeue_event()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Ddma.c86 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
102 t = list_first_entry(&dev->rxwi_cache, struct mt76_txwi_cache, in __mt76_get_rxwi()
H A Dmt76x02_dfs.c171 seq = list_first_entry(&dfs_pd->seq_pool, in mt76x02_dfs_seq_pool_get()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c773 priv = list_first_entry(&ufile->umaps, in uverbs_user_mmap_disassociate()
1128 file = list_first_entry(&uverbs_dev->uverbs_file_list, in ib_uverbs_free_hw_resources()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dspectral.c176 return list_first_entry(&ar->arvifs, typeof(*arvif), list); in ath10k_get_spectral_vdev()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c228 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list); in remove_keys()
342 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, in alloc_cached_mr()
400 mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list); in clean_keys()
/freebsd/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c363 #define list_first_entry(ptr, type, member) \ macro

12