| /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/fs/smb/client/ ! |
| H A D | dfs_cache.h | 64 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
|
| /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/hid/ ! |
| H A D | hid-mf.c | 83 if (list_is_last(input_ptr, &hid->inputs)) { in mf_init()
|
| /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/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() 336 if (list_is_last(&e->list, &map->members) || in list_set_udel()
|
| /linux/include/drm/ ! |
| H A D | drm_bridge.h | 1341 return list_is_last(&bridge->chain_node, &bridge->encoder->bridge_chain); in drm_bridge_is_last() 1393 if (list_is_last(&bridge->chain_node, &bridge->encoder->bridge_chain)) in drm_bridge_get_next_bridge()
|
| /linux/include/linux/ ! |
| H A D | list_private.h | 71 (list_is_last(&ACCESS_PRIVATE(pos, member), head) ? \
|
| H A D | list.h | 360 static inline int list_is_last(const struct list_head *list, const struct list_head *head) in list_is_last() function 679 (list_is_last(&(pos)->member, head) ? \
|
| /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-axi-spi-engine.c | 455 if (list_is_last(&xfer->transfer_list, &msg->transfers)) { in spi_engine_compile_message() 468 } else if (!list_is_last(&xfer->transfer_list, &msg->transfers) && in spi_engine_compile_message() 507 } else if (list_is_last(&xfer->transfer_list, &msg->transfers)) { in spi_engine_xfer_next()
|
| H A D | spi-fsl-espi.c | 258 if (list_is_last(&espi->tx_t->transfer_list, in fsl_espi_fill_tx_fifo() 310 if (list_is_last(&espi->rx_t->transfer_list, in fsl_espi_read_rx_fifo()
|
| /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/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/media/pci/netup_unidvb/ ! |
| H A D | netup_unidvb_spi.c | 115 if (list_is_last(&t->transfer_list, in netup_spi_transfer()
|
| /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/drivers/video/fbdev/omap2/omapfb/dss/ ! |
| H A D | display.c | 225 if (list_is_last(l, &panel_list)) { in omap_dss_get_next_device()
|
| /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/drivers/android/ ! |
| H A D | binder_alloc.c | 64 if (list_is_last(&buffer->entry, &alloc->buffers)) in binder_alloc_buffer_size() 726 if (!list_is_last(&buffer->entry, &alloc->buffers)) { in binder_delete_free_buffer() 772 if (!list_is_last(&buffer->entry, &alloc->buffers)) { in binder_free_buf_locked()
|
| /linux/fs/netfs/ ! |
| H A D | read_retry.c | 244 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/gpu/drm/ ! |
| H A D | drm_bridge.c | 840 if (!list_is_last(&bridge->chain_node, &encoder->bridge_chain)) { in drm_atomic_bridge_chain_post_disable() 860 if (list_is_last(&next->chain_node, in drm_atomic_bridge_chain_post_disable()
|