Home
last modified time | relevance | path

Searched refs:llist_node (Results 1 – 25 of 98) sorted by relevance

1234

/openbmc/linux/include/linux/
H A Dllist.h57 struct llist_node *first;
60 struct llist_node { struct
61 struct llist_node *next; argument
194 static inline struct llist_node *llist_next(struct llist_node *node) in llist_next()
199 extern bool llist_add_batch(struct llist_node *new_first,
200 struct llist_node *new_last,
203 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch()
204 struct llist_node *new_last, in __llist_add_batch()
244 struct llist_node *first = head->first; in __llist_del_all()
250 extern struct llist_node *llist_del_first(struct llist_head *head);
[all …]
H A Drethook.h60 struct llist_node llist;
74 struct llist_node **cur);
H A Dkprobes.h172 struct llist_node llist;
558 struct llist_node **cur) in kretprobe_find_ret_addr()
569 struct llist_node **cur);
579 struct llist_node **cur) in kretprobe_find_ret_addr()
H A Dsmp_types.h59 struct llist_node llist;
H A Dtty_buffer.h13 struct llist_node free;
H A Dipc_namespace.h78 struct llist_node mnt_llist;
/openbmc/linux/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch()
29 struct llist_node *first = READ_ONCE(head->first); in llist_add_batch()
53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first()
55 struct llist_node *entry, *next; in llist_del_first()
75 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order()
77 struct llist_node *new_head = NULL; in llist_reverse_order()
80 struct llist_node *tmp = head; in llist_reverse_order()
/openbmc/linux/kernel/bpf/
H A Dmemalloc.c36 #define LLIST_NODE_SZ sizeof(struct llist_node)
106 struct llist_node *free_by_rcu_tail;
108 struct llist_node *waiting_for_gp_tail;
126 struct llist_node *entry, *next; in __llist_del_first()
267 struct llist_node *pos, *t; in free_all()
298 struct llist_node *llnode = obj; in enque_to_free()
308 struct llist_node *llnode, *t; in do_call_rcu_ttrace()
338 struct llist_node *llnode, *t; in free_bulk()
366 struct llist_node *llnode; in __free_by_rcu()
382 struct llist_node *llnode, *t; in check_free_by_rcu()
[all …]
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dgenpool.c55 struct llist_node *mce_gen_pool_prepare_records(void) in mce_gen_pool_prepare_records()
57 struct llist_node *head; in mce_gen_pool_prepare_records()
76 struct llist_node *head; in mce_gen_pool_process()
H A Dinternal.h28 struct llist_node llnode;
36 struct llist_node *mce_gen_pool_prepare_records(void);
/openbmc/linux/kernel/trace/
H A Drethook.c24 struct llist_node *node; in rethook_flush_task()
216 struct llist_node **cur) in __rethook_find_ret_addr()
219 struct llist_node *node = *cur; in __rethook_find_ret_addr()
255 struct llist_node **cur) in rethook_find_ret_addr()
292 struct llist_node *first, *node = NULL; in rethook_trampoline_handler()
/openbmc/linux/net/rds/
H A Dib_rdma.c201 struct llist_node *ret; in rds_ib_reuse_mr()
299 struct llist_node *node; in llist_append_to_list()
300 struct llist_node *next; in llist_append_to_list()
320 struct llist_node **nodes_head, in list_to_llist_nodes()
321 struct llist_node **nodes_tail) in list_to_llist_nodes()
324 struct llist_node *cur = NULL; in list_to_llist_nodes()
325 struct llist_node **next = nodes_head; in list_to_llist_nodes()
346 struct llist_node *clean_nodes; in rds_ib_flush_mr_pool()
347 struct llist_node *clean_tail; in rds_ib_flush_mr_pool()
H A Dib_mr.h71 struct llist_node llnode;
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c48 static inline struct llist_node *barrier_to_ll(struct active_node *node) in barrier_to_ll()
51 return (struct llist_node *)&node->base.cb.node; in barrier_to_ll()
67 static inline struct active_node *barrier_from_ll(struct llist_node *x) in barrier_from_ll()
370 struct llist_node *head = NULL, *tail = NULL; in ____active_del_barrier()
371 struct llist_node *pos, *next; in ____active_del_barrier()
861 struct llist_node *first = NULL, *last = NULL; in i915_active_acquire_preallocate_barrier()
879 struct llist_node *prev = first; in i915_active_acquire_preallocate_barrier()
941 struct llist_node *pos, *next; in i915_active_acquire_barrier()
982 static struct dma_fence **ll_to_fence_slot(struct llist_node *node) in ll_to_fence_slot()
990 struct llist_node *node, *next; in i915_request_add_active_barriers()
H A Di915_request.h217 struct llist_node signal_node;
325 struct llist_node link;
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h130 struct llist_node rc_node;
152 struct llist_node sc_node;
/openbmc/linux/drivers/md/bcache/
H A Dclosure.c62 struct llist_node *list; in __closure_wake_up()
64 struct llist_node *reverse = NULL; in __closure_wake_up()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_breadcrumbs.c158 static struct llist_node *
159 slist_add(struct llist_node *node, struct llist_node *head) in slist_add()
169 struct llist_node *signal, *sn; in signal_irq_work()
H A Dintel_engine_user.c41 llist_add((struct llist_node *)&engine->uabi_node, in intel_engine_add_user()
77 static struct llist_node *get_engines(struct drm_i915_private *i915) in get_engines()
85 struct llist_node *pos, *next; in sort_engines()
/openbmc/linux/arch/arm/include/asm/
H A Dstacktrace.h21 struct llist_node *kr_cur;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c56 struct llist_node addlist;
57 struct llist_node dellist;
279 struct llist_node *dellist = llist_del_all(&fc_stats->dellist); in mlx5_fc_stats_work()
280 struct llist_node *addlist = llist_del_all(&fc_stats->addlist); in mlx5_fc_stats_work()
460 struct llist_node *tmplist; in mlx5_cleanup_fc_stats()
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h41 struct llist_node *kr_cur;
/openbmc/linux/arch/arm64/include/asm/stacktrace/
H A Dcommon.h40 struct llist_node *kr_cur;
/openbmc/linux/include/acpi/
H A Dghes.h35 struct llist_node llnode;
/openbmc/linux/fs/ocfs2/
H A Dquota.h35 struct llist_node list; /* Member of list of dquots to drop */

1234