Searched refs:list_first_entry_or_null (Results 76 - 100 of 305) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crc.c278 commit = list_first_entry_or_null(&crtc->commit_list,
/linux-master/net/rxrpc/
H A Dcall_event.c259 while ((txb = list_first_entry_or_null(&call->tx_sendmsg,
H A Dcall_object.c685 while ((txb = list_first_entry_or_null(&call->tx_sendmsg,
690 while ((txb = list_first_entry_or_null(&call->tx_buffer,
/linux-master/kernel/trace/
H A Dtrace_probe.h322 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list);
/linux-master/tools/perf/util/
H A Dpmus.c282 return list_first_entry_or_null(&core_pmus, typeof(*pmu), list);
/linux-master/drivers/xen/
H A Dballoon.c394 page = list_first_entry_or_null(&ballooned_pages, struct page, lru);
/linux-master/fs/xfs/
H A Dxfs_aops.c169 while ((ioend = list_first_entry_or_null(&tmp, struct iomap_ioend,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv50.c143 eobj = list_first_entry_or_null(&imem->lru, typeof(*eobj), lru);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c376 bulk = list_first_entry_or_null(&pool->partial_list,
388 bulk = list_first_entry_or_null(&pool->avail_list,
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_xmit.c762 pxmitbuf = list_first_entry_or_null(&pfree_xmitbuf_queue->queue,
809 pxframe = list_first_entry_or_null(&pfree_xmit_queue->queue,
/linux-master/drivers/dma/mediatek/
H A Dmtk-cqdma.c319 cvd = list_first_entry_or_null(&pc->queue,
350 cvd = list_first_entry_or_null(&pc->queue,
/linux-master/drivers/dma/
H A Dsun4i-dma.c591 promise = list_first_entry_or_null(&contract->demands,
994 promise = list_first_entry_or_null(&contract->demands,
H A Daltera-msgdma.c556 desc = list_first_entry_or_null(&mdev->pending_list,
612 desc = list_first_entry_or_null(&mdev->active_list,
/linux-master/drivers/dma/xilinx/
H A Dzynqmp_dma.c587 desc = list_first_entry_or_null(&chan->pending_list,
634 desc = list_first_entry_or_null(&chan->active_list,
/linux-master/drivers/vdpa/mlx5/core/
H A Dmr.c116 s = list_first_entry_or_null(&mkey->head, struct mlx5_vdpa_direct_mr, list);
128 s = list_first_entry_or_null(&mkey->head, struct mlx5_vdpa_direct_mr, list);
/linux-master/net/nfc/
H A Ddigital_core.c119 cmd = list_first_entry_or_null(&ddev->cmd_queue, struct digital_cmd,
163 cmd = list_first_entry_or_null(&ddev->cmd_queue, struct digital_cmd,
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c351 block = list_first_entry_or_null(&dfs,
509 block = list_first_entry_or_null(dfs,
/linux-master/drivers/dpll/
H A Ddpll_core.c788 reg = list_first_entry_or_null((struct list_head *)&dpll->registration_list,
815 reg = list_first_entry_or_null(&ref->registration_list,
/linux-master/drivers/nvme/target/
H A Dfc.c614 iod = list_first_entry_or_null(&tgtport->ls_rcv_list,
690 fod = list_first_entry_or_null(&queue->fod_list,
759 deferfcp = list_first_entry_or_null(&queue->pending_cmd_list,
922 deferfcp = list_first_entry_or_null(&queue->pending_cmd_list,
2714 deferfcp = list_first_entry_or_null(&queue->avail_defer_list,
/linux-master/drivers/usb/gadget/udc/
H A Drenesas_usbf.c1604 req = list_first_entry_or_null(&epn->queue, struct usbf_req, queue);
1664 req = list_first_entry_or_null(&ep->queue, struct usbf_req, queue);
1711 req = list_first_entry_or_null(&ep->queue, struct usbf_req,
1764 first = list_first_entry_or_null(&ep->queue, struct usbf_req, queue);
2561 req = list_first_entry_or_null(&ep0->queue, struct usbf_req, queue);
2588 req = list_first_entry_or_null(&ep0->queue, struct usbf_req, queue);
2602 req = list_first_entry_or_null(&ep0->queue, struct usbf_req, queue);
/linux-master/fs/dlm/
H A Dlowcomms.c259 e = list_first_entry_or_null(&con->writequeue, struct writequeue_entry,
871 pentry = list_first_entry_or_null(&processqueue,
889 pentry = list_first_entry_or_null(&processqueue,
/linux-master/mm/
H A Dzsmalloc.c992 zspage = list_first_entry_or_null(&class->fullness_list[i],
1590 zspage = list_first_entry_or_null(&class->fullness_list[fg],
1607 zspage = list_first_entry_or_null(&class->fullness_list[fg],
/linux-master/fs/fuse/
H A Dvirtio_fs.c419 req = list_first_entry_or_null(&fsvq->end_reqs, struct fuse_req,
434 req = list_first_entry_or_null(&fsvq->queued_reqs,
533 forget = list_first_entry_or_null(&fsvq->queued_reqs,
/linux-master/drivers/thunderbolt/
H A Dproperty.c749 return list_first_entry_or_null(&dir->properties, struct tb_property,
/linux-master/drivers/crypto/cavium/nitrox/
H A Dnitrox_reqmgr.c262 return list_first_entry_or_null(&cmdq->response_head,

Completed in 243 milliseconds

1234567891011>>