| /lib/ | 
| D | llist.c | 27 		     struct llist_head *head)  in llist_add_batch() 53 struct llist_node *llist_del_first(struct llist_head *head)  in llist_del_first() 79 bool llist_del_first_this(struct llist_head *head,  in llist_del_first_this() 103 struct llist_node *llist_reverse_order(struct llist_node *head)  in llist_reverse_order()
  | 
| D | btree.c | 92 static unsigned long *btree_node_alloc(struct btree_head *head, gfp_t gfp)  in btree_node_alloc() 175 static inline void __btree_init(struct btree_head *head)  in __btree_init() 181 void btree_init_mempool(struct btree_head *head, mempool_t *mempool)  in btree_init_mempool() 188 int btree_init(struct btree_head *head)  in btree_init() 198 void btree_destroy(struct btree_head *head)  in btree_destroy() 206 void *btree_last(struct btree_head *head, struct btree_geo *geo,  in btree_last() 240 static void *btree_lookup_node(struct btree_head *head, struct btree_geo *geo,  in btree_lookup_node() 262 void *btree_lookup(struct btree_head *head, struct btree_geo *geo,  in btree_lookup() 279 int btree_update(struct btree_head *head, struct btree_geo *geo,  in btree_update() 306 void *btree_get_prev(struct btree_head *head, struct btree_geo *geo,  in btree_get_prev() [all …] 
 | 
| D | list_sort.c | 19 	struct list_head *head, **tail = &head;  in merge()  local 52 static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head,  in merge_final() 185 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp)  in list_sort()
  | 
| D | plist.c | 56 static void plist_check_head(struct plist_head *head)  in plist_check_head() 73 void plist_add(struct plist_node *node, struct plist_head *head)  in plist_add() 122 void plist_del(struct plist_node *node, struct plist_head *head)  in plist_del() 155 void plist_requeue(struct plist_node *node, struct plist_head *head)  in plist_requeue()
  | 
| D | timerqueue.c | 35 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node)  in timerqueue_add() 53 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node)  in timerqueue_del()
  | 
| D | nlattr.c | 89 static int nla_validate_array(const struct nlattr *head, int len, int maxtype,  in nla_validate_array() 604 static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype,  in __nla_validate_parse() 673 int __nla_validate(const struct nlattr *head, int len, int maxtype,  in __nla_validate() 728 		const struct nlattr *head, int len,  in __nla_parse() 745 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype)  in nla_find()
  | 
| D | rhashtable.c | 117 static void bucket_table_free_rcu(struct rcu_head *head)  in bucket_table_free_rcu() 235 	struct rhash_head *head, *next, *entry;  in rhashtable_rehash_one()  local 504 	struct rhash_head *head;  in rhashtable_lookup_one()  local 551 	struct rhash_head *head;  in rhashtable_insert_one()  local
  | 
| D | digsig.c | 75 	int head, i;  in digsig_verify_rsa()  local
  | 
| D | ref_tracker.c | 16 	struct list_head	head;   /* anchor into dir->list or dir->quarantine */  member
  | 
| D | bootconfig.c | 454 static struct xbc_node * __init __xbc_add_sibling(char *data, uint32_t flag, bool head)  in __xbc_add_sibling()
  | 
| D | assoc_array.c | 1300 static void assoc_array_rcu_cleanup(struct rcu_head *head)  in assoc_array_rcu_cleanup()
  | 
| D | test_objpool.c | 442 static int ot_objpool_release(struct objpool_head *head, void *context)  in ot_objpool_release()
  | 
| D | radix-tree.c | 290 void radix_tree_node_rcu_free(struct rcu_head *head)  in radix_tree_node_rcu_free()
  | 
| D | xarray.c | 560 static int xas_expand(struct xa_state *xas, void *head)  in xas_expand()
  | 
| D | maple_tree.c | 180 static void mt_free_rcu(struct rcu_head *head)  in mt_free_rcu() 1188 	struct maple_alloc *head = mas->alloc;  in mas_push_node()  local 5260 static void mt_free_walk(struct rcu_head *head)  in mt_free_walk()
  | 
| D | iov_iter.c | 328 	struct page *head;  in page_copy_sane()  local
  | 
| /lib/zstd/compress/ | 
| D | zstd_lazy.c | 979 ZSTD_row_getSSEMask(int nbChunks, const BYTE* const src, const BYTE tag, const U32 head)  in ZSTD_row_getSSEMask() 1002 ZSTD_row_getMatchMask(const BYTE* const tagRow, const BYTE tag, const U32 head, const U32 rowEntrie…  in ZSTD_row_getMatchMask() 1188         U32 const head = *tagRow & rowMask;  in ZSTD_RowFindBestMatch()  local 1257         {   U32 const head = *dmsTagRow & rowMask;  in ZSTD_RowFindBestMatch()  local
  | 
| /lib/zlib_deflate/ | 
| D | defutil.h | 112     Pos *head; /* Heads of the hash chains or NIL. */  member
  |