Home
last modified time | relevance | path

Searched refs:llist_entry (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dllist.h109 #define llist_entry(ptr, type, member) \ macro
181 for ((pos) = llist_entry((node), typeof(*(pos)), member); \
183 (pos) = llist_entry((pos)->member.next, typeof(*(pos)), member))
203 for (pos = llist_entry((node), typeof(*pos), member); \
205 (n = llist_entry(pos->member.next, typeof(*n), member), true); \
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c183 ctxt = llist_entry(node, struct svc_rdma_recv_ctxt, rc_node); in svc_rdma_recv_ctxts_destroy()
203 ctxt = llist_entry(node, struct svc_rdma_recv_ctxt, rc_node); in svc_rdma_recv_ctxt_get()
H A Dsvc_rdma_sendto.c173 ctxt = llist_entry(node, struct svc_rdma_send_ctxt, sc_node); in svc_rdma_send_ctxts_destroy()
201 ctxt = llist_entry(node, struct svc_rdma_send_ctxt, sc_node); in svc_rdma_send_ctxt_get()
H A Dsvc_rdma_rw.c66 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_node); in svc_rdma_get_rw_ctxt()
115 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_node); in svc_rdma_destroy_rw_ctxts()
H A Dverbs.c1002 return llist_entry(node, struct rpcrdma_rep, rr_node); in rpcrdma_rep_get_locked()
/linux/drivers/tty/
H A Dtty_buffer.c170 p = llist_entry(free, struct tty_buffer, free); in tty_buffer_alloc()
/linux/drivers/acpi/apei/
H A Dghes.c1118 estatus_node = llist_entry(llnode, struct ghes_estatus_node, in ghes_proc_in_irq()
1161 estatus_node = llist_entry(llnode, struct ghes_estatus_node, in ghes_print_queued_estatus()
/linux/kernel/
H A Dsmp.c586 csd = llist_entry(entry, typeof(*csd), node.llist); in __flush_smp_call_function_queue()
/linux/net/sunrpc/
H A Dsvc.c748 rqstp = llist_entry(ln, struct svc_rqst, rq_idle); in svc_pool_wake_idle_thread()
/linux/fs/xfs/
H A Dxfs_icache.c1977 ip = llist_entry(node, struct xfs_inode, i_gclist); in xfs_inodegc_worker()
/linux/drivers/nvme/target/
H A Dtcp.c537 cmd = llist_entry(node, struct nvmet_tcp_cmd, lentry); in nvmet_tcp_process_resp_list()
/linux/drivers/nvme/host/
H A Dtcp.c420 req = llist_entry(node, struct nvme_tcp_request, lentry); in nvme_tcp_process_req_list()