Searched refs:list_is_first (Results 1 – 19 of 19) sorted by relevance
| /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 | 373 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() function 737 (list_is_first(&(pos)->member, head) ? \
|
| /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 | 173 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/rxrpc/ |
| H A D | recvmsg.c | 598 } else if (list_is_first(&call->recvmsg_link, &rx->recvmsg_q)) { in rxrpc_recvmsg()
|
| /linux/net/sctp/ |
| H A D | diag.c | 361 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/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/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/nfs/ |
| H A D | nfs4state.c | 1034 if (list_is_first(&seqid->list, &sequence->list) && in nfs_release_seqid()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | renesas_usbf.c | 2027 first = list_is_first(&req->queue, &ep->queue); in usbf_ep_dequeue()
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_api.c | 2512 if (list_is_first(&ri->list, &admin->rules)) in vcap_fill_rule_gap()
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 4320 if (list_is_first(&cptr->cpu_list, head)) in show_schedstat_data()
|