| /linux/kernel/gcov/ |
| H A D | clang.c | 178 if (list_is_last(&info->head, &clang_gcov_list)) in gcov_info_next() 252 while (!list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible() 253 !list_is_last(&fn_ptr2->head, &info2->functions)) { in gcov_info_is_compatible() 261 return list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible() 262 list_is_last(&fn_ptr2->head, &info2->functions); in gcov_info_is_compatible()
|
| /linux/drivers/crypto/chelsio/ |
| H A D | chcr_core.c | 86 if (list_is_last(&drv_data.last_dev->entry, &drv_data.act_dev)) in assign_chcr_device() 132 if (list_is_last(&drv_data.last_dev->entry, &drv_data.act_dev)) in chcr_dev_move()
|
| /linux/include/linux/sunrpc/ |
| H A D | svc_rdma_pcl.h | 78 if (list_is_last(&chunk->ch_list, &pcl->cl_chunks)) in pcl_next_chunk()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 333 if (!ite || list_is_last(&ite->ite_list, &dev->itt_head)) { in vgic_its_iter_next() 334 if (list_is_last(&dev->dev_list, &its->device_list)) { in vgic_its_iter_next()
|
| /linux/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_bo_test.c | 274 list_is_last(&res1->lru.link, &man->lru[bo->priority]), 1); in ttm_bo_unreserve_basic() 311 list_is_last(&res2->lru.link, &priv->ttm_dev->unevictable), 1); in ttm_bo_unreserve_pinned() 315 list_is_last(&res1->lru.link, &priv->ttm_dev->unevictable), 1); in ttm_bo_unreserve_pinned()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-dev.c | 168 if (list_is_last(&ccp_rr->entry, &ccp_units)) in ccp_del_device() 215 if (list_is_last(&ccp_rr->entry, &ccp_units)) in ccp_get_device()
|
| /linux/drivers/spi/ |
| H A D | spi-cavium.c | 136 bool last_xfer = list_is_last(&xfer->transfer_list, in octeon_spi_transfer_one_message()
|
| H A D | spi-sc18is602.c | 203 do_transfer = t->cs_change || list_is_last(&t->transfer_list, in sc18is602_transfer_one()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_list_set.c | 208 ret = !list_is_last(&e->list, &map->members) && in list_set_utest() 284 if (!list_is_last(&next->list, &map->members)) in list_set_uadd() 339 if (list_is_last(&e->list, &map->members) || in list_set_udel()
|
| /linux/net/sctp/ |
| H A D | stream_sched.c | 237 if (!list_is_last(&ch->frag_list, &ch->msg->chunks) && in sctp_sched_dequeue_done()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gt_buffer_pool.c | 71 if (!list_is_last(pos, list)) in pool_free_older_than()
|
| /linux/scripts/include/ |
| H A D | list.h | 198 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() function
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 309 !list_is_last(&neighbor->aff_list, &gang->aff_list_head) && in spufs_assert_affinity() 360 if (list_is_last(&neighbor->aff_list, &ctx->gang->aff_list_head) in spufs_set_affinity()
|
| /linux/fs/netfs/ |
| H A D | read_retry.c | 253 if (list_is_last(&subreq->rreq_link, &stream->subrequests)) in netfs_retry_read_subrequests()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | alloc.c | 291 if (!list_is_last(&entry->list, &zone_alloc->entries)) { in __mlx4_zone_remove_one_entry() 393 if (list_is_last(&curr_node->prio_list, &zone_alloc->prios)) in __mlx4_alloc_from_zone()
|
| /linux/drivers/interconnect/qcom/ |
| H A D | bcm-voter.c | 170 if ((list_is_last(&bcm->list, bcm_list)) || in tcs_list_gen()
|
| /linux/scripts/gendwarfksyms/ |
| H A D | types.c | 391 if (list_is_last(&df->list, &cache->fragments) || in __type_expand()
|
| /linux/kernel/trace/rv/ |
| H A D | rv.c | 224 if (list_is_last(&mon->list, &rv_monitors_list))
|
| /linux/drivers/android/tests/ |
| H A D | binder_alloc_kunit.c | 437 KUNIT_EXPECT_TRUE(test, list_is_last(&buf->entry, &alloc->buffers)); in binder_alloc_test_mmap()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_mr_tcam.c | 137 if (list_is_last(&curr_sublist->list, in mlxsw_sp_mr_erif_list_commit()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 187 static inline int list_is_last(const struct list_head *list, in list_is_last() function
|
| /linux/net/sched/ |
| H A D | sch_hhf.c | 197 if (list_is_last(&flow->flowchain, head)) in seek_list()
|
| /linux/include/linux/ |
| H A D | skmsg.h | 408 if (list_is_last(&msg->list, &psock->ingress_msg)) in sk_psock_next_msg()
|
| /linux/include/linux/spi/ |
| H A D | spi.h | 1778 return list_is_last(&xfer->transfer_list, &ctlr->cur_msg->transfers); in spi_transfer_is_last()
|
| /linux/drivers/dma/ |
| H A D | tegra20-apb-dma.c | 505 if (!list_is_last(&hsgreq->node, &tdc->pending_sg_req)) { in tdc_configure_next_head_desc() 626 if (!list_is_last(&sgreq->node, &tdc->pending_sg_req)) { in handle_cont_sngl_cycle_dma_done()
|