| /kernel/linux/linux-5.10/net/batman-adv/ |
| D | hash.c | 15 static void batadv_hash_init(struct batadv_hashtable *hash) in batadv_hash_init() 31 void batadv_hash_destroy(struct batadv_hashtable *hash) in batadv_hash_destroy() 46 struct batadv_hashtable *hash; in batadv_hash_new() local 77 void batadv_hash_set_lock_class(struct batadv_hashtable *hash, in batadv_hash_set_lock_class()
|
| D | bridge_loop_avoidance.c | 70 u32 hash = 0; in batadv_choose_claim() local 88 u32 hash = 0; in batadv_choose_backbone_gw() local 216 struct batadv_hashtable *hash = bat_priv->bla.claim_hash; in batadv_claim_hash_find() local 256 struct batadv_hashtable *hash = bat_priv->bla.backbone_hash; in batadv_backbone_hash_find() local 295 struct batadv_hashtable *hash; in batadv_bla_del_backbone_claims() local 594 struct batadv_hashtable *hash; in batadv_bla_answer_request() local 1223 struct batadv_hashtable *hash; in batadv_bla_purge_backbone_gw() local 1278 struct batadv_hashtable *hash; in batadv_bla_purge_claims() local 1333 struct batadv_hashtable *hash; in batadv_bla_update_orig_address() local 1431 struct batadv_hashtable *hash; in batadv_bla_periodic_work() local [all …]
|
| /kernel/linux/linux-4.19/net/batman-adv/ |
| D | hash.c | 27 static void batadv_hash_init(struct batadv_hashtable *hash) in batadv_hash_init() 41 void batadv_hash_destroy(struct batadv_hashtable *hash) in batadv_hash_destroy() 56 struct batadv_hashtable *hash; in batadv_hash_new() local 87 void batadv_hash_set_lock_class(struct batadv_hashtable *hash, in batadv_hash_set_lock_class()
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | rhashtable.h | 93 unsigned int hash) in rht_bucket_index() 102 unsigned int hash; in rht_key_get_hash() local 132 unsigned int hash = rht_key_get_hash(ht, key, params, tbl->hash_rnd); in rht_key_hashfn() local 213 unsigned int hash) in rht_bucket_lock() 228 u32 hash) in lockdep_rht_bucket_is_held() 268 #define rht_dereference_bucket(p, tbl, hash) \ argument 271 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument 278 const struct bucket_table *tbl, unsigned int hash) in rht_bucket() 285 struct bucket_table *tbl, unsigned int hash) in rht_bucket_var() 292 struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) in rht_bucket_insert() [all …]
|
| /kernel/linux/linux-4.19/security/integrity/ima/ |
| D | ima_crypto.c | 208 struct ima_digest_data *hash, in ima_calc_file_hash_atfm() 318 static int ima_calc_file_ahash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_ahash() 335 struct ima_digest_data *hash, in ima_calc_file_hash_tfm() 384 static int ima_calc_file_shash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_shash() 413 int ima_calc_file_hash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_hash() 473 struct ima_digest_data *hash, in ima_calc_field_array_hash_tfm() 519 struct ima_digest_data *hash) in ima_calc_field_array_hash() 537 struct ima_digest_data *hash, in calc_buffer_ahash_atfm() 577 struct ima_digest_data *hash) in calc_buffer_ahash() 594 struct ima_digest_data *hash, in calc_buffer_shash_tfm() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | rhashtable.h | 120 unsigned int hash) in rht_bucket_index() 129 unsigned int hash; in rht_key_get_hash() local 159 unsigned int hash = rht_key_get_hash(ht, key, params, tbl->hash_rnd); in rht_key_hashfn() local 236 u32 hash) in lockdep_rht_bucket_is_held() 277 #define rht_dereference_bucket(p, tbl, hash) \ argument 280 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument 287 const struct bucket_table *tbl, unsigned int hash) in rht_bucket() 294 struct bucket_table *tbl, unsigned int hash) in rht_bucket_var() 301 struct rhashtable *ht, struct bucket_table *tbl, unsigned int hash) in rht_bucket_insert() 375 unsigned int hash) in rht_ptr() [all …]
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | ima_crypto.c | 329 struct ima_digest_data *hash, in ima_calc_file_hash_atfm() 439 static int ima_calc_file_ahash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_ahash() 456 struct ima_digest_data *hash, in ima_calc_file_hash_tfm() 506 static int ima_calc_file_shash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_shash() 535 int ima_calc_file_hash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_hash() 663 struct ima_digest_data *hash, in calc_buffer_ahash_atfm() 703 struct ima_digest_data *hash) in calc_buffer_ahash() 720 struct ima_digest_data *hash, in calc_buffer_shash_tfm() 750 struct ima_digest_data *hash) in calc_buffer_shash() 766 struct ima_digest_data *hash) in ima_calc_buffer_hash() [all …]
|
| /kernel/linux/linux-4.19/net/netfilter/ipvs/ |
| D | ip_vs_proto.c | 56 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol() local 73 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns() local 104 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol() local 126 unsigned int hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns() local 148 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get() local 166 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_data_get() local
|
| /kernel/linux/linux-5.10/net/netfilter/ipvs/ |
| D | ip_vs_proto.c | 51 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol() local 68 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns() local 99 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol() local 121 unsigned int hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns() local 143 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get() local 161 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_data_get() local
|
| /kernel/linux/linux-4.19/net/ceph/crush/ |
| D | hash.c | 29 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local 40 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local 51 __u32 hash = crush_hash_seed ^ a ^ b ^ c; in crush_hash32_rjenkins1_3() local 64 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; in crush_hash32_rjenkins1_4() local 79 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; in crush_hash32_rjenkins1_5() local
|
| /kernel/linux/linux-5.10/net/ceph/crush/ |
| D | hash.c | 29 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local 40 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local 51 __u32 hash = crush_hash_seed ^ a ^ b ^ c; in crush_hash32_rjenkins1_3() local 64 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; in crush_hash32_rjenkins1_4() local 79 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; in crush_hash32_rjenkins1_5() local
|
| /kernel/linux/linux-4.19/scripts/basic/ |
| D | fixdep.c | 152 unsigned int hash; member 162 unsigned int i, hash = 2166136261U; in strhash() local 172 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config() 187 static void define_config(const char *name, int len, unsigned int hash) in define_config() 207 unsigned int hash = strhash(m, slen); in use_config() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | mpfs.h | 48 #define for_each_l2hash_node(hn, tmp, hash, i) \ argument 52 #define l2addr_hash_find(hash, mac, type) ({ \ argument 67 #define l2addr_hash_add(hash, mac, type, gfp) ({ \ argument
|
| /kernel/linux/linux-5.10/scripts/basic/ |
| D | fixdep.c | 162 unsigned int hash; member 172 unsigned int i, hash = 2166136261U; in strhash() local 182 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config() 197 static void define_config(const char *name, int len, unsigned int hash) in define_config() 217 unsigned int hash = strhash(m, slen); in use_config() local
|
| /kernel/liteos_a/fs/vfs/ |
| D | vnode_hash.c | 84 static LOS_DL_LIST *VfsHashBucket(const struct Mount *mp, uint32_t hash) in VfsHashBucket() 89 int VfsHashGet(const struct Mount *mount, uint32_t hash, struct Vnode **vnode, VfsHashCmp *fn, void… in VfsHashGet() 128 int VfsHashInsert(struct Vnode *vnode, uint32_t hash) in VfsHashInsert()
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | mpfs.h | 48 #define for_each_l2hash_node(hn, tmp, hash, i) \ argument 52 #define l2addr_hash_find(hash, mac, type) ({ \ argument 67 #define l2addr_hash_add(hash, mac, type, gfp) ({ \ argument
|
| /kernel/linux/linux-5.10/init/ |
| D | initramfs.c | 52 static __initdata struct hash { struct 55 struct hash *next; argument 59 static inline int hash(int major, int minor, int ino) in hash() argument
|
| /kernel/linux/linux-4.19/init/ |
| D | initramfs.c | 48 static __initdata struct hash { struct 51 struct hash *next; argument 55 static inline int hash(int major, int minor, int ino) in hash() function
|
| /kernel/linux/linux-4.19/drivers/net/team/ |
| D | team_mode_loadbalance.c | 96 #define LB_HTPM_PORT_BY_HASH(lp_priv, hash) \ argument 99 #define LB_HTPM_OPT_INST_INFO_BY_HASH(lp_priv, hash) \ argument 127 unsigned char hash) in lb_hash_select_tx_port() 138 unsigned char hash) in lb_htpm_select_tx_port() 211 unsigned char hash) in lb_update_tx_stats() 231 unsigned char hash; in lb_transmit() local 372 unsigned char hash = info->array_index; in lb_tx_hash_to_port_mapping_init() local 383 unsigned char hash = ctx->info->array_index; in lb_tx_hash_to_port_mapping_get() local 395 unsigned char hash = ctx->info->array_index; in lb_tx_hash_to_port_mapping_set() local 412 unsigned char hash = info->array_index; in lb_hash_stats_init() local [all …]
|
| /kernel/linux/linux-5.10/drivers/net/team/ |
| D | team_mode_loadbalance.c | 92 #define LB_HTPM_PORT_BY_HASH(lp_priv, hash) \ argument 95 #define LB_HTPM_OPT_INST_INFO_BY_HASH(lp_priv, hash) \ argument 123 unsigned char hash) in lb_hash_select_tx_port() 134 unsigned char hash) in lb_htpm_select_tx_port() 207 unsigned char hash) in lb_update_tx_stats() 227 unsigned char hash; in lb_transmit() local 368 unsigned char hash = info->array_index; in lb_tx_hash_to_port_mapping_init() local 379 unsigned char hash = ctx->info->array_index; in lb_tx_hash_to_port_mapping_get() local 391 unsigned char hash = ctx->info->array_index; in lb_tx_hash_to_port_mapping_set() local 408 unsigned char hash = info->array_index; in lb_hash_stats_init() local [all …]
|
| /kernel/linux/linux-4.19/fs/ext2/ |
| D | xattr.c | 493 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local 722 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local 796 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local 836 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local 901 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local 966 __u32 hash = 0; in ext2_xattr_hash_entry() local 1003 __u32 hash = 0; in ext2_xattr_rehash() local
|
| /kernel/linux/linux-4.19/drivers/crypto/caam/ |
| D | key_gen.h | 16 static inline u32 split_key_len(u32 hash) in split_key_len() 34 static inline u32 split_key_pad_len(u32 hash) in split_key_pad_len()
|
| /kernel/linux/linux-5.10/drivers/crypto/caam/ |
| D | key_gen.h | 16 static inline u32 split_key_len(u32 hash) in split_key_len() 34 static inline u32 split_key_pad_len(u32 hash) in split_key_pad_len()
|
| /kernel/linux/linux-5.10/certs/ |
| D | blacklist.c | 89 int mark_hash_blacklisted(const char *hash) in mark_hash_blacklisted() 115 int is_hash_blacklisted(const u8 *hash, size_t hash_len, const char *type) in is_hash_blacklisted() 144 int is_binary_blacklisted(const u8 *hash, size_t hash_len) in is_binary_blacklisted()
|
| /kernel/linux/linux-5.10/fs/ext2/ |
| D | xattr.c | 523 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_set() local 752 __u32 hash = le32_to_cpu(HDR(old_bh)->h_hash); in ext2_xattr_set2() local 833 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_delete_inode() local 873 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local 939 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local 1004 __u32 hash = 0; in ext2_xattr_hash_entry() local 1041 __u32 hash = 0; in ext2_xattr_rehash() local
|