Home
last modified time | relevance | path

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

123

/src/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()
/src/sys/netpfil/ipfw/test/
H A Dmylist.h31 #define list_first_entry(pL, ty, member) \ macro
/src/usr.sbin/moused/moused/
H A Dutil-list.h136 #define list_first_entry(head, pointer_of_type, member) \ macro
/src/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()
/src/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()
/src/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)
/src/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)
/src/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()
/src/sys/contrib/vchiq/interface/compat/
H A Dlist.h202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
/src/sys/dev/iser/
H A Diser_memory.c34 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
/src/sys/dev/mlx5/mlx5_core/
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()
/src/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Drx.c265 rxb = list_first_entry(&rxq->rx_free, struct iwl_rx_mem_buffer, in iwl_pcie_rxmq_restock()
316 rxb = list_first_entry(&rxq->rx_free, struct iwl_rx_mem_buffer, in iwl_pcie_rxsq_restock()
458 rxb = list_first_entry(&rxq->rx_used, struct iwl_rx_mem_buffer, in iwl_pcie_rxq_alloc_rbs()
549 rxb = list_first_entry(&local_empty, in iwl_pcie_rx_allocator()
638 list_first_entry(&rba->rbd_allocated, in iwl_pcie_rx_allocator_get()
/src/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_trans.c82 ret = list_first_entry(&fdev->trans->free_queue, in alloc_tid()
/src/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()
/src/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()
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dfweh.c240 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
H A Dchip.c1094 cc = list_first_entry(&chip->cores, struct brcmf_core_priv, list); in brcmf_chip_setup()
1217 cc = list_first_entry(&chip->cores, struct brcmf_core_priv, list); in brcmf_chip_get_chipcommon()
/src/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()
/src/sys/contrib/dev/athk/ath10k/
H A Dspectral.c176 return list_first_entry(&ar->arvifs, typeof(*arvif), list); in ath10k_get_spectral_vdev()
/src/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()
/src/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c363 #define list_first_entry(ptr, type, member) \ macro
/src/sys/contrib/dev/mediatek/mt76/
H A Ddma.c60 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
76 t = list_first_entry(&dev->rxwi_cache, struct mt76_txwi_cache, in __mt76_get_rxwi()

123