| /src/sys/dev/drm2/ttm/ |
| H A D | ttm_execbuf_util.c | 92 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 D | ttm_bo_util.c | 105 bo = list_first_entry(&man->io_reserve_lru, in ttm_mem_io_evict()
|
| /src/sys/netpfil/ipfw/test/ |
| H A D | mylist.h | 31 #define list_first_entry(pL, ty, member) \ macro
|
| /src/usr.sbin/moused/moused/ |
| H A D | util-list.h | 136 #define list_first_entry(head, pointer_of_type, member) \ macro
|
| /src/sys/dev/mlx4/mlx4_ib/ |
| H A 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()
|
| /src/sys/contrib/dev/athk/ |
| H A D | dfs_pri_detector.c | 139 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 D | list.h | 151 #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 D | list.h | 167 #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 D | adf_dev_mgr.c | 229 list_first_entry(&accel_table, struct adf_accel_dev, list); in adf_devmgr_get_first()
|
| /src/sys/contrib/vchiq/interface/compat/ |
| H A D | list.h | 202 #define list_first_entry(PTR, TYPE, FIELD) \ macro
|
| /src/sys/dev/iser/ |
| H A D | iser_memory.c | 34 desc = list_first_entry(&ib_conn->fastreg.pool, in iser_reg_desc_get()
|
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_counters.c | 302 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 D | mlx5_uar.c | 167 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 D | rx.c | 265 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 D | mlx5fpga_trans.c | 82 ret = list_first_entry(&fdev->trans->free_queue, in alloc_tid()
|
| /src/sys/dev/mlx4/mlx4_core/ |
| H A 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()
|
| /src/sys/dev/drm2/ |
| H A D | drm_linux_list.h | 149 #define list_first_entry(ptr, type, member) \ macro
|
| H A D | drm_fops.c | 475 e = list_first_entry(&file_priv->event_list, in drm_dequeue_event()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | fweh.c | 240 event = list_first_entry(&fweh->event_q, in brcmf_fweh_dequeue_event()
|
| H A D | chip.c | 1094 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 D | ib_uverbs_main.c | 773 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 D | spectral.c | 176 return list_first_entry(&ar->arvifs, typeof(*arvif), list); in ath10k_get_spectral_vdev()
|
| /src/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_mr.c | 228 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 D | mkregtable.c | 363 #define list_first_entry(ptr, type, member) \ macro
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | dma.c | 60 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()
|