Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
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-v5.4/include/linux/
Dllist.h225 extern struct llist_node *llist_del_first(struct llist_head *head);
/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c177 while ((node = llist_del_first(&rdma->sc_recv_ctxts))) { in svc_rdma_recv_ctxts_destroy()
189 node = llist_del_first(&rdma->sc_recv_ctxts); in svc_rdma_recv_ctxt_get()
Dverbs.c1087 node = llist_del_first(&buf->rb_free_reps); in rpcrdma_rep_get_locked()
/Linux-v5.4/drivers/tty/
Dtty_buffer.c164 free = llist_del_first(&port->buf.free); in tty_buffer_alloc()
/Linux-v5.4/net/rds/
Dib_rdma.c198 ret = llist_del_first(&pool->clean_list); in rds_ib_reuse_mr()
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_context.c354 freed = llist_del_first(&i915->contexts.free_list); in contexts_free_first()