| /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/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 460 if (list_is_first(&ite->ite_list, &dev->itt_head)) { in vgic_its_debug_show()
|
| /linux/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()
|
| /linux/fs/netfs/ |
| H A D | misc.c | 362 if (list_is_first(&subreq->rreq_link, &stream->subrequests) || in netfs_subreq_clear_in_progress()
|
| H A D | read_collect.c | 492 list_is_first(&subreq->rreq_link, &stream->subrequests) in netfs_read_subreq_progress()
|
| H A D | buffered_read.c | 175 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/tools/include/linux/ |
| H A D | list.h | 177 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() function
|
| /linux/net/sctp/ |
| H A D | diag.c | 361 if (!list_is_first(&tsp->asoc->asocs, &ep->asocs)) in sctp_sock_filter()
|
| /linux/net/rxrpc/ |
| H A D | recvmsg.c | 598 } else if (list_is_first(&call->recvmsg_link, &rx->recvmsg_q)) { in rxrpc_recvmsg()
|
| /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/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/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/firewire/ |
| H A D | net.c | 318 if (!list_is_first(&fi->fi_link, &pd->fi_list)) { in fwnet_frag_new()
|
| /linux/drivers/accel/qaic/ |
| H A D | qaic_control.c | 1146 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/fs/btrfs/ |
| H A D | transaction.c | 2322 if (!list_is_first(&cur_trans->list, &fs_info->trans_list)) { in btrfs_commit_transaction()
|
| H A D | block-group.c | 1517 if (!list_is_first(&trans->transaction->list, &fs_info->trans_list)) { in clean_pinned_extents()
|
| /linux/fs/nfs/ |
| H A D | nfs4state.c | 1060 if (list_is_first(&seqid->list, &sequence->list) && in nfs_release_seqid()
|
| /linux/drivers/iommu/amd/ |
| H A D | init.c | 279 if (list_is_first(&iommu->list, &amd_iommu_list)) { in get_global_efr()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 2026 first = list_is_first(&req->queue, &ep->queue); in usbf_ep_dequeue()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 2525 if (list_is_first(&ri->list, &admin->rules)) in vcap_fill_rule_gap()
|
| /linux/kernel/bpf/ |
| H A D | helpers.c | 2675 return list_is_first(&kn->list_head, h); in bpf_list_is_first()
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4561 if (list_is_first(&cptr->cpu_list, head)) in perf_sched__schedstat_diff()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 1755 !list_is_first(&attr->list, &flow->attrs)) in extra_split_attr_dests_needed()
|