Searched refs:llist_node (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | llist.h | 9 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 D | slab.h | 110 return (malloc(MAX(size, sizeof(struct llist_node)), M_KMALLOC, in kmalloc()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_slab.c | 132 size = MAX(size, sizeof(struct llist_node)); in linux_kmem_cache_create() 166 struct llist_node *freed, *next; in lkpi_kmem_cache_free_async_fn() 214 struct llist_node *freed; in linux_kfree_async_fn()
|
| H A D | linux_rcu.c | 67 struct llist_node node; 151 struct llist_node *node, *next; in linux_rcu_cleaner_func()
|