Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dllist.h9 struct llist_node { struct
10 struct llist_node *next; argument
14 struct llist_node *first;
23 static inline struct llist_node *
29 static inline struct llist_node *
32 struct llist_node *first, *next; in llist_del_first()
46 llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
48 struct llist_node *first; in llist_add()
59 llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch()
62 struct llist_node *first; in llist_add_batch()
H A Dirq_work.h53 struct llist_node llnode;
55 struct llist_node llist;
H A Dslab.h
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_slab.c131 size = MAX(size, sizeof(struct llist_node)); in linux_kmem_cache_create()
165 struct llist_node *freed, *next; in lkpi_kmem_cache_free_async_fn()
215 /* sizeof(struct llist_node) is used for kfree_async(). */
216 _s = MAX(size, sizeof(struct llist_node));
247 struct llist_node *freed; in linux_kfree_async()
H A Dlinux_rcu.c69 struct llist_node node;
153 struct llist_node *node, *next; in linux_rcu_cleaner_func()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c52 struct llist_node addlist;
53 struct llist_node dellist;
272 struct llist_node *dellist = llist_del_all(&fc_stats->dellist); in mlx5_fc_stats_work()
273 struct llist_node *addlist = llist_del_all(&fc_stats->addlist); in mlx5_fc_stats_work()
453 struct llist_node *tmplist; in mlx5_cleanup_fc_stats()