Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 – 7 of 7) sorted by relevance

/include/linux/sunrpc/
Dsvc_rdma_pcl.h64 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/
Ddrm_framebuffer.h290 fb = list_first_entry(&(dev)->mode_config.fb_list, \
Ddrm_mm.h393 for (pos = list_first_entry(&(mm)->hole_stack, \
/include/net/
Dfq_impl.h108 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_dequeue()
322 flow = list_first_entry(head, struct fq_flow, flowchain); in fq_tin_reset()
Dtls.h444 rec = list_first_entry(&ctx->tx_list, struct tls_rec, list); in is_tx_ready()
/include/linux/
Dlist.h528 #define list_first_entry(ptr, type, member) \ macro
646 for (pos = list_first_entry(head, typeof(*pos), member); \
733 for (pos = list_first_entry(head, typeof(*pos), member), \
Dmsi.h180 list_first_entry(dev_to_msi_list((dev)), struct msi_desc, list)