Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 200 of 409) sorted by relevance

123

/linux-4.1.27/net/batman-adv/
Dhash.c22 static void batadv_hash_init(struct batadv_hashtable *hash) in batadv_hash_init()
33 void batadv_hash_destroy(struct batadv_hashtable *hash) in batadv_hash_destroy()
43 struct batadv_hashtable *hash; in batadv_hash_new() local
69 void batadv_hash_set_lock_class(struct batadv_hashtable *hash, in batadv_hash_set_lock_class()
Dhash.h56 static inline void batadv_hash_delete(struct batadv_hashtable *hash, in batadv_hash_delete()
90 static inline uint32_t batadv_hash_bytes(uint32_t hash, const void *data, in batadv_hash_bytes()
115 static inline int batadv_hash_add(struct batadv_hashtable *hash, in batadv_hash_add()
160 static inline void *batadv_hash_remove(struct batadv_hashtable *hash, in batadv_hash_remove()
Dbridge_loop_avoidance.c43 uint32_t hash = 0; in batadv_choose_claim() local
60 uint32_t hash = 0; in batadv_choose_backbone_gw() local
140 struct batadv_hashtable *hash = bat_priv->bla.claim_hash; in batadv_claim_hash_find() local
180 struct batadv_hashtable *hash = bat_priv->bla.backbone_hash; in batadv_backbone_hash_find() local
216 struct batadv_hashtable *hash; in batadv_bla_del_backbone_claims() local
464 struct batadv_hashtable *hash; in batadv_bla_answer_request() local
993 struct batadv_hashtable *hash; in batadv_bla_purge_backbone_gw() local
1047 struct batadv_hashtable *hash; in batadv_bla_purge_claims() local
1095 struct batadv_hashtable *hash; in batadv_bla_update_orig_address() local
1149 struct batadv_hashtable *hash; in batadv_bla_periodic_work() local
[all …]
Doriginator.h78 uint32_t hash = 0; in batadv_choose_orig() local
97 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_find() local
Dnetwork-coding.c350 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_purge_orig_hash() local
381 struct batadv_hashtable *hash, in batadv_nc_purge_paths()
452 uint32_t hash = 0; in batadv_nc_hash_choose() local
502 batadv_nc_hash_find(struct batadv_hashtable *hash, in batadv_nc_hash_find()
628 struct batadv_hashtable *hash, in batadv_nc_process_nc_paths()
914 struct batadv_hashtable *hash, in batadv_nc_get_path()
1237 struct batadv_hashtable *hash = bat_priv->nc.coding_hash; in batadv_nc_path_search() local
1704 struct batadv_hashtable *hash = bat_priv->nc.decoding_hash; in batadv_nc_find_decoding_packet() local
1849 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_nc_nodes_seq_print_text() local
Dtranslation-table.c68 uint32_t hash = 0; in batadv_choose_tt() local
91 batadv_tt_hash_find(struct batadv_hashtable *hash, const uint8_t *addr, in batadv_tt_hash_find()
907 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_seq_print_text() local
1118 struct batadv_hashtable *hash = bat_priv->tt.local_hash; in batadv_tt_local_purge() local
1135 struct batadv_hashtable *hash; in batadv_tt_local_table_free() local
1592 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_seq_print_text() local
1823 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_del_orig() local
1889 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_purge() local
1928 struct batadv_hashtable *hash; in batadv_tt_global_table_free() local
2068 struct batadv_hashtable *hash = bat_priv->tt.global_hash; in batadv_tt_global_crc() local
[all …]
Doriginator.c567 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_originator_free() local
924 struct batadv_hashtable *hash = bat_priv->orig_hash; in _batadv_purge_orig() local
1060 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_add_if() local
1095 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_orig_hash_del_if() local
Ddistributed-arp-table.c208 uint32_t hash = 0; in batadv_hash_dat() local
236 struct batadv_hashtable *hash = bat_priv->dat.hash; in batadv_dat_entry_hash_find() local
471 struct batadv_hashtable *hash = bat_priv->orig_hash; in batadv_choose_next_candidate() local
753 struct batadv_hashtable *hash = bat_priv->dat.hash; in batadv_dat_cache_seq_print_text() local
Dicmp_socket.c380 struct batadv_socket_client *hash; in batadv_socket_receive_packet() local
/linux-4.1.27/net/core/
Dsecure_seq.c47 u32 hash[MD5_DIGEST_WORDS]; in secure_tcpv6_sequence_number() local
69 u32 hash[MD5_DIGEST_WORDS]; in secure_ipv6_port_ephemeral() local
92 u32 hash[MD5_DIGEST_WORDS]; in secure_tcp_sequence_number() local
107 u32 hash[MD5_DIGEST_WORDS]; in secure_ipv4_port_ephemeral() local
126 u32 hash[MD5_DIGEST_WORDS]; in secure_dccp_sequence_number() local
150 u32 hash[MD5_DIGEST_WORDS]; in secure_dccpv6_sequence_number() local
Dflow_dissector.c285 u32 hash; in __flow_hash_from_keys() local
339 u32 hash; in __skb_tx_hash() local
/linux-4.1.27/include/linux/
Drhashtable.h180 static inline unsigned long rht_marker(const struct rhashtable *ht, u32 hash) in rht_marker()
185 #define INIT_RHT_NULLS_HEAD(ptr, ht, hash) \ argument
205 unsigned int hash) in rht_bucket_index()
214 unsigned int hash; in rht_key_hashfn() local
318 unsigned int hash) in rht_bucket_lock()
333 u32 hash) in lockdep_rht_bucket_is_held()
364 #define rht_dereference_bucket(p, tbl, hash) \ argument
367 #define rht_dereference_bucket_rcu(p, tbl, hash) \ argument
380 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
391 #define rht_for_each(pos, tbl, hash) \ argument
[all …]
Dhash.h53 u64 hash = val; in hash_64() local
81 u32 hash = val * GOLDEN_RATIO_PRIME_32; in hash_32() local
Dtpm.h57 static inline int tpm_pcr_extend(u32 chip_num, int pcr_idx, const u8 *hash) { in tpm_pcr_extend()
Ddigsig.h43 uint8_t hash; member
Ddcache.h57 #define hashlen_create(hash,len) (((u64)(len)<<32)|(u32)(hash)) argument
83 static inline unsigned long end_name_hash(unsigned long hash) in end_name_hash()
/linux-4.1.27/security/integrity/ima/
Dima_crypto.c228 struct ima_digest_data *hash, in ima_calc_file_hash_atfm()
337 static int ima_calc_file_ahash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_ahash()
354 struct ima_digest_data *hash, in ima_calc_file_hash_tfm()
410 static int ima_calc_file_shash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_shash()
439 int ima_calc_file_hash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_hash()
461 struct ima_digest_data *hash, in ima_calc_field_array_hash_tfm()
505 struct ima_digest_data *hash) in ima_calc_field_array_hash()
559 int __init ima_calc_boot_aggregate(struct ima_digest_data *hash) in ima_calc_boot_aggregate()
Dima_api.c102 } hash; in ima_store_template() local
203 } hash; in ima_collect_measurement() local
294 char hash[(iint->ima_hash->length * 2) + 1]; in ima_audit_measurement() local
Dima_init.c63 } hash; in ima_add_boot_aggregate() local
Dima_queue.c92 static int ima_pcr_extend(const u8 *hash) in ima_pcr_extend()
Dima_appraise.c134 struct ima_digest_data *hash) in ima_get_hash_algo()
/linux-4.1.27/kernel/bpf/
Dhashtab.c30 u32 hash; member
103 static inline struct hlist_head *select_bucket(struct bpf_htab *htab, u32 hash) in select_bucket()
108 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw()
126 u32 hash, key_size; in htab_map_lookup_elem() local
151 u32 hash, key_size; in htab_map_get_next_key() local
285 u32 hash, key_size; in htab_map_delete_elem() local
/linux-4.1.27/net/ceph/crush/
Dhash.c26 __u32 hash = crush_hash_seed ^ a; in crush_hash32_rjenkins1() local
37 __u32 hash = crush_hash_seed ^ a ^ b; in crush_hash32_rjenkins1_2() local
48 __u32 hash = crush_hash_seed ^ a ^ b ^ c; in crush_hash32_rjenkins1_3() local
61 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d; in crush_hash32_rjenkins1_4() local
76 __u32 hash = crush_hash_seed ^ a ^ b ^ c ^ d ^ e; in crush_hash32_rjenkins1_5() local
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto.c51 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_protocol() local
69 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in register_ip_vs_proto_netns() local
100 unsigned int hash = IP_VS_PROTO_HASH(pp->protocol); in unregister_ip_vs_protocol() local
123 unsigned int hash = IP_VS_PROTO_HASH(pd->pp->protocol); in unregister_ip_vs_proto_netns() local
145 unsigned int hash = IP_VS_PROTO_HASH(proto); in ip_vs_proto_get() local
163 unsigned int hash = IP_VS_PROTO_HASH(proto); in __ipvs_proto_data_get() local
Dip_vs_conn.c169 unsigned int hash; in ip_vs_conn_hash() local
205 unsigned int hash; in ip_vs_conn_unhash() local
233 unsigned int hash; in ip_vs_conn_unlink() local
268 unsigned int hash; in __ip_vs_conn_in_get() local
353 unsigned int hash; in ip_vs_ct_in_get() local
405 unsigned int hash; in ip_vs_conn_out_get() local
1253 unsigned int hash = prandom_u32() & ip_vs_conn_tab_mask; in ip_vs_random_dropentry() local
Dip_vs_sh.c111 unsigned int hash = ip_vs_sh_hashkey(svc->af, addr, port, 0); in ip_vs_sh_get() local
129 unsigned int hash, ihash; in ip_vs_sh_get_fallback() local
Dip_vs_proto_udp.c354 __u16 hash; in udp_register_app() local
389 int hash; in udp_app_conn_bind() local
Dip_vs_proto_sctp.c480 __u16 hash; in sctp_register_app() local
512 int hash; in sctp_app_conn_bind() local
Dip_vs_lblc.c173 unsigned int hash = ip_vs_lblc_hashkey(en->af, &en->addr); in ip_vs_lblc_hash() local
185 unsigned int hash = ip_vs_lblc_hashkey(af, addr); in ip_vs_lblc_get() local
Dip_vs_proto_tcp.c577 __u16 hash; in tcp_register_app() local
613 int hash; in tcp_app_conn_bind() local
Dip_vs_lblcr.c336 unsigned int hash = ip_vs_lblcr_hashkey(en->af, &en->addr); in ip_vs_lblcr_hash() local
348 unsigned int hash = ip_vs_lblcr_hashkey(af, addr); in ip_vs_lblcr_get() local
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c143 static u32 __hash_bucket(u32 hash, unsigned int size) in __hash_bucket()
148 static u32 hash_bucket(u32 hash, const struct net *net) in hash_bucket()
331 unsigned int hash, reply_hash; in nf_ct_delete_from_lists() local
410 const struct nf_conntrack_tuple *tuple, u32 hash) in ____nf_conntrack_find()
446 const struct nf_conntrack_tuple *tuple, u32 hash) in __nf_conntrack_find_get()
481 unsigned int hash, in __nf_conntrack_hash_insert()
496 unsigned int hash, reply_hash; in nf_conntrack_hash_check_insert() local
569 unsigned int hash, reply_hash; in __nf_conntrack_confirm() local
692 unsigned int hash = hash_conntrack(net, zone, tuple); in nf_conntrack_tuple_taken() local
727 unsigned int hash, sequence; in early_drop() local
[all …]
Dxt_cluster.c45 u_int32_t hash = 0; in xt_cluster_hash() local
96 unsigned long hash; in xt_cluster_mt() local
Dxt_hashlimit.c114 struct hlist_head hash[0]; /* hashtable itself */ member
129 u_int32_t hash = jhash2((const u32 *)dst, in hash_dst() local
146 u_int32_t hash = hash_dst(ht, dst); in dsthash_find() local
Dxt_HMARK.c119 u32 hash; in hmark_hash() local
/linux-4.1.27/scripts/basic/
Dfixdep.c144 unsigned int hash; member
154 unsigned int i, hash = 2166136261U; in strhash() local
164 static int is_defined_config(const char *name, int len, unsigned int hash) in is_defined_config()
179 static void define_config(const char *name, int len, unsigned int hash) in define_config()
216 unsigned int hash = strhash(m, slen); in use_config() local
/linux-4.1.27/drivers/net/team/
Dteam_mode_loadbalance.c82 #define LB_HTPM_PORT_BY_HASH(lp_priv, hash) \ argument
85 #define LB_HTPM_OPT_INST_INFO_BY_HASH(lp_priv, hash) \ argument
113 unsigned char hash) in lb_hash_select_tx_port()
124 unsigned char hash) in lb_htpm_select_tx_port()
191 unsigned char hash) in lb_update_tx_stats()
211 unsigned char hash; in lb_transmit() local
338 unsigned char hash = info->array_index; in lb_tx_hash_to_port_mapping_init() local
349 unsigned char hash = ctx->info->array_index; in lb_tx_hash_to_port_mapping_get() local
361 unsigned char hash = ctx->info->array_index; in lb_tx_hash_to_port_mapping_set() local
378 unsigned char hash = info->array_index; in lb_hash_stats_init() local
[all …]
/linux-4.1.27/init/
Dinitramfs.c56 static __initdata struct hash { struct
59 struct hash *next; argument
63 static inline int hash(int major, int minor, int ino) in hash() argument
/linux-4.1.27/fs/coda/
Dcnode.c64 unsigned long hash = coda_f2i(fid); in coda_iget() local
121 unsigned long hash = coda_f2i(newfid); in coda_replace_fid() local
137 unsigned long hash = coda_f2i(fid); in coda_fid_to_inode() local
/linux-4.1.27/fs/nfs/
Dpnfs_dev.c80 long hash) in _lookup_deviceid()
173 const struct nfs4_deviceid *id, long hash) in __nfs4_find_get_deviceid()
191 long hash = nfs4_deviceid_hash(id); in nfs4_find_get_deviceid() local
312 _deviceid_purge_client(const struct nfs_client *clp, long hash) in _deviceid_purge_client()
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage-hash64.c75 unsigned long hash, slot; in __hash_page_huge() local
89 unsigned long hash = hpt_hash(vpn, shift, ssize); in __hash_page_huge() local
Dhash_utils_64.c199 unsigned long hash, hpteg; in htab_bolt_mapping() local
1292 unsigned long hash, index, shift, hidx, slot; in flush_hash_page() local
1336 unsigned long hidx, shift, vpn, hash, slot; in flush_hash_hugepage() local
1437 long hpte_insert_repeating(unsigned long hash, unsigned long vpn, in hpte_insert_repeating()
1475 unsigned long hash; in kernel_map_linear_page() local
1500 unsigned long hash, hidx, slot; in kernel_unmap_linear_page() local
Dhugepage-hash64.c30 unsigned long vpn, hash, shift, slot; in __hash_page_thp() local
Dhash_native_64.c340 unsigned long hash; in native_hpte_find() local
443 unsigned long hidx, vpn = 0, hash, slot; in native_hugepage_invalidate() local
639 unsigned long hash, index, hidx, shift, slot; in native_flush_hash_range() local
/linux-4.1.27/drivers/md/
Ddm-cache-policy-cleaner.c32 struct hash { struct
34 dm_block_t hash_bits; argument
53 struct hash chash; argument
83 static int alloc_hash(struct hash *hash, unsigned elts) in alloc_hash()
92 static void free_hash(struct hash *hash) in free_hash()
142 struct hash *hash = &p->chash; in lookup_cache_entry() local
Draid5.c89 int hash = (sect >> STRIPE_SHIFT) & HASH_MASK; in stripe_hash() local
98 static inline void lock_device_hash_lock(struct r5conf *conf, int hash) in lock_device_hash_lock()
104 static inline void unlock_device_hash_lock(struct r5conf *conf, int hash) in unlock_device_hash_lock()
344 int hash) in release_inactive_stripe_list()
393 int hash; in release_stripe_list() local
418 int hash; in release_stripe() local
465 static struct stripe_head *get_free_stripe(struct r5conf *conf, int hash) in get_free_stripe()
663 int hash = stripe_hash_locks_hash(sector); in get_active_stripe() local
761 int hash; in stripe_add_to_batch_list() local
2150 int hash, cnt; in resize_stripes() local
[all …]
/linux-4.1.27/fs/ubifs/
Dkey.h48 static inline uint32_t key_mask_hash(uint32_t hash) in key_mask_hash()
156 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init() local
173 uint32_t hash) in dent_key_init_hash()
191 uint32_t hash = c->key_hash(nm->name, nm->len); in dent_key_init_flash() local
224 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init() local
242 uint32_t hash = c->key_hash(nm->name, nm->len); in xent_key_init_flash() local
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mcg.c65 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
/linux-4.1.27/fs/ext4/
Dhash.c39 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
55 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
140 __u32 hash; in ext4fs_dirhash() local
Ddir.c369 __u32 hash; member
424 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash, in ext4_htree_store_dirent()
Dxattr.c1534 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext4_xattr_cache_insert() local
1608 __u32 hash = le32_to_cpu(header->h_hash); in ext4_xattr_cache_find() local
1657 __u32 hash = 0; in ext4_xattr_hash_entry() local
1694 __u32 hash = 0; in ext4_xattr_rehash() local
/linux-4.1.27/fs/ext3/
Dhash.c38 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_unsigned() local
54 __u32 hash, hash0 = 0x12a3fe2d, hash1 = 0x37abe8f9; in dx_hack_hash_signed() local
139 __u32 hash; in ext3fs_dirhash() local
Ddir.c296 __u32 hash; member
346 int ext3_htree_store_dirent(struct file *dir_file, __u32 hash, in ext3_htree_store_dirent()
Dxattr.c1135 __u32 hash = le32_to_cpu(BHDR(bh)->h_hash); in ext3_xattr_cache_insert() local
1209 __u32 hash = le32_to_cpu(header->h_hash); in ext3_xattr_cache_find() local
1258 __u32 hash = 0; in ext3_xattr_hash_entry() local
1295 __u32 hash = 0; in ext3_xattr_rehash() local
Dnamei.c86 __le32 hash; member
130 u32 hash; member
299 u32 block = dx_get_block(entries), hash = i? dx_get_hash(entries): 0; in dx_show_entries() local
337 u32 hash; in dx_probe() local
494 static int ext3_htree_next_block(struct inode *dir, __u32 hash, in ext3_htree_next_block()
753 static void dx_insert_block(struct dx_frame *frame, u32 hash, u32 block) in dx_insert_block()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha256.c38 u64 *hash = (u64 *)sctx->state; in octeon_sha256_store_hash() local
48 u64 *hash = (u64 *)sctx->state; in octeon_sha256_read_hash() local
201 static int octeon_sha224_final(struct shash_desc *desc, u8 *hash) in octeon_sha224_final()
Docteon-md5.c40 u64 *hash = (u64 *)ctx->hash; in octeon_md5_store_hash() local
48 u64 *hash = (u64 *)ctx->hash; in octeon_md5_read_hash() local
Docteon-sha512.c175 static int octeon_sha512_final(struct shash_desc *desc, u8 *hash) in octeon_sha512_final()
216 static int octeon_sha384_final(struct shash_desc *desc, u8 *hash) in octeon_sha384_final()
Docteon-sha1.c37 u64 *hash = (u64 *)sctx->state; in octeon_sha1_store_hash() local
51 u64 *hash = (u64 *)sctx->state; in octeon_sha1_read_hash() local
/linux-4.1.27/net/ipv4/
Dfib_semantics.c160 struct fnhe_hash_bucket *hash; in free_nh_exceptions() local
304 unsigned int hash; in fib_find_info() local
336 unsigned int hash; in ip_fib_check_default() local
683 static void fib_info_hash_free(struct hlist_head *hash, int bytes) in fib_info_hash_free()
967 unsigned int hash; in fib_create_info() local
1092 unsigned int hash = fib_laddr_hashfn(local); in fib_sync_down_addr() local
1115 unsigned int hash = fib_devindex_hashfn(dev->ifindex); in fib_sync_down_dev() local
1226 unsigned int hash; in fib_sync_up() local
Dtcp_metrics.c158 unsigned int hash) in tcpm_new()
222 struct net *net, unsigned int hash) in __tcp_get_metrics()
243 unsigned int hash; in __tcp_get_metrics_req() local
284 unsigned int hash; in __tcp_get_metrics_tw() local
334 unsigned int hash; in tcp_get_metrics() local
953 unsigned int *hash, int optional, int v4, int v6) in __parse_nl_addr()
979 unsigned int *hash, int optional) in parse_nl_addr()
997 unsigned int hash; in tcp_metrics_nl_cmd_get() local
1078 unsigned int hash; in tcp_metrics_nl_cmd_del() local
Dinet_hashtables.c213 unsigned int hash = inet_lhashfn(net, hnum); in __inet_lookup_listener() local
295 unsigned int hash = inet_ehashfn(net, daddr, hnum, saddr, sport); in __inet_lookup_established() local
344 unsigned int hash = inet_ehashfn(net, daddr, lport, in __inet_check_established() local
Dinet_fragment.c265 unsigned int seq, hash; in get_frag_bucket_locked() local
417 unsigned int hash) in inet_frag_find()
Draw.c168 static int raw_v4_input(struct sk_buff *skb, const struct iphdr *iph, int hash) in raw_v4_input()
207 int hash; in raw_local_deliver() local
286 int hash; in raw_icmp_error() local
Droute.c472 u32 ip_idents_reserve(u32 hash, int segs) in ip_idents_reserve()
489 u32 hash, id; in __ip_select_ident() local
583 static struct fib_nh_exception *fnhe_oldest(struct fnhe_hash_bucket *hash) in fnhe_oldest()
622 struct fnhe_hash_bucket *hash; in update_or_create_fnhe() local
1249 struct fnhe_hash_bucket *hash = rcu_dereference(nh->nh_exceptions); in find_exception() local
1544 struct fnhe_hash_bucket *hash; in ip_del_fnhe() local
Dinet_connection_sock.c495 u32 hash = inet_synq_hash(raddr, rport, lopt->hash_rnd, in inet_csk_search_req() local
671 u32 hash, struct request_sock *req, in reqsk_queue_hash_req()
/linux-4.1.27/drivers/base/power/
Dtrace.c180 unsigned int hash = hash_string(lineno, file, FILEHASH); in show_file_hash() local
198 unsigned int hash = hash_string(DEVSEED, dev_name(dev), DEVHASH); in show_dev_hash() local
225 unsigned int hash = hash_string(DEVSEED, dev_name(dev), in show_trace_dev_match() local
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c87 struct hlist_head *hash; in init_capa_hash() local
118 void cleanup_capa_hash(struct hlist_head *hash) in cleanup_capa_hash()
193 struct obd_capa *capa_add(struct hlist_head *hash, struct lustre_capa *capa) in capa_add()
224 struct obd_capa *capa_lookup(struct hlist_head *hash, struct lustre_capa *capa, in capa_lookup()
/linux-4.1.27/include/linux/sunrpc/
Dsvcauth.h70 struct hlist_node hash; member
163 unsigned long hash = 0; in hash_str() local
181 unsigned long hash = 0; in hash_mem() local
/linux-4.1.27/drivers/gpu/drm/ttm/
Dttm_object.c122 struct drm_hash_item hash; member
233 struct drm_hash_item *hash; in ttm_base_object_lookup() local
255 struct drm_hash_item *hash; in ttm_base_object_lookup_for_ref() local
287 struct drm_hash_item *hash; in ttm_ref_object_exists() local
325 struct drm_hash_item *hash; in ttm_ref_object_add() local
415 struct drm_hash_item *hash; in ttm_ref_object_base_unref() local
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c98 unsigned char *hash, unsigned int *hash_len) in cfs_crypto_hash_digest()
176 unsigned char *hash, unsigned int *hash_len) in cfs_crypto_hash_final()
209 unsigned char hash[64]; in cfs_crypto_performance_test() local
Dlinux-crypto-adler.c54 static int adler32_setkey(struct crypto_shash *hash, const u8 *key, in adler32_setkey()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_cmdbuf_res.c50 struct drm_hash_item hash; member
89 struct drm_hash_item *hash; in vmw_cmdbuf_res_lookup() local
246 struct drm_hash_item *hash; in vmw_cmdbuf_res_remove() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c240 int hash = arp_hash(e->addr, e->ifindex, d); in alloc_l2e() local
308 int hash; in t3_l2t_get() local
405 int hash = arp_hash(addr, ifidx, d); in t3_l2t_update() local
Dxgmac.c289 int hash = 0, octet, bit, i = 0, c; in hash_hw_addr() local
323 int hash = hash_hw_addr(ha->addr); in t3_mac_set_rx_mode() local
/linux-4.1.27/net/appletalk/
Daarp.c419 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in aarp_proxy_remove() local
435 int hash = sa->s_node % (AARP_HASH_SIZE - 1); in __aarp_proxy_find() local
489 int hash, retval = -EPROTONOSUPPORT; in aarp_proxy_probe_network() local
553 int hash; in aarp_send_ddp() local
692 int hash) in __aarp_resolved()
723 int hash, ret = 0; in aarp_rcv() local
/linux-4.1.27/drivers/gpu/drm/
Ddrm_auth.c59 struct drm_hash_item *hash; in drm_find_file() local
114 struct drm_hash_item *hash; in drm_remove_magic() local
Ddrm_vm.c105 struct drm_hash_item *hash; in drm_do_vm_fault() local
546 struct drm_hash_item *hash; in drm_mmap_locked() local
/linux-4.1.27/crypto/
Dhmac.c29 struct crypto_shash *hash; member
54 struct crypto_shash *hash = ctx->hash; in hmac_setkey() local
159 struct crypto_shash *hash; in hmac_init_tfm() local
Dsha512_generic.c150 static int sha512_final(struct shash_desc *desc, u8 *hash) in sha512_final()
157 unsigned int len, u8 *hash) in crypto_sha512_finup()
Dalgif_hash.c38 struct crypto_ahash *hash; member
348 struct crypto_ahash *hash; in hash_bind() local
400 struct crypto_ahash *hash = tfm->hash; in hash_accept_parent_nokey() local
Dmd4.c37 u32 hash[MD4_HASH_WORDS]; member
84 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
Dauthenc.c266 u8 *hash = areq_ctx->tail; in crypto_authenc_ahash_fb() local
305 u8 *hash = areq_ctx->tail; in crypto_authenc_ahash() local
338 u8 *hash; in crypto_authenc_genicv() local
Dcrc32.c63 static int crc32_setkey(struct crypto_shash *hash, const u8 *key, in crc32_setkey()
Dsha256_generic.c241 unsigned int len, u8 *hash) in crypto_sha256_finup()
Dahash.c37 static inline struct ahash_alg *crypto_ahash_alg(struct crypto_ahash *hash) in crypto_ahash_alg()
451 struct crypto_ahash *hash = __crypto_ahash_cast(tfm); in crypto_ahash_init_tfm() local
Dwp512.c43 u64 hash[WP512_DIGEST_SIZE/8]; member
Dtgr192.c39 u8 hash[64]; member
Dauthencesn.c346 u8 *hash = areq_ctx->tail; in crypto_authenc_esn_ahash() local
402 u8 *hash; in crypto_authenc_esn_genicv() local
/linux-4.1.27/drivers/infiniband/core/
Diwpm_util.c520 u32 hash = jhash_2words(ipv6_hash, (__force u32) ipv6_sockaddr->sin6_port, 0); in iwpm_ipv6_jhash() local
527 u32 hash = jhash_2words(ipv4_hash, (__force u32) ipv4_sockaddr->sin_port, 0); in iwpm_ipv4_jhash() local
532 struct sockaddr_storage *b_sockaddr, u32 *hash) in get_hash_bucket()
559 u32 hash; in get_mapinfo_hash_bucket() local
572 u32 hash; in get_reminfo_hash_bucket() local
/linux-4.1.27/net/ipv6/
Dinet6_hashtables.c65 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in __inet6_lookup_established() local
131 unsigned int hash = inet_lhashfn(net, hnum); in inet6_lookup_listener() local
203 const unsigned int hash = inet6_ehashfn(net, daddr, lport, saddr, in __inet6_check_established() local
Doutput_core.c15 u32 hash, id; in __ipv6_select_ident() local
Dinet6_connection_sock.c126 u32 hash = inet6_synq_hash(raddr, rport, lopt->hash_rnd, in inet6_csk_search_req() local
Dudp.c111 unsigned int hash, mix = net_hash_mix(net); in udp6_portaddr_hash() local
238 u32 hash = 0; in udp6_lib_lookup2() local
295 u32 hash = 0; in __udp6_lib_lookup() local
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_request.c122 int hash; in fld_rrb_scan() local
333 static inline int hash_is_sane(int hash) in hash_is_sane()
339 const char *prefix, int hash) in fld_client_init()
Dlproc_fld.c95 struct lu_fld_hash *hash = NULL; in fld_proc_hash_seq_write() local
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dpeer.c47 struct list_head *hash; in lnet_peer_tables_create() local
81 struct list_head *hash; in lnet_peer_tables_destroy() local
Dapi-ni.c111 struct list_head *hash; in lnet_create_remote_nets_table() local
569 unsigned int hash; in lnet_res_lh_lookup() local
590 unsigned int hash; in lnet_res_lh_initialize() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dremote_perm.c82 struct hlist_head *hash; in alloc_rmtperm_hash() local
97 void free_rmtperm_hash(struct hlist_head *hash) in free_rmtperm_hash()
Dllite_nfs.c92 unsigned long hash = cl_fid_build_ino(fid, in search_inode_for_lustre() local
211 int namelen, loff_t hash, u64 ino, in ll_nfs_get_name_filldir()
Ddir.c151 __u64 hash = *((__u64 *)_hash); in ll_dir_filler() local
267 static struct page *ll_dir_page_locate(struct inode *dir, __u64 *hash, in ll_dir_page_locate()
338 struct page *ll_get_dir_page(struct inode *dir, __u64 hash, in ll_get_dir_page()
506 __u64 hash = MDS_DIR_END_OFF; in ll_dir_read() local
/linux-4.1.27/fs/dlm/
Ddir.c35 int dlm_hash2nodeid(struct dlm_ls *ls, uint32_t hash) in dlm_hash2nodeid()
203 uint32_t hash, bucket; in find_rsb_root() local
/linux-4.1.27/kernel/trace/
Dftrace.c514 struct hlist_head *hash; member
1210 static bool __always_inline ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty()
1216 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip()
1239 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry()
1255 static int add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry()
1270 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry()
1279 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry()
1286 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear()
1305 static void free_ftrace_hash(struct ftrace_hash *hash) in free_ftrace_hash()
1316 struct ftrace_hash *hash; in __free_ftrace_hash_rcu() local
[all …]
Dtrace_functions.c523 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback()
562 ftrace_trace_onoff_callback(struct ftrace_hash *hash, in ftrace_trace_onoff_callback()
578 ftrace_stacktrace_callback(struct ftrace_hash *hash, in ftrace_stacktrace_callback()
590 ftrace_dump_callback(struct ftrace_hash *hash, in ftrace_dump_callback()
603 ftrace_cpudump_callback(struct ftrace_hash *hash, in ftrace_cpudump_callback()
/linux-4.1.27/fs/ext2/
Dxattr.c829 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); in ext2_xattr_cache_insert() local
903 __u32 hash = le32_to_cpu(header->h_hash); in ext2_xattr_cache_find() local
959 __u32 hash = 0; in ext2_xattr_hash_entry() local
996 __u32 hash = 0; in ext2_xattr_rehash() local
/linux-4.1.27/kernel/
Dmodule_signing.c32 u8 hash; /* Digest algorithm [enum hash_algo] */ member
43 static struct public_key_signature *mod_make_digest(enum hash_algo hash, in mod_make_digest()
Dkprobes.c84 static raw_spinlock_t *kretprobe_table_lock_ptr(unsigned long hash) in kretprobe_table_lock_ptr()
1099 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); in kretprobe_hash_lock() local
1108 static void kretprobe_table_lock(unsigned long hash, in kretprobe_table_lock()
1121 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); in kretprobe_hash_unlock() local
1129 static void kretprobe_table_unlock(unsigned long hash, in kretprobe_table_unlock()
1149 unsigned long hash, flags = 0; in kprobe_flush_task() local
1184 unsigned long flags, hash; in cleanup_rp_inst() local
1789 unsigned long hash, flags = 0; in pre_handler_kretprobe() local
/linux-4.1.27/fs/nfsd/
Dexport.c251 int hash = item->ek_fsidtype; in svc_expkey_hash() local
265 int hash = svc_expkey_hash(item); in svc_expkey_lookup() local
279 int hash = svc_expkey_hash(new); in svc_expkey_update() local
767 int hash; in svc_export_hash() local
779 int hash = svc_export_hash(exp); in svc_export_lookup() local
792 int hash = svc_export_hash(old); in svc_export_update() local
1084 unsigned hash, export; in e_start() local
1113 int hash = (*pos >> 32); in e_next() local
Dpnfs.h14 struct list_head hash; member
Dnfscache.c417 u32 hash = nfsd_cache_hash(xid); in nfsd_cache_lookup() local
542 u32 hash; in nfsd_cache_update() local
/linux-4.1.27/include/crypto/
Dmd5.h12 u32 hash[MD5_HASH_WORDS]; member
/linux-4.1.27/include/net/
Dudp.h76 struct udp_hslot *hash; member
93 unsigned int hash) in udp_hashslot2()
202 u32 hash; in udp_flow_src_port() local
Dinet_hashtables.h157 unsigned int hash) in inet_ehash_bucket()
164 unsigned int hash) in inet_ehash_lockp()
Daf_unix.h26 unsigned int hash; member
/linux-4.1.27/net/sctp/
Dproc.c215 int hash = *(loff_t *)v; in sctp_eps_seq_show() local
323 int hash = *(loff_t *)v; in sctp_assocs_seq_show() local
443 int hash = *(loff_t *)v; in sctp_remaddr_seq_show() local
Dendpointola.c330 int hash; in __sctp_endpoint_lookup_assoc() local
Dinput.c766 int hash; in __sctp_rcv_lookup_endpoint() local
857 int hash; in __sctp_lookup_association() local
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c148 unsigned char hash = 0; in hash_item() local
169 int hash = hash_item(sid, addr); in __get_item() local
186 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in __set_item() local
207 int hash = hash_item(sid, addr); in __delete_item() local
1087 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote); in pppoe_seq_next() local
/linux-4.1.27/drivers/scsi/
Dlibiscsi_tcp.c313 iscsi_tcp_dgst_header(struct hash_desc *hash, const void *hdr, size_t hdrlen, in iscsi_tcp_dgst_header()
344 iscsi_segment_done_fn_t *done, struct hash_desc *hash) in __iscsi_segment_init()
359 struct hash_desc *hash) in iscsi_segment_init_linear()
371 iscsi_segment_done_fn_t *done, struct hash_desc *hash) in iscsi_segment_seek_sg()
/linux-4.1.27/fs/hpfs/
Ddentry.c17 unsigned long hash; in hpfs_hash_dentry() local
/linux-4.1.27/net/unix/
Daf_unix.c130 unsigned long hash = (unsigned long)addr; in unix_sockets_unbound() local
166 unsigned int hash = (__force unsigned int)csum_fold(n); in unix_hash_fold() local
265 int len, int type, unsigned int hash) in __unix_find_socket_byname()
287 unsigned int hash) in unix_find_socket_byname()
885 int type, unsigned int hash, int *error) in unix_find_other()
975 unsigned int hash; in unix_bind() local
1084 unsigned int hash; in unix_dgram_connect() local
1184 unsigned int hash; in unix_stream_connect() local
1583 unsigned int hash; in unix_dgram_sendmsg() local
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dclip_tbl.c80 int hash; in cxgb4_clip_get() local
146 int hash; in cxgb4_clip_release() local
Dl2t.h69 u16 hash; /* hash bucket the entry is on */ member
Dl2t.c371 int hash = addr_hash(addr, addr_len, ifidx); in cxgb4_l2t_get() local
484 int hash = addr_hash(addr, addr_len, ifidx); in t4_l2t_update() local
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dflowring.c70 struct brcmf_flowring_hash *hash; in brcmf_flowring_lookup() local
113 struct brcmf_flowring_hash *hash; in brcmf_flowring_create() local
428 struct brcmf_flowring_hash *hash; in brcmf_flowring_delete_peer() local
Dflowring.h50 struct brcmf_flowring_hash hash[BRCMF_FLOWRING_HASHSIZE]; member
/linux-4.1.27/fs/logfs/
Ddir.c100 u32 hash = seed; in hash_32() local
134 static pgoff_t hash_index(u32 hash, int round) in hash_index()
162 u32 hash = hash_32(name->name, name->len, 0); in logfs_get_dd_page() local
373 u32 hash = hash_32(dentry->d_name.name, dentry->d_name.len, 0); in logfs_write_dir() local
/linux-4.1.27/fs/gfs2/
Dquota.c99 static inline void spin_lock_bucket(unsigned int hash) in spin_lock_bucket()
104 static inline void spin_unlock_bucket(unsigned int hash) in spin_unlock_bucket()
214 static struct gfs2_quota_data *qd_alloc(unsigned hash, struct gfs2_sbd *sdp, struct kqid qid) in qd_alloc()
243 static struct gfs2_quota_data *gfs2_qd_search_bucket(unsigned int hash, in gfs2_qd_search_bucket()
269 unsigned int hash = gfs2_qd_hash(sdp, qid); in qd_get() local
1263 unsigned int hash; in gfs2_quota_init() local
Dglock.c53 int hash; /* hash bucket index */ member
98 static inline void spin_lock_bucket(unsigned int hash) in spin_lock_bucket()
103 static inline void spin_unlock_bucket(unsigned int hash) in spin_unlock_bucket()
222 static struct gfs2_glock *search_bucket(unsigned int hash, in search_bucket()
709 unsigned int hash = gl_hash(sdp, &name); in gfs2_glock_get() local
1465 unsigned int hash) in examine_bucket()
1835 static inline struct gfs2_glock *glock_hash_chain(unsigned hash) in glock_hash_chain()
Drecovery.c156 u32 hash; in get_log_header() local
387 u32 hash; in clean_journal() local
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c97 struct icp_qat_hw_auth_algo_blk hash; member
100 struct icp_qat_hw_auth_algo_blk hash; member
153 static int qat_alg_do_precomputes(struct icp_qat_hw_auth_algo_blk *hash, in qat_alg_do_precomputes()
289 struct icp_qat_hw_auth_algo_blk *hash = in qat_alg_aead_init_enc_session() local
368 struct icp_qat_hw_auth_algo_blk *hash = &dec_ctx->hash; in qat_alg_aead_init_dec_session() local
1088 enum icp_qat_hw_auth_algo hash, in qat_alg_aead_init()
/linux-4.1.27/arch/x86/boot/compressed/
Daslr.c37 static unsigned long rotate_xor(unsigned long hash, const void *area, in rotate_xor()
55 unsigned long hash = 0; in get_random_boot() local
/linux-4.1.27/fs/hfs/
Dstring.c57 unsigned int hash, len = this->len; in hfs_hash_dentry() local
/linux-4.1.27/net/ceph/
Dceph_hash.c86 unsigned long hash = 0; in ceph_str_hash_linux() local
/linux-4.1.27/lib/
Drhashtable.c51 int lockdep_rht_bucket_is_held(const struct bucket_table *tbl, u32 hash) in lockdep_rht_bucket_is_held()
383 unsigned int hash) in rhashtable_check_elasticity()
440 unsigned int hash; in rhashtable_insert_slow() local
Doid_registry.c34 unsigned i, j, k, hash; in look_up_OID() local
Dmd5.c13 void md5_transform(__u32 *hash, __u32 const *in) in md5_transform()
Ddigsig.c195 unsigned char hash[SHA1_DIGEST_SIZE]; in digsig_verify() local
/linux-4.1.27/security/smack/
Dsmack_access.c413 unsigned int hash; in smk_insert_entry() local
432 unsigned int hash; in smk_find_entry() local
/linux-4.1.27/arch/sparc/mm/
Dtsb.c40 unsigned long hash = tsb_hash(v, PAGE_SHIFT, in flush_tsb_kernel_range() local
53 unsigned long tag, ent, hash; in __flush_tsb_one_entry() local
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dramht.c30 u32 hash = 0; in nvkm_ramht_hash() local
/linux-4.1.27/drivers/net/ipvlan/
Dipvlan_core.c60 u8 hash; in ipvlan_ht_addr_lookup() local
79 u8 hash; in ipvlan_ht_addr_add() local
186 u32 hash = jhash_1word(__get_unaligned_cpu32(addr+2), in ipvlan_mac_hash() local
/linux-4.1.27/fs/f2fs/
Dhash.c75 __u32 hash; in f2fs_dentry_hash() local
/linux-4.1.27/fs/kernfs/
Ddir.c187 unsigned long hash = init_name_hash(); in kernfs_name_hash() local
201 static int kernfs_name_compare(unsigned int hash, const char *name, in kernfs_name_compare()
647 unsigned int hash; in kernfs_find_ns() local
1360 struct kernfs_node *parent, loff_t hash, struct kernfs_node *pos) in kernfs_dir_pos()
/linux-4.1.27/net/sched/
Dsch_sfb.c132 u32 hash = sfbhash & SFB_BUCKET_MASK; in increment_one_qlen() local
161 u32 hash = sfbhash & SFB_BUCKET_MASK; in decrement_one_qlen() local
333 u32 hash = sfbhash & SFB_BUCKET_MASK; in sfb_enqueue() local
368 u32 hash = sfbhash & SFB_BUCKET_MASK; in sfb_enqueue() local
Dsch_hhf.c183 unsigned int hash; in skb_hash() local
196 static struct hh_flow_state *seek_list(const u32 hash, in seek_list()
266 u32 tmp_hash, hash; in hhf_classify() local
Dsch_sfq.c110 unsigned short hash; /* hash value (index in ht[]) */ member
177 unsigned int hash; in sfq_hash() local
372 unsigned int hash; in sfq_enqueue() local
582 unsigned int hash = sfq_hash(q, skb); in sfq_rehash() local
Dcls_tcindex.c46 u32 hash; /* hash table size; 0 if undefined */ member
331 struct tcindex_filter __rcu **hash; in tcindex_set_parms() local
/linux-4.1.27/net/decnet/
Ddn_route.c332 static int dn_insert_route(struct dn_route *rt, unsigned int hash, struct dn_route **rp) in dn_insert_route()
976 unsigned int hash; in dn_route_output_slow() local
1251 unsigned int hash = dn_hash(flp->saddr, flp->daddr); in __dn_route_output_key() local
1315 unsigned int hash; in dn_route_input_slow() local
1526 unsigned int hash = dn_hash(cb->src, cb->dst); in dn_route_input() local
/linux-4.1.27/security/tomoyo/
Dmemory.c150 unsigned int hash; in tomoyo_get_name() local
/linux-4.1.27/net/openvswitch/
Dvport.c73 unsigned int hash = jhash(name, strlen(name), (unsigned long) net); in hash_bucket() local
449 u32 hash; in ovs_vport_find_upcall_portid() local
Dflow_table.c316 static struct hlist_head *find_bucket(struct table_instance *ti, u32 hash) in find_bucket()
475 u32 hash; in masked_flow_lookup() local
560 u32 hash; in ovs_flow_tbl_lookup_ufid() local
/linux-4.1.27/drivers/target/tcm_fc/
Dtcm_fc.h44 struct hlist_node hash; /* linkage in ft_sess_hash table */ member
68 struct hlist_head hash[FT_SESS_HASH_SIZE]; /* list of sessions */ member
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_lite.h137 static inline unsigned long hash_x_index(__u64 hash, int hash64) in hash_x_index()
/linux-4.1.27/fs/affs/
Dnamei.c67 unsigned long hash; in __affs_hash_dentry() local
178 u32 hash; in affs_hash_name() local
/linux-4.1.27/fs/btrfs/
Dprops.c70 static const struct hlist_head *find_prop_handlers_by_hash(const u64 hash) in find_prop_handlers_by_hash()
88 u64 hash = btrfs_name_hash(name, strlen(name)); in find_prop_handler() local
/linux-4.1.27/drivers/staging/skein/
Dskein_api.c221 int skein_final(struct skein_ctx *ctx, u8 *hash) in skein_final()
/linux-4.1.27/Documentation/vDSO/
Dparse_vdso.c184 static bool vdso_match_version(ELF(Versym) ver, in vdso_match_version()
/linux-4.1.27/fs/lockd/
Dhost.c69 unsigned int hash = (__force u32)n ^ ((__force u32)n >> 16); in __nlm_hash32() local
91 unsigned int hash; in nlm_hash_address() local
Dsvcsubs.c87 unsigned int hash; in nlm_lookup_file() local
/linux-4.1.27/fs/jbd/
Drevoke.c107 struct list_head hash; member
133 static inline int hash(journal_t *journal, unsigned int block) in hash() function
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c194 static bool netvsc_set_hash(u32 *hash, struct sk_buff *skb) in netvsc_set_hash()
220 u32 hash; in netvsc_select_queue() local
390 u32 hash; in netvsc_start_xmit() local
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dlpar.c339 unsigned long hash; in pSeries_lpar_hpte_find() local
458 unsigned long shift, hidx, vpn = 0, hash, slot; in pSeries_lpar_hugepage_invalidate() local
527 unsigned long hash, index, shift, hidx, slot; in pSeries_lpar_flush_hash_range() local
/linux-4.1.27/net/l2tp/
Dl2tp_core.c283 int hash; in l2tp_session_find_nth() local
309 int hash; in l2tp_session_find_by_ifname() local
1240 int hash; in l2tp_tunnel_closeall() local
1838 int hash; in l2tp_init_net() local
Dl2tp_debugfs.c106 int hash; in l2tp_dfs_seq_tunnel_show() local
/linux-4.1.27/net/sunrpc/
Dcache.c55 struct cache_head *key, int hash) in sunrpc_cache_lookup()
140 struct cache_head *new, struct cache_head *old, int hash) in sunrpc_cache_update()
539 int hash = DFR_HASH(item); in __hash_deferred_req() local
665 int hash = DFR_HASH(item); in cache_revisit_request() local
1281 unsigned int hash, entry; in c_start() local
1310 int hash = (*pos >> 32); in c_next() local
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmmaster.c345 unsigned int hash; in dlm_find_mle() local
744 unsigned int hash; in dlm_get_lock_resource() local
1438 unsigned int namelen, hash; in dlm_master_request_handler() local
1804 unsigned int namelen, hash; in dlm_assert_master_handler() local
2293 unsigned int hash; in dlm_deref_lockres_handler() local
3041 unsigned int namelen, hash; in dlm_migrate_request_handler() local
Ddlmdomain.c191 unsigned int hash) in __dlm_lookup_lockres_full()
224 unsigned int hash) in __dlm_lookup_lockres()
251 unsigned int hash = dlm_lockid_hash(name, len); in dlm_lookup_lockres() local
/linux-4.1.27/arch/sparc/crypto/
Dsha512_glue.c135 static int sha384_sparc64_final(struct shash_desc *desc, u8 *hash) in sha384_sparc64_final()
Dsha256_glue.c131 static int sha224_sparc64_final(struct shash_desc *desc, u8 *hash) in sha224_sparc64_final()
Dcrc32c_glue.c30 static int crc32c_sparc64_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_sparc64_setkey()
/linux-4.1.27/fs/jbd2/
Drevoke.c107 struct list_head hash; member
134 static inline int hash(journal_t *journal, unsigned long long block) in hash() function
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr_sf.h54 xfs_dahash_t hash; /* this entry's hash value */ member
Dxfs_dir2_block.c344 xfs_dahash_t hash; /* hash value of found entry */ in xfs_dir2_block_addname() local
663 xfs_dahash_t hash; /* found hash value */ in xfs_dir2_block_lookup_int() local
/linux-4.1.27/arch/arm/crypto/
Dsha512_neon_glue.c237 static int sha384_neon_final(struct shash_desc *desc, u8 *hash) in sha384_neon_final()
/linux-4.1.27/drivers/net/ethernet/amd/
Dam79c961a.c199 static void am79c961_mc_hash(char *addr, u16 *hash) in am79c961_mc_hash()
212 static unsigned int am79c961_get_rx_mode(struct net_device *dev, u16 *hash) in am79c961_get_rx_mode()
/linux-4.1.27/scripts/mod/
Dsumversion.c41 uint32_t hash[MD4_HASH_WORDS]; member
88 static void md4_transform(uint32_t *hash, uint32_t const *in) in md4_transform()
/linux-4.1.27/scripts/kconfig/
Dsymbol.c792 unsigned hash = 2166136261U; in strhash() local
802 int hash; in sym_lookup() local
842 int hash = 0; in sym_find() local
/linux-4.1.27/drivers/pcmcia/
Dds.c50 u32 hash; in pcmcia_check_driver() local
930 u32 hash[4] = { 0, 0, 0, 0}; in pcmcia_bus_uevent() local
1071 u32 hash[4] = { 0, 0, 0, 0}; in modalias_show() local
/linux-4.1.27/lib/xz/
Dxz_dec_stream.c93 struct xz_dec_hash hash; member
115 struct xz_dec_hash hash; member
/linux-4.1.27/arch/x86/crypto/
Dcrc32-pclmul_glue.c91 static int crc32_pclmul_setkey(struct crypto_shash *hash, const u8 *key, in crc32_pclmul_setkey()
Dcrc32c-intel_glue.c115 static int crc32c_intel_setkey(struct crypto_shash *hash, const u8 *key, in crc32c_intel_setkey()
/linux-4.1.27/include/drm/ttm/
Dttm_object.h127 struct drm_hash_item hash; member
/linux-4.1.27/drivers/gpu/drm/qxl/
Dqxl_image.c105 int depth, unsigned int hash, in qxl_image_init_helper()
/linux-4.1.27/fs/adfs/
Ddir.c198 unsigned long hash; in adfs_hash() local
/linux-4.1.27/fs/autofs4/
Droot.c164 unsigned int hash = name->hash; in autofs4_lookup_active() local
219 unsigned int hash = name->hash; in autofs4_lookup_expiring() local
/linux-4.1.27/fs/reiserfs/
Dbitmap.c277 unsigned long hash; in bmap_hash_id() local
793 unsigned long hash; in dirid_groups() local
820 unsigned long hash; in oid_groups() local
/linux-4.1.27/fs/efivarfs/
Dsuper.c68 unsigned long hash = init_name_hash(); in efivarfs_d_hash() local
/linux-4.1.27/drivers/mtd/tests/
Dnandbiterrs.c86 static uint8_t hash(unsigned offset) in hash() function
/linux-4.1.27/fs/ncpfs/
Dncpsign_kernel.c112 unsigned char hash[16]; in sign_verify_reply() local
/linux-4.1.27/drivers/net/wireless/zd1211rw/
Dzd_mac.c277 struct zd_mc_hash hash; in set_mc_hash() local
1219 struct zd_mc_hash hash; in zd_op_prepare_multicast() local
1240 struct zd_mc_hash hash = { in zd_op_configure_filter() local
/linux-4.1.27/drivers/misc/cxl/
Dfault.c41 unsigned int hash; in find_free_sste() local
/linux-4.1.27/include/scsi/
Dlibiscsi_tcp.h41 struct hash_desc *hash; member
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c86 ulong hash, hpteg; in kvmppc_mmu_map_page() local
Dbook3s_32_mmu_host.c120 u32 page, hash; in kvmppc_mmu_get_pteg() local
/linux-4.1.27/net/irda/
Dirqueue.c213 static __u32 hash( const char* name) in hash() function
/linux-4.1.27/net/ipv4/netfilter/
Dipt_CLUSTERIP.c292 clusterip_responsible(const struct clusterip_config *config, u_int32_t hash) in clusterip_responsible()
307 u_int32_t hash; in clusterip_tg() local
/linux-4.1.27/net/sunrpc/auth_gss/
Dsvcauth_gss.c283 int hash = rsi_hash(item); in rsi_lookup() local
295 int hash = rsi_hash(new); in rsi_update() local
542 int hash = rsc_hash(item); in rsc_lookup() local
554 int hash = rsc_hash(new); in rsc_update() local
/linux-4.1.27/net/tipc/
Dnode.h122 struct hlist_node hash; member
/linux-4.1.27/drivers/firmware/google/
Dgsmi.c684 u64 hash = val; in local_hash_64() local
725 u32 hash; in gsmi_system_valid() local

123