| /Linux-v5.15/drivers/dma/xilinx/ |
| D | xilinx_dma.c | 1255 desc = list_last_entry(&chan->active_list, in xilinx_dma_tx_status() 1451 tail_desc = list_last_entry(&chan->pending_list, in xilinx_cdma_start_transfer() 1453 tail_segment = list_last_entry(&tail_desc->segments, in xilinx_cdma_start_transfer() 1523 tail_desc = list_last_entry(&chan->pending_list, in xilinx_dma_start_transfer() 1525 tail_segment = list_last_entry(&tail_desc->segments, in xilinx_dma_start_transfer() 1602 tail_desc = list_last_entry(&chan->pending_list, in xilinx_mcdma_start_transfer() 1604 tail_segment = list_last_entry(&tail_desc->segments, in xilinx_mcdma_start_transfer() 1908 tail_desc = list_last_entry(&chan->pending_list, in append_desc_queue() 1911 tail_segment = list_last_entry(&tail_desc->segments, in append_desc_queue() 1916 cdma_tail_segment = list_last_entry(&tail_desc->segments, in append_desc_queue() [all …]
|
| D | zynqmp_dma.c | 383 desc = list_last_entry(&chan->pending_list, in zynqmp_dma_tx_submit() 386 desc = list_last_entry(&desc->tx_list, in zynqmp_dma_tx_submit()
|
| /Linux-v5.15/include/media/ |
| D | v4l2-fwnode.h | 533 list_last_entry(&(v4l2c)->links, struct v4l2_connector_link, head)
|
| /Linux-v5.15/tools/include/linux/ |
| D | list.h | 373 #define list_last_entry(ptr, type, member) \ macro 458 for (pos = list_last_entry(head, typeof(*pos), member); \ 568 for (pos = list_last_entry(head, typeof(*pos), member), \
|
| /Linux-v5.15/tools/perf/util/ |
| D | call-path.c | 59 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new()
|
| /Linux-v5.15/include/linux/ |
| D | list.h | 532 #define list_last_entry(ptr, type, member) \ macro 639 for (pos = list_last_entry(head, typeof(*pos), member); \ 762 for (pos = list_last_entry(head, typeof(*pos), member), \
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/include/nvif/ |
| D | list.h | 291 #define list_last_entry(ptr, type, member) \ macro
|
| /Linux-v5.15/samples/bpf/ |
| D | test_lru_dist.c | 86 #define list_last_entry(ptr, type, member) \ macro 150 node = list_last_entry(&lru->list, in pfect_lru_lookup_or_insert()
|
| /Linux-v5.15/tools/bpf/bpftool/ |
| D | cfg.c | 57 list_last_entry(&cfg->funcs, struct func_node, l) 61 list_last_entry(&func->bbs, struct bb_node, l)
|
| /Linux-v5.15/drivers/staging/greybus/ |
| D | spilib.c | 131 if (last_xfer == list_last_entry(&msg->transfers, in setup_next_xfer() 154 if (xfer == list_last_entry(&msg->transfers, struct spi_transfer, in get_next_xfer()
|
| /Linux-v5.15/drivers/usb/usbip/ |
| D | vudc_sysfs.c | 47 usb_req = list_last_entry(&ep0->req_queue, struct vrequest, req_entry); in get_gadget_descs()
|
| /Linux-v5.15/lib/ |
| D | parman.c | 105 return list_last_entry(&prio->item_list, in parman_prio_last_item()
|
| /Linux-v5.15/kernel/gcov/ |
| D | clang.c | 130 struct gcov_fn_info *info = list_last_entry(¤t_info->functions, in llvm_gcda_emit_arcs()
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_table.c | 20 last_matcher = list_last_entry(&tbl->matcher_list, in mlx5dr_table_set_miss_action()
|
| /Linux-v5.15/drivers/gpu/drm/arm/display/komeda/ |
| D | komeda_kms.c | 104 NULL : list_last_entry(zorder_list, typeof(*last), zlist_node); in komeda_plane_state_list_add()
|
| /Linux-v5.15/drivers/gpu/drm/i915/gt/ |
| D | selftest_context.c | 57 rq = list_last_entry(&tl->requests, typeof(*rq), link); in context_sync()
|
| /Linux-v5.15/drivers/base/ |
| D | platform-msi.c | 138 desc = list_last_entry(dev_to_msi_list(dev), in platform_msi_alloc_descs_with_irq()
|
| /Linux-v5.15/kernel/locking/ |
| D | ww_mutex.h | 45 w = list_last_entry(&lock->wait_list, struct mutex_waiter, list); in __ww_waiter_last()
|
| /Linux-v5.15/drivers/remoteproc/ |
| D | ti_k3_r5_remoteproc.c | 312 core = list_last_entry(&cluster->cores, struct k3_r5_core, elem); in k3_r5_lockstep_reset() 1014 core1 = list_last_entry(&cluster->cores, struct k3_r5_core, elem); in k3_r5_cluster_rproc_init() 1106 list_last_entry(&cluster->cores, struct k3_r5_core, elem); in k3_r5_cluster_rproc_exit()
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| D | main.h | 240 list_last_entry(&(nfp_prog)->insns, struct nfp_insn_meta, l)
|
| /Linux-v5.15/mm/ |
| D | zbud.c | 428 zhdr = list_last_entry(&pool->lru, struct zbud_header, lru); in zbud_reclaim_page()
|
| /Linux-v5.15/drivers/hid/amd-sfh-hid/ |
| D | amd_sfh_client.c | 85 req_node = list_last_entry(&req_list.list, struct request_list, list); in amd_sfh_work()
|
| /Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/core/ |
| D | mm.c | 246 prev = list_last_entry(&mm->nodes, typeof(*node), nl_entry); in nvkm_mm_init()
|
| /Linux-v5.15/drivers/gpu/drm/vc4/ |
| D | vc4_bo.c | 239 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_purge() 510 struct vc4_bo *bo = list_last_entry(&vc4->bo_cache.time_list, in vc4_bo_cache_free_old()
|
| D | vc4_v3d.c | 305 struct vc4_bo *bo = list_last_entry(&list, in bin_bo_alloc()
|