| /linux/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()
|
| /linux/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 | misc.c | 344 if (list_is_first(&subreq->rreq_link, &stream->subrequests) || in netfs_subreq_clear_in_progress()
|
| H A D | read_collect.c | 490 list_is_first(&subreq->rreq_link, &stream->subrequests) in netfs_read_subreq_progress()
|
| H A D | buffered_read.c | 173 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_queue_read()
|
| H A D | write_issue.c | 208 if (list_is_first(&subreq->rreq_link, &stream->subrequests)) { in netfs_prepare_write()
|
| /linux/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/include/linux/ |
| H A D | list.h | 350 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() function 700 (list_is_first(&(pos)->member, head) ? \
|
| /linux/include/drm/ |
| H A D | drm_bridge.h | 1394 if (list_is_first(&bridge->chain_node, &bridge->encoder->bridge_chain)) in drm_bridge_get_prev_bridge()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_breadcrumbs.c | 121 if (!list_is_first(&rq->signal_link, &ce->signals) && in check_signal_order()
|
| H A D | mock_engine.c | 246 if (list_is_first(&request->mock.link, &engine->hw_queue)) { in mock_submit_request()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 504 if (list_is_first(&ite->ite_list, &dev->itt_head)) { in vgic_its_debug_show()
|
| /linux/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/net/sctp/ |
| H A D | diag.c | 359 if (!list_is_first(&tsp->asoc->asocs, &ep->asocs)) in sctp_sock_filter()
|
| /linux/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/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-hash.c | 372 list_is_first(&block->list, &rctx->blocks); in __eip93_hash_update()
|
| /linux/drivers/spi/ |
| H A D | spi-amlogic-spisg.c | 528 if (list_is_first(&xfer->transfer_list, &msg->transfers)) in aml_spisg_transfer_one_message()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | matcher.c | 406 if (!list_is_first(&matcher->list_node, &tbl->matchers_list)) { in hws_matcher_disconnect()
|
| /linux/drivers/media/platform/ti/j721e-csi2rx/ |
| H A D | j721e-csi2rx.c | 645 WARN_ON(!list_is_first(&buf->list, &dma->submitted)); in ti_csi2rx_dma_callback()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_request.c | 378 GEM_BUG_ON(!list_is_first(&rq->link, in i915_request_retire()
|
| /linux/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/drivers/accel/qaic/ |
| H A D | qaic_control.c | 1139 if (!list_is_first(&wrapper->list, &wrappers->list)) in abort_dma_cont()
|
| /linux/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/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_core.c | 1121 if (prio_parent && !list_is_first(&child->list, &prio_parent->children)) in connect_prev_fts() 2560 if (prio_parent && list_is_first(&child->list, &prio_parent->children)) in find_next_ft()
|
| /linux/fs/btrfs/ |
| H A D | transaction.c | 2276 if (!list_is_first(&cur_trans->list, &fs_info->trans_list)) { in btrfs_commit_transaction()
|