Searched refs:list_first_entry_or_null (Results 176 - 200 of 305) sorted by relevance

1234567891011>>

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c50 return list_first_entry_or_null(list, struct svc_rdma_rw_ctxt,
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_mst_topology.c3918 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq,
4017 up_req = list_first_entry_or_null(&mgr->up_req_list,
4161 txmsg = list_first_entry_or_null(&mgr->tx_msg_downq,
5039 mstb = list_first_entry_or_null(&mgr->destroy_branch_device_list,
5057 port = list_first_entry_or_null(&mgr->destroy_port_list,
/linux-master/drivers/android/
H A Dbinder.c538 w = list_first_entry_or_null(list, struct binder_work, entry);
614 thread = list_first_entry_or_null(&proc->waiting_threads,
2394 list_first_entry_or_null(pf_head, struct binder_ptr_fixup,
2440 pf = list_first_entry_or_null(pf_head,
3089 w = list_first_entry_or_null(&thread->todo,
/linux-master/kernel/
H A Dworkqueue.c1827 list_first_entry_or_null(&pwq->inactive_works,
1867 pwq = list_first_entry_or_null(&wq->pwqs, struct pool_workqueue,
1897 pwq = list_first_entry_or_null(&nna->pending_pwqs,
1923 work = list_first_entry_or_null(&pwq->inactive_works,
3342 while ((work = list_first_entry_or_null(&worker->scheduled,
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dfw.c1561 rsvd_pkt = list_first_entry_or_null(&rtwdev->rsvd_page_list,
1692 rsvd_pkt = list_first_entry_or_null(&rtwdev->rsvd_page_list,
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c613 buf = list_first_entry_or_null(&video->buffers,
784 buf = list_first_entry_or_null(&video->buffers,
/linux-master/drivers/md/
H A Ddm-zoned-metadata.c414 mblk = list_first_entry_or_null(&zmd->mblk_lru_list,
2248 zone = list_first_entry_or_null(&zmd->reserved_seq_zones_list,
/linux-master/fs/
H A Dlocks.c1665 flc = list_first_entry_or_null(&ctx->flc_lease,
2880 cur = list_first_entry_or_null(&cur->flc_blocked_requests,
/linux-master/drivers/base/regmap/
H A Dregmap.c1454 async = list_first_entry_or_null(&map->async_free,
1699 async = list_first_entry_or_null(&map->async_free,
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c537 while ((temp_buf = list_first_entry_or_null(&free_list,
840 while ((entry = list_first_entry_or_null(&migf->buf_list,
/linux-master/drivers/nvme/host/
H A Dtcp.c415 req = list_first_entry_or_null(&queue->send_list,
419 req = list_first_entry_or_null(&queue->send_list,
/linux-master/net/bluetooth/
H A Dhci_conn.c541 link = list_first_entry_or_null(&conn->link_list, struct hci_link, list);
2564 while ((conn = list_first_entry_or_null(head,
/linux-master/drivers/usb/renesas_usbhs/
H A Dfifo.c94 return list_first_entry_or_null(&pipe->list, struct usbhs_pkt, node);
/linux-master/arch/powerpc/platforms/powernv/
H A Deeh-powernv.c1010 edev = list_first_entry_or_null(&pe->edevs, struct eeh_dev, entry);
/linux-master/net/tls/
H A Dtls_device.c625 info = list_first_entry_or_null(&context->records_list,
/linux-master/drivers/misc/mei/
H A Dbus.c715 return list_first_entry_or_null(&cl->vtag_map,
/linux-master/fs/fuse/
H A Ddax.c134 dmap = list_first_entry_or_null(&fcd->free_ranges,
/linux-master/mm/
H A Dkmemleak.c473 object = list_first_entry_or_null(&mem_pool_free_list,
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c690 fevent = list_first_entry_or_null(&dpu_crtc->frame_event_list,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c1180 request = list_first_entry_or_null(&ct->requests.incoming,
/linux-master/drivers/media/platform/renesas/
H A Drcar_drif.c463 fbuf = list_first_entry_or_null(&sdr->queued_bufs, struct
/linux-master/drivers/dma/
H A Ddma-axi-dmac.c314 return list_first_entry_or_null(&chan->active_descs,
/linux-master/fs/bcachefs/
H A Dmove.c169 list_first_entry_or_null(&ctxt->reads, struct moving_io, read_list);
/linux-master/net/core/
H A Dskmsg.c760 link = list_first_entry_or_null(&psock->link, struct sk_psock_link,
/linux-master/drivers/iommu/iommufd/
H A Dio_pagetable.c312 while ((elm = list_first_entry_or_null(pages_list,

Completed in 343 milliseconds

1234567891011>>