Searched refs:llist_del_first (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/lib/
H A Dllist.c52 * llist_del_first - delete the first entry of lock-less list
58 * Only one llist_del_first user can be used simultaneously with
60 * llist_del_first, llist_add, llist_add (or llist_del_all, llist_add,
65 struct llist_node *llist_del_first(struct llist_head *head) llist_del_first() function
82 EXPORT_SYMBOL_GPL(llist_del_first); variable
/linux-4.4.14/include/linux/
H A Dllist.h9 * llist_del_first can not be used here. Because llist_del_first
11 * changed during its operation, but llist_del_first, llist_add,
16 * used in producers and llist_del_all or llist_del_first can be used
196 extern struct llist_node *llist_del_first(struct llist_head *head);
/linux-4.4.14/net/rds/
H A Dib_rdma.c299 ret = llist_del_first(&pool->clean_list); rds_ib_reuse_fmr()
720 * while another CPU was spinning on that same item in llist_del_first. rds_ib_flush_mr_pool()
/linux-4.4.14/drivers/tty/
H A Dtty_buffer.c158 free = llist_del_first(&port->buf.free); tty_buffer_alloc()

Completed in 277 milliseconds