Home
last modified time | relevance | path

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

/linux/lib/
A Dllist.c53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first() function
70 EXPORT_SYMBOL_GPL(llist_del_first);
/linux/include/linux/
A Dllist.h250 extern struct llist_node *llist_del_first(struct llist_head *head);
/linux/net/sunrpc/xprtrdma/
A Dsvc_rdma_recvfrom.c188 while ((node = llist_del_first(&rdma->sc_recv_ctxts))) { in svc_rdma_recv_ctxts_destroy()
205 node = llist_del_first(&rdma->sc_recv_ctxts); in svc_rdma_recv_ctxt_get()
A Dsvc_rdma_sendto.c180 while ((node = llist_del_first(&rdma->sc_send_ctxts)) != NULL) { in svc_rdma_send_ctxts_destroy()
204 node = llist_del_first(&rdma->sc_send_ctxts); in svc_rdma_send_ctxt_get()
A Dsvc_rdma_rw.c60 node = llist_del_first(&rdma->sc_rw_ctxts); in svc_rdma_get_rw_ctxt()
111 while ((node = llist_del_first(&rdma->sc_rw_ctxts)) != NULL) { in svc_rdma_destroy_rw_ctxts()
A Dverbs.c1012 node = llist_del_first(&buf->rb_free_reps); in rpcrdma_rep_get_locked()
/linux/drivers/tty/
A Dtty_buffer.c165 free = llist_del_first(&port->buf.free); in tty_buffer_alloc()
/linux/net/rds/
A Dib_rdma.c205 ret = llist_del_first(&pool->clean_list); in rds_ib_reuse_mr()
/linux/kernel/rcu/
A Dtree.c3196 llist_del_first(&krcp->bkvcache); in get_cached_bnode()
/linux/
A Dvmlinux.symvers7797 0x00000000 llist_del_first vmlinux EXPORT_SYMBOL_GPL
A DSystem.map16584 ffff800010496400 T llist_del_first
A D.tmp_System.map16584 ffff800010496400 T llist_del_first

Completed in 313 milliseconds