Searched refs:hash_name (Results 1 – 4 of 4) sorted by relevance
789 #define exp_hash_unlink(exi, hash_name) \ argument790 if (*(exi)->hash_name.bckt == (exi)) \791 *(exi)->hash_name.bckt = (exi)->hash_name.next; \792 if ((exi)->hash_name.prev) \793 (exi)->hash_name.prev->hash_name.next = (exi)->hash_name.next; \794 if ((exi)->hash_name.next) \795 (exi)->hash_name.next->hash_name.prev = (exi)->hash_name.prev; \796 (exi)->hash_name.bckt = NULL;798 #define exp_hash_link(exi, hash_name, bucket) \ argument799 (exi)->hash_name.bckt = (bucket); \[all …]
84 boot_archive.hash_name="/platform/i86pc/${ISADIR}/boot_archive.hash"
876 static unsigned long hash_name(const char *name, int len) in hash_name() function891 return insert_hash(ident, hash_name(ident->name, ident->len)); in hash_ident()897 return create_hashed_ident(name, len, hash_name(name, len)); in built_in_ident()
209 hash_name(const char *name) in hash_name() function414 h = hash_name(svcname) & SVC_HASH_MASK; in add_instance()694 h = hash_name(sn) & SVC_HASH_MASK; in get_svc()