| /linux-6.15/mm/ |
| H A D | page_reporting.c | 218 if (!list_is_first(&page->lru, list)) in page_reporting_cycle() 251 if (!list_entry_is_head(next, list, lru) && !list_is_first(&next->lru, list)) in page_reporting_cycle()
|
| H A D | compaction.c | 1470 if (!list_is_first(&freepage->buddy_list, freelist)) { in move_freelist_head()
|
| /linux-6.15/fs/netfs/ |
| H A D | direct_read.c | 73 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_dispatch_unbuffered_reads()
|
| H A D | read_collect.c | 511 list_is_first(&subreq->rreq_link, &stream->subrequests) in netfs_read_subreq_progress() 590 if (list_is_first(&subreq->rreq_link, &stream->subrequests) || in netfs_read_subreq_terminated()
|
| H A D | write_collect.c | 545 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) in netfs_write_subrequest_terminated()
|
| H A D | buffered_read.c | 172 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_queue_read()
|
| H A D | write_issue.c | 209 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_prepare_write()
|
| /linux-6.15/scripts/include/ |
| H A D | list.h | 188 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() function
|
| /linux-6.15/include/drm/ |
| H A D | drm_bridge.h | 986 if (list_is_first(&bridge->chain_node, &bridge->encoder->bridge_chain)) in drm_bridge_get_prev_bridge()
|
| /linux-6.15/include/linux/ |
| H A D | list.h | 342 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() function 678 (list_is_first(&(pos)->member, head) ? \
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | mock_engine.c | 246 if (list_is_first(&request->mock.link, &engine->hw_queue)) { in mock_submit_request()
|
| H A D | intel_breadcrumbs.c | 121 if (!list_is_first(&rq->signal_link, &ce->signals) && in check_signal_order()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_job.c | 70 if (!list_is_first(&adev->reset_list, &device_list)) in amdgpu_job_core_dump()
|
| /linux-6.15/net/sctp/ |
| H A D | diag.c | 348 if (!list_is_first(&tsp->asoc->asocs, &ep->asocs)) in sctp_sock_filter()
|
| /linux-6.15/lib/tests/ |
| H A D | list-test.c | 288 KUNIT_EXPECT_TRUE(test, list_is_first(&a, &list)); in list_test_list_is_first() 289 KUNIT_EXPECT_FALSE(test, list_is_first(&b, &list)); in list_test_list_is_first()
|
| /linux-6.15/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-hash.c | 364 list_is_first(&block->list, &rctx->blocks); in __eip93_hash_update()
|
| /linux-6.15/drivers/media/platform/ti/j721e-csi2rx/ |
| H A D | j721e-csi2rx.c | 612 WARN_ON(!list_is_first(&buf->list, &dma->submitted)); in ti_csi2rx_dma_callback()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | matcher.c | 150 if (!list_is_first(&matcher->list_node, &tbl->matchers_list)) { in hws_matcher_disconnect()
|
| /linux-6.15/fs/gfs2/ |
| H A D | glock.c | 503 if (list_is_first(&gh->gh_list, &gl->gl_holders)) in do_promote() 1668 if (list_is_first(&gh->gh_list, &gl->gl_holders) && in gfs2_glock_dq()
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_request.c | 378 GEM_BUG_ON(!list_is_first(&rq->link, in i915_request_retire()
|
| /linux-6.15/drivers/dma/ |
| H A D | tegra20-apb-dma.c | 832 if (!list_is_first(&sg_req->node, &tdc->pending_sg_req)) in tegra_dma_sg_bytes_xferred()
|
| /linux-6.15/drivers/accel/qaic/ |
| H A D | qaic_control.c | 1139 if (!list_is_first(&wrapper->list, &wrappers->list)) in abort_dma_cont()
|
| /linux-6.15/net/sunrpc/ |
| H A D | xprt.c | 1403 if (list_is_first(&req->rq_xmit, &xprt->xmit_queue) && in xprt_request_dequeue_transmit_locked()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 1116 if (prio_parent && !list_is_first(&child->list, &prio_parent->children)) in connect_prev_fts() 2531 if (prio_parent && list_is_first(&child->list, &prio_parent->children)) in find_next_ft()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4state.c | 1086 if (list_is_first(&seqid->list, &sequence->list) && in nfs_release_seqid()
|