Searched refs:list_first_entry_or_null (Results 251 - 275 of 305) sorted by relevance

<<111213

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c2266 meta = list_first_entry_or_null(&ctx->buffer_meta_list,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Ddebug.c1178 pdev_stats = list_first_entry_or_null(&ar->debug.fw_stats.pdevs,
H A Dwmi.c8437 pdev = list_first_entry_or_null(&fw_stats->pdevs,
8495 pdev = list_first_entry_or_null(&fw_stats->pdevs,
8643 pdev = list_first_entry_or_null(&fw_stats->pdevs,
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c1756 label_ent = list_first_entry_or_null(&nd_mapping->labels,
/linux-master/drivers/scsi/
H A Dipr.c2524 hostrcb = list_first_entry_or_null(&ioa->hostrcb_free_q,
2529 hostrcb = list_first_entry_or_null(&ioa->hostrcb_report_q,
4101 hostrcb = list_first_entry_or_null(&ioa_cfg->hostrcb_report_q,
4124 hostrcb = list_first_entry_or_null(&ioa_cfg->hostrcb_report_q,
H A Ddc395x.c1001 srb = list_first_entry_or_null(&acb->srb_free_list,
/linux-master/mm/
H A Dpercpu.c2142 while ((chunk = list_first_entry_or_null(
/linux-master/tools/perf/util/
H A Dcs-etm.c3127 struct auxtrace_index *index = list_first_entry_or_null(&session->auxtrace_index,
/linux-master/drivers/net/team/
H A Dteam.c2735 port = list_first_entry_or_null(&team->port_list,
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c2205 iter = list_first_entry_or_null(&dev->twt_list,
/linux-master/net/mptcp/
H A Dpm_netlink.c728 subflow = list_first_entry_or_null(&msk->conn_list, typeof(*subflow), node);
/linux-master/drivers/power/supply/
H A Dab8500_fg.c251 return list_first_entry_or_null(&ab8500_fg_list, struct ab8500_fg,
/linux-master/lib/
H A Dtest_xarray.c1896 while ((node = list_first_entry_or_null(&shadow_nodes,
/linux-master/drivers/i3c/
H A Dmaster.c2651 slot = list_first_entry_or_null(&pool->free_slots,
/linux-master/drivers/nvme/target/
H A Drdma.c217 rsp = list_first_entry_or_null(&queue->free_rsps,
/linux-master/net/tls/
H A Dtls_sw.c2580 rec = list_first_entry_or_null(&ctx->tx_list, struct tls_rec, list);
/linux-master/fs/btrfs/
H A Dzoned.c1842 while ((sum = list_first_entry_or_null(&ordered->list,
/linux-master/fs/bcachefs/
H A Dec.c2217 h = list_first_entry_or_null(&c->ec_stripe_head_list,
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c600 job = list_first_entry_or_null(&acrtc->wb_conn->job_queue,
5953 m_pref = list_first_entry_or_null(
6248 preferred_mode = list_first_entry_or_null(
9646 commit = list_first_entry_or_null(&crtc->commit_list,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c200 trap = list_first_entry_or_null(&trap_list->list,
380 trap = list_first_entry_or_null(&ibp->rvp.trap_lists[i].list,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c3432 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts,
3454 ce = list_first_entry_or_null(&guc->submission_state.destroyed_contexts,
/linux-master/net/bluetooth/
H A Dhci_event.c2377 link = list_first_entry_or_null(&acl->link_list,
2660 link = list_first_entry_or_null(&acl->link_list,
/linux-master/kernel/locking/
H A Dlockdep.c1313 class = list_first_entry_or_null(&free_lock_classes, typeof(*class),
/linux-master/drivers/edac/
H A Dsb_edac.c751 return list_first_entry_or_null(&sbridge_edac_list,
/linux-master/drivers/hid/
H A Dhid-logitech-hidpp.c4377 report = list_first_entry_or_null(report_list, struct hid_report, list);

Completed in 461 milliseconds

<<111213