Home
last modified time | relevance | path

Searched refs:hash (Results 2501 - 2525 of 4274) sorted by relevance

1...<<101102103104105106107108109110>>...171

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.h149 /** Pre-computed hash using _mesa_hash_pointer for cache tracking sets */
150 uint32_t hash; member
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm68 Returns an item from the %config hash in \$TOP/configdata.pm.
/third_party/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm68 Returns an item from the %config hash in \$TOP/configdata.pm.
/third_party/skia/src/core/
H A DSkImageFilterCache.cpp49 return SkOpts::hash(reinterpret_cast<const uint32_t*>(&key), sizeof(Key)); in Hash()
H A DSkDescriptor.cpp101 return SkOpts::hash(ptr, len); in ComputeChecksum()
/third_party/skia/src/gpu/
H A DGrProxyProvider.h223 * (in which case we don't want it cluttering up the hash table) or the client has indicated
281 // processInvalidUniqueKey() with control over removing hash table entries,
306 static uint32_t Hash(const GrUniqueKey& key) { return key.hash(); } in Hash()
/third_party/openssl/ohos_lite/include/openssl/
H A Dconf.h70 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_bitset.h129 friend struct std::hash<bitset>;
/third_party/skia/include/core/
H A DSkColorSpace.h156 * Returns a hash of the gamut transformation to XYZ D50. Allows for fast equality checking
225 uint64_t hash() const { return (uint64_t)fTransferFnHash << 32 | fToXYZD50Hash; } in hash() function in SkColorSpace
/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs9 use crate::hash::MessageDigest;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_i.h390 const u8 * eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_i.h392 const u8 * eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c108 u16 *hash, u8 op_mod) in mlx4_GID_HASH()
118 *hash = imm; in mlx4_GID_HASH()
685 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
689 * previous entry in hash chain and *mgm holds AMGM entry.
692 * entry in hash chain and *mgm holds end of hash chain.
703 u16 hash; in find_entry() local
714 err = mlx4_GID_HASH(dev, mailbox, &hash, op_mod); in find_entry()
720 mlx4_dbg(dev, "Hash for %pI6 is %04x\n", gid, hash); in find_entry()
722 *index = hash; in find_entry()
107 mlx4_GID_HASH(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, u16 *hash, u8 op_mod) mlx4_GID_HASH() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/
H A Dmacvlan.c29 #include <linux/hash.h>
268 unsigned int hash; in macvlan_broadcast() local
278 hash = mc_hash(vlan, eth->h_dest); in macvlan_broadcast()
279 if (!test_bit(hash, vlan->mc_filter)) in macvlan_broadcast()
457 unsigned int hash; in macvlan_handle_frame() local
476 hash = mc_hash(NULL, eth->h_dest); in macvlan_handle_frame()
477 if (test_bit(hash, port->mc_filter)) in macvlan_handle_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c308 if (tpriv->packet->exp_hash && !skb->hash) in stmmac_test_loopback_validate()
500 u32 hash, hash_nr; in stmmac_hash_check() local
502 /* First compute the hash for desired addr */ in stmmac_hash_check()
503 hash = bitrev32(~crc32_le(~0, addr, 6)) >> mc_offset; in stmmac_hash_check()
504 hash_nr = hash >> 5; in stmmac_hash_check()
505 hash = 1 << (hash & 0x1f); in stmmac_hash_check()
510 if (((nr >> 5) == hash_nr) && ((1 << (nr & 0x1f)) == hash)) in stmmac_hash_check()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c1066 u32 hash = 0; in execute_hash() local
1068 /* OVS_HASH_ALG_L4 is the only possible hash algorithm. */ in execute_hash()
1069 hash = skb_get_hash(skb); in execute_hash()
1070 hash = jhash_1word(hash, hash_act->hash_basis); in execute_hash()
1071 if (!hash) in execute_hash()
1072 hash = 0x1; in execute_hash()
1074 key->ovs_flow_hash = hash; in execute_hash()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h125 * @skc_hash: hash value used with various protocol lookup tables
126 * @skc_u16hashes: two u16 hash values used by UDP lookup tables
137 * @skc_bind_node: bind hash linkage for various protocol lookup tables
138 * @skc_portaddr_node: second hash linkage for UDP/UDP-Lite protocol
144 * @skc_node: main hash linkage for various protocol lookup tables
145 * @skc_nulls_node: main hash linkage for TCP/UDP/UDP-Lite protocol
317 * @sk_txhash: computed flow hash for use on transmit
722 when sk is ALREADY grabbed f.e. it is found in hash table
723 or a list and the lookup is made under lock preventing hash table
1058 static inline void sock_rps_record_flow_hash(__u32 hash) in sock_rps_record_flow_hash() argument
1224 int (*hash)(struct sock *sk); global() member
[all...]
/kernel/linux/linux-5.10/security/apparmor/
H A Dapparmorfs.c1111 if (profile->hash) { in seq_profile_hash_show()
1113 seq_printf(seq, "%.2x", profile->hash[i]); in seq_profile_hash_show()
1124 SEQ_PROFILE_FOPS(hash); variable
1275 if (data->hash) { in seq_rawdata_hash_show()
1277 seq_printf(seq, "%.2x", data->hash[i]); in seq_rawdata_hash_show()
1295 SEQ_RAWDATA_FOPS(hash); variable
1731 if (profile->hash) { in __aafs_profile_mkdir()
/kernel/linux/linux-5.10/tools/perf/util/
H A Devlist.c40 #include <linux/hash.h>
528 int hash; in perf_evlist__id2sid() local
530 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__id2sid()
531 head = &evlist->core.heads[hash]; in perf_evlist__id2sid()
599 int hash; in perf_evlist__event2evsel() local
616 hash = hash_64(id, PERF_EVLIST__HLIST_BITS); in perf_evlist__event2evsel()
617 head = &evlist->core.heads[hash]; in perf_evlist__event2evsel()
/kernel/linux/linux-5.10/fs/nfs/
H A Dinode.c431 unsigned long hash; in nfs_ilookup() local
437 hash = nfs_fattr_to_ino_t(fattr); in nfs_ilookup()
438 inode = ilookup5(sb, hash, nfs_find_actor, &desc); in nfs_ilookup()
456 unsigned long hash; in nfs_fhget() local
467 hash = nfs_fattr_to_ino_t(fattr); in nfs_fhget()
469 inode = iget5_locked(sb, hash, nfs_find_actor, nfs_init_locked, &desc); in nfs_fhget()
481 inode->i_ino = hash; in nfs_fhget()
1578 * _nfs_display_fhandle_hash - calculate the crc32 hash for the filehandle
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmdomain.c84 mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n", in dlm_alloc_pagevec()
164 bucket = dlm_lockres_hash(dlm, res->lockname.hash); in __dlm_insert_lockres()
178 unsigned int hash) in __dlm_lookup_lockres_full()
187 bucket = dlm_lockres_hash(dlm, hash); in __dlm_lookup_lockres_full()
211 unsigned int hash) in __dlm_lookup_lockres()
219 res = __dlm_lookup_lockres_full(dlm, name, len, hash); in __dlm_lookup_lockres()
238 unsigned int hash = dlm_lockid_hash(name, len); in dlm_lookup_lockres() local
241 res = __dlm_lookup_lockres(dlm, name, len, hash); in dlm_lookup_lockres()
465 * nothing remains in the hash */ in dlm_migrate_all_locks()
467 mlog(0, "%s: %d lock resources in hash las in dlm_migrate_all_locks()
175 __dlm_lookup_lockres_full(struct dlm_ctxt *dlm, const char *name, unsigned int len, unsigned int hash) __dlm_lookup_lockres_full() argument
208 __dlm_lookup_lockres(struct dlm_ctxt *dlm, const char *name, unsigned int len, unsigned int hash) __dlm_lookup_lockres() argument
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dinode.c409 unsigned long hash; in nfs_ilookup() local
415 hash = nfs_fattr_to_ino_t(fattr); in nfs_ilookup()
416 inode = ilookup5(sb, hash, nfs_find_actor, &desc); in nfs_ilookup()
452 unsigned long hash; in nfs_fhget() local
463 hash = nfs_fattr_to_ino_t(fattr); in nfs_fhget()
465 inode = iget5_locked(sb, hash, nfs_find_actor, nfs_init_locked, &desc); in nfs_fhget()
477 inode->i_ino = hash; in nfs_fhget()
1630 * _nfs_display_fhandle_hash - calculate the crc32 hash for the filehandle
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmdomain.c82 mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n", in dlm_alloc_pagevec()
162 bucket = dlm_lockres_hash(dlm, res->lockname.hash); in __dlm_insert_lockres()
176 unsigned int hash) in __dlm_lookup_lockres_full()
185 bucket = dlm_lockres_hash(dlm, hash); in __dlm_lookup_lockres_full()
209 unsigned int hash) in __dlm_lookup_lockres()
217 res = __dlm_lookup_lockres_full(dlm, name, len, hash); in __dlm_lookup_lockres()
236 unsigned int hash = dlm_lockid_hash(name, len); in dlm_lookup_lockres() local
239 res = __dlm_lookup_lockres(dlm, name, len, hash); in dlm_lookup_lockres()
463 * nothing remains in the hash */ in dlm_migrate_all_locks()
465 mlog(0, "%s: %d lock resources in hash las in dlm_migrate_all_locks()
173 __dlm_lookup_lockres_full(struct dlm_ctxt *dlm, const char *name, unsigned int len, unsigned int hash) __dlm_lookup_lockres_full() argument
206 __dlm_lookup_lockres(struct dlm_ctxt *dlm, const char *name, unsigned int len, unsigned int hash) __dlm_lookup_lockres() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c108 u16 *hash, u8 op_mod) in mlx4_GID_HASH()
118 *hash = imm; in mlx4_GID_HASH()
685 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
689 * previous entry in hash chain and *mgm holds AMGM entry.
692 * entry in hash chain and *mgm holds end of hash chain.
703 u16 hash; in find_entry() local
714 err = mlx4_GID_HASH(dev, mailbox, &hash, op_mod); in find_entry()
720 mlx4_dbg(dev, "Hash for %pI6 is %04x\n", gid, hash); in find_entry()
722 *index = hash; in find_entry()
107 mlx4_GID_HASH(struct mlx4_dev *dev, struct mlx4_cmd_mailbox *mailbox, u16 *hash, u8 op_mod) mlx4_GID_HASH() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c308 if (tpriv->packet->exp_hash && !skb->hash) in stmmac_test_loopback_validate()
500 u32 hash, hash_nr; in stmmac_hash_check() local
502 /* First compute the hash for desired addr */ in stmmac_hash_check()
503 hash = bitrev32(~crc32_le(~0, addr, 6)) >> mc_offset; in stmmac_hash_check()
504 hash_nr = hash >> 5; in stmmac_hash_check()
505 hash = 1 << (hash & 0x1f); in stmmac_hash_check()
510 if (((nr >> 5) == hash_nr) && ((1 << (nr & 0x1f)) == hash)) in stmmac_hash_check()

Completed in 38 milliseconds

1...<<101102103104105106107108109110>>...171