Searched refs:list_first_entry (Results 126 - 150 of 882) sorted by relevance

1234567891011>>

/linux-master/mm/
H A Dzbud.c264 zhdr = list_first_entry(&pool->unbuddied[i],
H A Dpage_reporting.c243 next = list_first_entry(list, struct page, lru);
/linux-master/drivers/spi/
H A Dspi-fsl-espi.c160 first = list_first_entry(&m->transfers, struct spi_transfer,
407 espi->tx_t = list_first_entry(&m->transfers, struct spi_transfer,
411 espi->rx_t = list_first_entry(&m->transfers, struct spi_transfer,
455 t = list_first_entry(&m->transfers, struct spi_transfer,
/linux-master/kernel/rcu/
H A Dsrcutiny.c280 ssp = list_first_entry(&srcu_boot_list,
/linux-master/net/handshake/
H A Dnetlink.c212 req = list_first_entry(&requests, struct handshake_req, hr_list);
/linux-master/sound/soc/intel/boards/
H A Dehl_rt5660.c104 pcm = list_first_entry(&ctx->hdmi_pcm_list, struct sof_hdmi_pcm, head);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.h122 #define nvkm_runl_first(fifo) list_first_entry(&(fifo)->runls, struct nvkm_runl, head)
/linux-master/security/apparmor/include/
H A Dpolicy.h318 rule = list_first_entry(head, typeof(*rule), list);
/linux-master/sound/soc/fsl/
H A Dimx-rpmsg.c38 struct snd_soc_pcm_runtime *rtd = list_first_entry(&card->rtd_list,
/linux-master/sound/soc/intel/avs/boards/
H A Dhdaudio.c32 pcm = list_first_entry(&codec->pcm_list_head, struct hda_pcm, list);
/linux-master/fs/netfs/
H A Dobjects.c79 subreq = list_first_entry(&rreq->subrequests,
/linux-master/sound/virtio/
H A Dvirtio_ctl_msg.c241 list_first_entry(&snd->ctl_msgs, struct virtio_snd_msg,
/linux-master/drivers/dma/qcom/
H A Dhidma.c181 mchan->running = list_first_entry(&mchan->active,
243 struct hidma_desc *desc = list_first_entry(&mchan->active,
404 mdesc = list_first_entry(&mchan->free, struct hidma_desc, node);
438 mdesc = list_first_entry(&mchan->free, struct hidma_desc, node);
/linux-master/fs/btrfs/
H A Draid-stripe-tree.c141 bioc = list_first_entry(&ordered_extent->bioc_list,
/linux-master/drivers/gpu/drm/
H A Ddrm_modeset_lock.c282 lock = list_first_entry(&ctx->locked,
/linux-master/drivers/iommu/
H A Dmsm_iommu.c367 master = list_first_entry(&iommu->ctx_list,
407 master = list_first_entry(&iommu->ctx_list,
538 iommu = list_first_entry(&priv->list_attached,
544 master = list_first_entry(&iommu->ctx_list,
/linux-master/include/linux/
H A Dlist.h604 * list_first_entry - get the first element from a list
611 #define list_first_entry(ptr, type, member) \ macro
658 list_first_entry(head, typeof(*(pos)), member) : list_next_entry(pos, member))
778 for (pos = list_first_entry(head, typeof(*pos), member); \
865 for (pos = list_first_entry(head, typeof(*pos), member), \
/linux-master/drivers/usb/gadget/function/
H A Du_ether.c379 req = list_first_entry(&dev->rx_reqs, struct usb_request, list);
523 req = list_first_entry(&dev->tx_reqs, struct usb_request, list);
1215 req = list_first_entry(&dev->tx_reqs, struct usb_request, list);
1228 req = list_first_entry(&dev->rx_reqs, struct usb_request, list);
/linux-master/drivers/firmware/arm_scmi/
H A Draw_mode.c266 rb = list_first_entry(head, struct scmi_raw_buffer, node);
305 rb = list_first_entry(&q->msg_q, struct scmi_raw_buffer, node);
343 rw = list_first_entry(&raw->free_waiters,
400 rw = list_first_entry(&raw->active_waiters,
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_kunit.c1033 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield,
1046 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield,
1060 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield,
1073 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield,
1086 kf = list_first_entry(&rule->keyfields, struct vcap_client_keyfield,
1128 af = list_first_entry(&rule->actionfields,
1140 af = list_first_entry(&rule->actionfields,
1152 af = list_first_entry(&rule->actionfields,
1164 af = list_first_entry(&rule->actionfields,
1176 af = list_first_entry(
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c316 p_pkt = list_first_entry(&p_tx->active_descq,
374 p_pkt = list_first_entry(&p_tx->active_descq,
492 p_pkt = list_first_entry(&p_rx->active_descq,
596 p_pkt = list_first_entry(&p_rx->active_descq,
710 p_pkt = list_first_entry(&p_rx->active_descq,
904 p_pkt = list_first_entry(&p_tx->active_descq,
1732 p_posting_packet = list_first_entry(&p_rx->posting_descq,
1797 p_curp = list_first_entry(&p_rx->free_descq,
1973 p_pkt = list_first_entry(&p_tx->sending_descq,
2026 p_curp = list_first_entry(
[all...]
/linux-master/net/tipc/
H A Dname_table.c598 p = list_first_entry(l, struct publication, local_publ);
602 p = list_first_entry(l, struct publication, local_publ);
606 p = list_first_entry(l, struct publication, all_publ);
973 p = list_first_entry(&sr->all_publ,
1174 dst = list_first_entry(l, typeof(*dst), list);
/linux-master/drivers/remoteproc/
H A Dti_k3_r5_remoteproc.c361 core = list_first_entry(&cluster->cores, struct k3_r5_core, elem);
844 core0 = list_first_entry(&cluster->cores, struct k3_r5_core, elem);
1083 core0 = list_first_entry(&cluster->cores, struct k3_r5_core, elem);
1122 core0 = list_first_entry(&cluster->cores, struct k3_r5_core, elem);
1329 list_first_entry(&cluster->cores, struct k3_r5_core, elem) :
/linux-master/drivers/dma/
H A Dnbpfaxi.c390 struct nbpf_link_desc *ldesc = list_first_entry(&desc->sg, struct nbpf_link_desc, node);
615 struct nbpf_desc *desc = list_first_entry(&chan->active,
803 desc = list_first_entry(&chan->free, struct nbpf_desc, node);
819 ldesc = list_first_entry(&chan->free_links,
1208 desc = list_first_entry(&chan->active,
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c398 packet = list_first_entry(buf_list, struct htc_packet, list);
613 packet = list_first_entry(&endpoint->txq, struct htc_packet,
628 packet = list_first_entry(&endpoint->txq, struct htc_packet,
698 packet = list_first_entry(queue, struct htc_packet, list);
921 packet = list_first_entry(&txq, struct htc_packet,
1422 packet = list_first_entry(&ep->rx_bufq,
1953 packet = list_first_entry(rxq, struct htc_packet, list);
2089 packet = list_first_entry(rx_pktq, struct htc_packet,
2328 first_pkt = list_first_entry(pkt_queue, struct htc_packet, list);

Completed in 357 milliseconds

1234567891011>>