/openbmc/qemu/util/ |
H A D | qht.c | 306 struct qht_bucket *qht_map_to_bucket(const struct qht_map *map, uint32_t hash) in qht_map_to_bucket() 382 struct qht_bucket *qht_bucket_lock__no_stale(struct qht *ht, uint32_t hash, in qht_bucket_lock__no_stale() 557 const void *userp, uint32_t hash) in qht_do_lookup() 584 const void *userp, uint32_t hash) in qht_lookup__slowpath() 596 void *qht_lookup_custom(const struct qht *ht, const void *userp, uint32_t hash, in qht_lookup_custom() 619 void *qht_lookup(const struct qht *ht, const void *userp, uint32_t hash) in qht_lookup() 629 struct qht_bucket *head, void *p, uint32_t hash, in qht_insert__locked() 695 bool qht_insert(struct qht *ht, void *p, uint32_t hash, void **existing) in qht_insert() 782 bool qht_remove__locked(struct qht_bucket *head, const void *p, uint32_t hash) in qht_remove__locked() 807 bool qht_remove(struct qht *ht, const void *p, uint32_t hash) in qht_remove() [all …]
|
/openbmc/linux/scripts/basic/ |
H A D | fixdep.c | 111 unsigned int hash; member 121 unsigned int i, hash = 2166136261U; in strhash() local 131 static void add_to_hashtable(const char *name, int len, unsigned int hash, in add_to_hashtable() 154 unsigned int hash = strhash(name, len); in in_hashtable() local
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs_dev.c | 81 long hash) in _lookup_deviceid() 174 const struct nfs4_deviceid *id, long hash) in __nfs4_find_get_deviceid() 192 long hash = nfs4_deviceid_hash(id); in nfs4_find_get_deviceid() local 331 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client()
|
/openbmc/qemu/crypto/ |
H A D | pbkdf-gcrypt.c | 26 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash) in qcrypto_pbkdf2_supports() 45 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2()
|
H A D | hash-afalg.c | 122 QCryptoHash *hash; in qcrypto_afalg_hash_new() local 143 void qcrypto_afalg_hash_free(QCryptoHash *hash) in qcrypto_afalg_hash_free() 220 int qcrypto_afalg_hash_update(QCryptoHash *hash, in qcrypto_afalg_hash_update() 230 int qcrypto_afalg_hash_finalize(QCryptoHash *hash, in qcrypto_afalg_hash_finalize()
|
H A D | pbkdf-gnutls.c | 26 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash) in qcrypto_pbkdf2_supports() 42 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2()
|
H A D | pbkdf.c | 90 QCryptoHashAlgo hash; member 103 QCryptoHashAlgo hash = iters_data->hash; in threaded_qcrypto_pbkdf2_count_iters() local 167 uint64_t qcrypto_pbkdf2_count_iters(QCryptoHashAlgo hash, in qcrypto_pbkdf2_count_iters()
|
H A D | pbkdf-nettle.c | 28 bool qcrypto_pbkdf2_supports(QCryptoHashAlgo hash) in qcrypto_pbkdf2_supports() 46 int qcrypto_pbkdf2(QCryptoHashAlgo hash, in qcrypto_pbkdf2()
|
/openbmc/linux/init/ |
H A D | initramfs.c | 70 static __initdata struct hash { struct 73 struct hash *next; argument 77 static inline int hash(int major, int minor, int ino) in hash() function
|
/openbmc/linux/include/linux/ |
H A D | stringhash.h | 53 static inline unsigned int end_name_hash(unsigned long hash) in end_name_hash() 74 #define hashlen_create(hash, len) ((u64)(len)<<32 | (u32)(hash)) argument
|
/openbmc/linux/fs/coda/ |
H A D | cnode.c | 65 unsigned long hash = coda_f2i(fid); in coda_iget() local 127 unsigned long hash = coda_f2i(newfid); in coda_replace_fid() local 143 unsigned long hash = coda_f2i(fid); in coda_fid_to_inode() local
|
/openbmc/u-boot/fs/ubifs/ |
H A D | key.h | 36 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash() 144 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() local 161 uint32_t hash) in dent_key_init_hash() 179 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() local 212 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() local 230 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() local
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | ttm_object.c | 126 struct vmwgfx_hash_item hash; member 146 struct vmwgfx_hash_item *hash; in ttm_tfile_find_ref_rcu() local 161 struct vmwgfx_hash_item *hash; in ttm_tfile_find_ref() local 261 struct vmwgfx_hash_item *hash; in ttm_base_object_lookup() local 299 struct vmwgfx_hash_item *hash; in ttm_ref_object_add() local 368 struct vmwgfx_hash_item *hash; in ttm_ref_object_base_unref() local
|
H A D | vmwgfx_cmdbuf_res.c | 47 struct vmwgfx_hash_item hash; member 86 struct vmwgfx_hash_item *hash; in vmw_cmdbuf_res_lookup() local 241 struct vmwgfx_hash_item *hash; in vmw_cmdbuf_res_remove() local
|
/openbmc/linux/fs/ubifs/ |
H A D | key.h | 42 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash() 150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() local 167 uint32_t hash) in dent_key_init_hash() 186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() local 219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init() local 237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init_flash() local
|
H A D | auth.c | 30 u8 *hash) in __ubifs_node_calc_hash() 46 static int ubifs_hash_calc_hmac(const struct ubifs_info *c, const u8 *hash, in ubifs_hash_calc_hmac() 67 u8 hash[UBIFS_HASH_ARR_SZ]; in ubifs_prepare_auth_node() local 137 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash()
|
/openbmc/linux/crypto/ |
H A D | hmac.c | 26 struct crypto_shash *hash; member 51 struct crypto_shash *hash = ctx->hash; in hmac_setkey() local 147 struct crypto_shash *hash; in hmac_init_tfm() local 167 struct crypto_shash *hash; in hmac_clone_tfm() local
|
/openbmc/qemu/ui/ |
H A D | vnc-palette.c | 33 uint32_t color, unsigned int hash) in palette_find() 78 unsigned int hash; in palette_put() local 101 unsigned int hash; in palette_idx() local
|
/openbmc/linux/arch/mips/cavium-octeon/crypto/ |
H A D | octeon-sha256.c | 35 u64 *hash = (u64 *)sctx->state; in octeon_sha256_store_hash() local 45 u64 *hash = (u64 *)sctx->state; in octeon_sha256_read_hash() local 164 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final()
|
/openbmc/linux/fs/ext2/ |
H A D | xattr.c | 523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local 661 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_release_block() local 874 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local 940 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local 991 __u32 hash = 0; in ext2_xattr_hash_entry() local 1028 __u32 hash = 0; in ext2_xattr_rehash() local
|
/openbmc/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mcg.c | 65 u16 *hash, int *prev, int *index) in find_mgm() 125 u16 hash; in mthca_multicast_attach() local 219 u16 hash; in mthca_multicast_detach() local
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_metrics.c | 166 unsigned int hash) in tcpm_new() 233 struct net *net, unsigned int hash) in __tcp_get_metrics() 254 unsigned int hash; in __tcp_get_metrics_req() local 297 unsigned int hash; in tcp_get_metrics() local 797 unsigned int *hash, int optional, int v4, int v6) in __parse_nl_addr() 824 unsigned int *hash, int optional) in parse_nl_addr() 842 unsigned int hash; in tcp_metrics_nl_cmd_get() local 930 unsigned int hash; in tcp_metrics_nl_cmd_del() local
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_ldm.c | 68 U64 hash = state->rolling; in ZSTD_ldm_gear_reset() local 101 U64 hash, mask; in ZSTD_ldm_gear_feed() local 173 ldmState_t* ldmState, size_t hash, ldmParams_t const ldmParams) in ZSTD_ldm_getBucket() 181 size_t const hash, const ldmEntry_t entry, in ZSTD_ldm_insertEntry() 293 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_fillHashTable() local 371 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_generateSequences_internal() local 386 U32 const hash = candidates[n].hash; in ZSTD_ldm_generateSequences_internal() local
|
/openbmc/linux/net/appletalk/ |
H A D | aarp.c | 413 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove() local 429 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find() local 483 int hash, retval = -EPROTONOSUPPORT; in aarp_proxy_probe_network() local 547 int hash; in aarp_send_ddp() local 686 int hash) in __aarp_resolved() 717 int hash, ret = 0; in aarp_rcv() local
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace.c | 431 struct hlist_head *hash; member 1126 ftrace_hash_key(struct ftrace_hash *hash, unsigned long ip) in ftrace_hash_key() 1136 __ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in __ftrace_lookup_ip() 1163 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip() 1171 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry() 1184 add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry() 1199 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry() 1208 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry() 1215 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear() 1256 static void free_ftrace_hash(struct ftrace_hash *hash) in free_ftrace_hash() [all …]
|