Home
last modified time | relevance | path

Searched refs:storage_hash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dstorage.c19 ALLOCATOR(storage_hash, "storage hash");
33 const struct storage_hash *a = _a; in hash_list_cmp()
34 const struct storage_hash *b = _b; in hash_list_cmp()
48 struct storage_hash *entry, *prev; in gather_storage()
52 struct storage_hash *hash; in gather_storage()
78 struct storage_hash *hash; in name_storage()
91 struct storage_hash *hash; in lookup_storage()
103 struct storage_hash *hash = alloc_storage_hash(storage); in add_storage()
115 const struct storage_hash *a = _a; in storage_hash_cmp()
116 const struct storage_hash *b = _b; in storage_hash_cmp()
[all …]
H A Dstorage.h44 struct storage_hash { struct
52 DECLARE_PTR_LIST(storage_hash_list, struct storage_hash); argument
62 DECLARE_ALLOCATOR(storage_hash);
69 static inline struct storage_hash *alloc_storage_hash(struct storage *s) in alloc_storage_hash()
71 struct storage_hash *entry = __alloc_storage_hash(0); in alloc_storage_hash()
H A Dexample.c212 struct storage_hash *entry; in find_storage_hash()
222 struct storage_hash *entry; in find_or_create_hash()
327 struct storage_hash *in; in can_regenerate()
347 struct storage_hash *out; in flush_one_pseudo()
403 struct storage_hash *src; in find_pseudo_storage()
463 struct storage_hash *dst; in preferred_reg()
585 struct storage_hash *src; in fill_reg()
737 struct storage_hash *hash; in get_generic_operand()
959 struct storage_hash *src; in mark_pseudo_dead()
1524 struct storage_hash *in; in fill_output()
[all …]