Searched refs:list_first_entry (Results 1 – 7 of 7) sorted by relevance
| /include/linux/sunrpc/ |
| A D | svc_rdma_pcl.h | 64 return list_first_entry(&pcl->cl_chunks, struct svc_rdma_chunk, in pcl_first_chunk() 89 for (pos = list_first_entry(&(pcl)->cl_chunks, struct svc_rdma_chunk, ch_list); \
|
| /include/drm/ |
| A D | drm_framebuffer.h | 285 fb = list_first_entry(&(dev)->mode_config.fb_list, \
|
| A D | drm_mm.h | 395 for (pos = list_first_entry(&(mm)->hole_stack, \
|
| A D | drm_gpuvm.h | 1040 list_first_entry(&(ops)->list, struct drm_gpuva_op, entry)
|
| /include/linux/ |
| A D | list.h | 611 #define list_first_entry(ptr, type, member) \ macro 658 list_first_entry(head, typeof(*(pos)), member) : list_next_entry(pos, member)) 770 for (pos = list_first_entry(head, typeof(*pos), member); \ 857 for (pos = list_first_entry(head, typeof(*pos), member), \
|
| A D | damon.h | 813 return list_first_entry(&t->regions_list, struct damon_region, list); in damon_first_region()
|
| /include/net/ |
| A D | fq_impl.h | 108 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue() 326 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_reset()
|
Completed in 15 milliseconds