Searched refs:list_last_entry (Results 1 - 25 of 122) sorted by relevance

12345

/linux-master/include/media/
H A Dv4l2-fwnode.h412 list_last_entry(&(v4l2c)->links, struct v4l2_connector_link, head)
/linux-master/tools/perf/util/
H A Dcall-path.c59 cpb = list_last_entry(&cpr->blocks, struct call_path_block,
/linux-master/tools/include/linux/
H A Dlist.h366 * list_last_entry - get the last element from a list
373 #define list_last_entry(ptr, type, member) \ macro
396 (!list_empty(ptr) ? list_last_entry(ptr, type, member) : NULL)
469 for (pos = list_last_entry(head, typeof(*pos), member); \
579 for (pos = list_last_entry(head, typeof(*pos), member), \
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dma.c1285 desc = list_last_entry(&chan->active_list,
1481 tail_desc = list_last_entry(&chan->pending_list,
1483 tail_segment = list_last_entry(&tail_desc->segments,
1553 tail_desc = list_last_entry(&chan->pending_list,
1555 tail_segment = list_last_entry(&tail_desc->segments,
1635 tail_desc = list_last_entry(&chan->pending_list,
1637 tail_segment = list_last_entry(&tail_desc->segments,
1724 seg = list_last_entry(&desc->segments,
1944 tail_desc = list_last_entry(&chan->pending_list,
1947 tail_segment = list_last_entry(
[all...]
/linux-master/samples/bpf/
H A Dtest_lru_dist.c80 #define list_last_entry(ptr, type, member) \ macro
144 node = list_last_entry(&lru->list,
/linux-master/tools/bpf/bpftool/
H A Dcfg.c57 list_last_entry(&cfg->funcs, struct func_node, l)
61 list_last_entry(&func->bbs, struct bb_node, l)
/linux-master/lib/
H A Dparman.c105 return list_last_entry(&prio->item_list,
/linux-master/drivers/usb/usbip/
H A Dvudc_sysfs.c47 usb_req = list_last_entry(&ep0->req_queue, struct vrequest, req_entry);
/linux-master/sound/soc/intel/avs/
H A Dutils.c281 entry = list_last_entry(&adev->fw_list, typeof(*entry), node);
/linux-master/include/linux/
H A Dlist.h615 * list_last_entry - get the last element from a list
622 #define list_last_entry(ptr, type, member) \ macro
679 list_last_entry(head, typeof(*(pos)), member) : list_prev_entry(pos, member))
789 for (pos = list_last_entry(head, typeof(*pos), member); \
912 for (pos = list_last_entry(head, typeof(*pos), member), \
H A Ddamon.h643 return list_last_entry(&t->regions_list, struct damon_region, list);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c496 chunk = list_last_entry(&e->list, struct amdgpu_mux_chunk, entry);
529 chunk = list_last_entry(&e->list, struct amdgpu_mux_chunk, entry);
/linux-master/drivers/staging/greybus/
H A Dspilib.c131 if (last_xfer == list_last_entry(&msg->transfers,
154 if (xfer == list_last_entry(&msg->transfers, struct spi_transfer,
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c246 prev = list_last_entry(&mm->nodes, typeof(*node), nl_entry);
/linux-master/kernel/gcov/
H A Dclang.c130 struct gcov_fn_info *info = list_last_entry(&current_info->functions,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_table.c17 last_nic_matcher = list_last_entry(&nic_tbl->nic_matcher_list,
/linux-master/kernel/locking/
H A Dww_mutex.h45 w = list_last_entry(&lock->wait_list, struct mutex_waiter, list);
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c120 NULL : list_last_entry(zorder_list, typeof(*last), zlist_node);
/linux-master/include/net/
H A Dxdp_sock_drv.h174 frag = list_last_entry(&xskb->pool->xskb_list, struct xdp_buff_xsk,
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c57 rq = list_last_entry(&tl->requests, typeof(*rq), link);
/linux-master/drivers/gpu/drm/
H A Ddrm_buddy.c425 node = list_last_entry(&mm->free_list[i],
460 block = list_last_entry(&mm->free_list[tmp],
850 block = list_last_entry(&allocated, typeof(*block), link);
/linux-master/fs/bcachefs/
H A Dbtree_key_cache.c225 ck = list_last_entry(&bc->freed_nonpcpu, struct bkey_cached, list);
238 ck = list_last_entry(&bc->freed_nonpcpu, struct bkey_cached, list);
247 ck = list_last_entry(&bc->freed_pcpu, struct bkey_cached, list);
/linux-master/drivers/remoteproc/
H A Dti_k3_r5_remoteproc.c317 core = list_last_entry(&cluster->cores, struct k3_r5_core, elem);
1218 core1 = list_last_entry(&cluster->cores, struct k3_r5_core, elem);
1330 list_last_entry(&cluster->cores, struct k3_r5_core, elem);
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h240 list_last_entry(&(nfp_prog)->insns, struct nfp_insn_meta, l)
/linux-master/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c78 req_node = list_last_entry(&req_list->list, struct request_list, list);

Completed in 355 milliseconds

12345