Searched refs:llist_node (Results 1 – 24 of 24) sorted by relevance
57 struct llist_node *first;60 struct llist_node { struct61 struct llist_node *next; argument221 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()235 struct llist_node *new_last, in llist_add_batch()238 struct llist_node *first = READ_ONCE(head->first); in llist_add_batch()248 struct llist_node *new_last, in __llist_add_batch()288 struct llist_node *first = head->first; in __llist_del_all()305 struct llist_node *n = llist_del_first(head); in llist_del_first_init()313 struct llist_node *this);[all …]
20 struct llist_node node;25 struct llist_node *ready; /* entries to be dequeued */54 struct llist_node *__lwq_dequeue(struct lwq *q);66 ({ struct llist_node *_n = __lwq_dequeue(q); \69 struct llist_node *lwq_dequeue_all(struct lwq *q);116 static inline bool lwq_enqueue_batch(struct llist_node *n, struct lwq *q) in lwq_enqueue_batch()118 struct llist_node *e = n; in lwq_enqueue_batch()
54 struct llist_node llist;67 struct llist_node **cur);
59 struct llist_node llist;
13 struct llist_node free;
167 struct llist_node llist;548 struct llist_node **cur) in kretprobe_find_ret_addr()559 struct llist_node **cur);569 struct llist_node **cur) in kretprobe_find_ret_addr()
78 struct llist_node mnt_llist;
45 extern void __smp_call_single_queue(int cpu, struct llist_node *node);
148 struct llist_node list;
382 struct llist_node lnode; /* lockless list for update */
604 struct llist_node node;
104 struct llist_node pcp_llist;
174 struct llist_node ipi_list;
1557 struct llist_node node;1573 struct llist_node *backlog_head; /* list of in-flight stream elements in FIFO order */1574 struct llist_node *backlog_tail; /* tail of the list above */
1129 struct llist_node f_llist;
897 struct llist_node ll_node;
35 struct llist_node llnode;
178 struct llist_node rc_node;233 struct llist_node sc_node;
178 struct llist_node rq_idle; /* On the idle list */
67 struct llist_node free_node;
28 struct llist_node free_list;
83 struct llist_node defer_free_list;84 struct llist_node cleanup_list; /* namespaces on death row */
2292 struct llist_node free_node;
509 struct llist_node se_cmd_list;
Completed in 87 milliseconds