Searched defs:slot (Results 1 – 6 of 6) sorted by relevance
/lib/ |
D | radix-tree.c | 89 get_slot_offset(const struct radix_tree_node *parent, void __rcu **slot) in get_slot_offset() 612 void __rcu **slot = (void __rcu **)&root->xa_head; in __radix_tree_create() local 691 void __rcu **slot, void *item, bool replace) in insert_entries() 716 void __rcu **slot; in radix_tree_insert() local 762 void __rcu **slot; in __radix_tree_lookup() local 806 void __rcu **slot; in radix_tree_lookup_slot() local 832 static void replace_slot(void __rcu **slot, void *item, in replace_slot() 860 struct radix_tree_node *node, void __rcu **slot, in calculate_count() 886 void __rcu **slot, void *item) in __radix_tree_replace() 924 void __rcu **slot, void *item) in radix_tree_replace_slot() [all …]
|
D | assoc_array.c | 29 int slot, ret; in assoc_array_subtree_iterate() local 155 int slot; member 181 int slot; in assoc_array_walk() local 312 int slot; in assoc_array_find() local 349 int slot = -1; in assoc_array_destroy_subtree() local 486 int slot, next_slot, free_slot, i, j; in assoc_array_insert_into_terminal_node() local 1040 int slot; member 1089 int slot, i; in assoc_array_delete() local 1466 int keylen, slot, nr_free, next_slot, i; in assoc_array_gc() local
|
D | idr.c | 37 void __rcu **slot; in idr_alloc_u32() local 199 void __rcu **slot; in idr_for_each() local 230 void __rcu **slot; in idr_get_next_ul() local 293 void __rcu **slot = NULL; in idr_replace() local
|
D | lru_cache.c | 91 struct hlist_head *slot = NULL; in lc_create() local
|
D | xarray.c | 642 void __rcu **slot; in xas_create() local 777 void __rcu **slot = &xas->xa->xa_head; in xas_store() local 1773 unsigned int slot = xas.xa_offset + (1 << order); in xa_get_order() local
|
/lib/xz/ |
D | xz_dec_bcj.c | 201 uint32_t slot; in bcj_ia64() local
|