Symbol: list_first_entry
lib/libpmc/pmu-events/list.h
158
(!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
sys/compat/linuxkpi/common/include/linux/list.h
174
(!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
sys/compat/linuxkpi/common/src/linux_80211.c
7810
wk = list_first_entry(&lwiphy->wwk_list, struct wiphy_work,
sys/dev/drm2/drm_edid.c
510
preferred_mode = list_first_entry(&connector->probed_modes,
sys/dev/drm2/drm_fops.c
475
e = list_first_entry(&file_priv->event_list,
sys/dev/drm2/ttm/ttm_bo.c
701
entry = list_first_entry(&bdev->ddestroy,
sys/dev/drm2/ttm/ttm_bo.c
709
nentry = list_first_entry(&entry->ddestroy,
sys/dev/drm2/ttm/ttm_bo_util.c
105
bo = list_first_entry(&man->io_reserve_lru,
sys/dev/drm2/ttm/ttm_execbuf_util.c
127
entry = list_first_entry(list, struct ttm_validate_buffer, head);
sys/dev/drm2/ttm/ttm_execbuf_util.c
214
bo = list_first_entry(list, struct ttm_validate_buffer, head)->bo;
sys/dev/drm2/ttm/ttm_execbuf_util.c
92
entry = list_first_entry(list, struct ttm_validate_buffer, head);
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
848
d_page = list_first_entry(&pool->free_list, struct dma_page, page_list);
sys/dev/iser/iser_memory.c
34
desc = list_first_entry(&ib_conn->fastreg.pool,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
292
struct mlx4_zone_entry *next = list_first_entry(&entry->list,
sys/dev/mlx4/mlx4_core/mlx4_alloc.c
398
curr_node = list_first_entry(&curr_node->prio_list,
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
1013
req = list_first_entry(&group->pending_list, struct mcast_req, group_list);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
1174
group_first = list_first_entry(&group->pending_list, struct mcast_req, group_list);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
550
req = list_first_entry(&group->pending_list, struct mcast_req, group_list);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
675
req = list_first_entry(&group->pending_list,
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
711
req = list_first_entry(&group->pending_list, struct mcast_req,
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
767
req = list_first_entry(&group->pending_list,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2237
if (!(list_first_entry(&prio->node.children,
sys/dev/mlx5/mlx5_core/mlx5_fs_core.c
2392
ns = list_first_entry(&fs_prio->node.children,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
302
counter = list_first_entry(&fc_stats->counters, struct mlx5_fc,
sys/dev/mlx5/mlx5_core/mlx5_fs_counters.c
690
bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list);
sys/dev/mlx5/mlx5_core/mlx5_uar.c
167
ret = list_first_entry(&mdev->priv.bfregs.reg_head.list,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_conn.c
305
nextbuf = list_first_entry(&conn->qp.sq.backlog,
sys/dev/mlx5/mlx5_fpga/mlx5fpga_trans.c
82
ret = list_first_entry(&fdev->trans->free_queue,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2553
event_sub = list_first_entry(&ev_file->event_list,
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
2559
event = list_first_entry(&ev_file->event_list,
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
228
mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list);
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
342
mr = list_first_entry(&ent->head, struct mlx5_ib_mr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_mr.c
400
mr = list_first_entry(&ent->head, struct mlx5_ib_mr, list);
sys/dev/qat/qat_common/adf_dev_mgr.c
229
list_first_entry(&accel_table, struct adf_accel_dev, list);
sys/dev/qlnx/qlnxr/qlnxr_verbs.c
4121
pbl = list_first_entry(&info->inuse_pbl_list,
sys/netpfil/ipfw/test/main.c
680
q = list_first_entry(h, struct dn_queue, ni.h);
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1128
file = list_first_entry(&uverbs_dev->uverbs_file_list,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
773
priv = list_first_entry(&ufile->umaps,