Home
last modified time | relevance | path

Searched refs:list_is_last (Results 1 – 25 of 117) sorted by relevance

12345

/linux/kernel/gcov/ !
H A Dclang.c178 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 Dchcr_core.c86 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 Dsvc_rdma_pcl.h78 if (list_is_last(&chunk->ch_list, &pcl->cl_chunks)) in pcl_next_chunk()
/linux/fs/smb/client/ !
H A Ddfs_cache.h64 !it || list_is_last(&it->it_list, &tl->tl_list)) in dfs_cache_get_next_tgt()
/linux/arch/arm64/kvm/vgic/ !
H A Dvgic-debug.c333 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 Dttm_bo_test.c274 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 Dhid-mf.c83 if (list_is_last(input_ptr, &hid->inputs)) { in mf_init()
/linux/drivers/crypto/ccp/ !
H A Dccp-dev.c168 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 Dip_set_list_set.c208 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 Ddrm_bridge.h1341 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 Dlist_private.h71 (list_is_last(&ACCESS_PRIVATE(pos, member), head) ? \
H A Dlist.h360 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 Dspi-cavium.c136 bool last_xfer = list_is_last(&xfer->transfer_list, in octeon_spi_transfer_one_message()
H A Dspi-axi-spi-engine.c455 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 Dspi-fsl-espi.c258 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 Dintel_gt_buffer_pool.c71 if (!list_is_last(pos, list)) in pool_free_older_than()
/linux/net/sctp/ !
H A Dstream_sched.c237 if (!list_is_last(&ch->frag_list, &ch->msg->chunks) && in sctp_sched_dequeue_done()
/linux/drivers/media/pci/netup_unidvb/ !
H A Dnetup_unidvb_spi.c115 if (list_is_last(&t->transfer_list, in netup_spi_transfer()
/linux/scripts/include/ !
H A Dlist.h198 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 Ddisplay.c225 if (list_is_last(l, &panel_list)) { in omap_dss_get_next_device()
/linux/arch/powerpc/platforms/cell/spufs/ !
H A Dinode.c309 !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 Dbinder_alloc.c64 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 Dread_retry.c244 if (list_is_last(&subreq->rreq_link, &stream->subrequests)) in netfs_retry_read_subrequests()
/linux/drivers/net/ethernet/mellanox/mlx4/ !
H A Dalloc.c291 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 Ddrm_bridge.c840 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()

12345