Home
last modified time | relevance | path

Searched refs:list_last_entry (Results 1 – 5 of 5) sorted by relevance

/include/media/
A Dv4l2-fwnode.h412 list_last_entry(&(v4l2c)->links, struct v4l2_connector_link, head)
/include/linux/
A Dlist.h622 #define list_last_entry(ptr, type, member) \ macro
679 list_last_entry(head, typeof(*(pos)), member) : list_prev_entry(pos, member))
781 for (pos = list_last_entry(head, typeof(*pos), member); \
904 for (pos = list_last_entry(head, typeof(*pos), member), \
A Ddamon.h808 return list_last_entry(&t->regions_list, struct damon_region, list); in damon_last_region()
/include/net/
A Dxdp_sock_drv.h175 frag = list_last_entry(&xskb->pool->xskb_list, struct xdp_buff_xsk, in xsk_buff_get_tail()
/include/drm/
A Ddrm_gpuvm.h1047 list_last_entry(&(ops)->list, struct drm_gpuva_op, entry)

Completed in 15 milliseconds