Home
last modified time | relevance | path

Searched defs:hashval (Results 1 - 25 of 45) sorted by relevance

12

/kernel/linux/linux-5.10/include/trace/events/
H A Dkmem.h326 unsigned long hashval; in mm_ptr_to_hash() local
/kernel/linux/linux-6.6/include/trace/events/
H A Dkmem.h314 unsigned long hashval; in mm_ptr_to_hash() local
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_attr.h35 __u32 hashval; /* hash value of next entry to add */ member
H A Dxfs_da_btree.h64 xfs_dahash_t hashval; /* hash value of name */ member
114 xfs_dahash_t hashval; /* last hash value in block */ member
H A Dxfs_da_btree.c1582 xfs_dahash_t hashval; xfs_da3_node_lookup_int() local
[all...]
H A Dxfs_da_format.h82 __be32 hashval; /* hash value for this descendant */ member
428 __be32 hashval; /* hash value of name */ member
613 __be32 hashval; /* hash value of name */ member
H A Dxfs_attr_leaf.c250 __u32 hashval; in xfs_attr3_leaf_verify_entry() local
2373 xfs_dahash_t hashval; xfs_attr3_leaf_lookup_int() local
[all...]
/kernel/linux/linux-5.10/fs/erofs/
H A Dinode.c309 const unsigned long hashval = erofs_inode_hash(nid); in erofs_iget_locked() local
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_attr.h35 __u32 hashval; /* hash value of next entry to add */ member
H A Dxfs_da_btree.h64 xfs_dahash_t hashval; /* hash value of name */ member
120 xfs_dahash_t hashval; /* last hash value in block */ member
/third_party/elfutils/lib/
H A Ddynamicsizehash_concurrent.c234 HASHTYPE hashval in resize_helper() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h248 #define hashval(x) ((unsigned long)(x)) macro
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs_cache.c59 static unsigned long inode_hash(struct super_block *sb, unsigned long hashval) in inode_hash() argument
/third_party/glslang/SPIRV/
H A DSPVRemapper.cpp726 std::uint32_t hashval = 1911; in mapNames() local
780 std::uint32_t hashval = fnId * 17; // small prime in mapFnBodies() local
1406 const std::uint32_t hashval = hashType(typeStart); mapTypeConst() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c631 unsigned char hashval[EVP_MAX_MD_SIZE]; in tls13_change_cipher_state() local
/third_party/openssl/ssl/
H A Dtls13_enc.c427 unsigned char hashval[EVP_MAX_MD_SIZE]; in tls13_change_cipher_state() local
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c341 unsigned long hashval; in clusterip_hashfn() local
/kernel/linux/linux-5.10/fs/nfsd/
H A Dfilecache.c173 nfsd_file_alloc(struct inode *inode, unsigned int may, unsigned int hashval, in nfsd_file_alloc() argument
508 __nfsd_file_close_inode(struct inode *inode, unsigned int hashval, in __nfsd_file_close_inode() argument
534 unsigned int hashval = (unsigned int)hash_long(inode->i_ino, in nfsd_file_close_inode_sync() local
554 unsigned int hashval in nfsd_file_close_inode() local
883 nfsd_file_find_locked(struct inode *inode, unsigned int may_flags, unsigned int hashval, struct net *net) nfsd_file_find_locked() argument
919 unsigned int hashval; nfsd_file_is_cached() local
944 unsigned int hashval; nfsd_file_acquire() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c2221 int create_synthetic_message_hash(SSL *s, const unsigned char *hashval, in create_synthetic_message_hash() argument
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c2186 int create_synthetic_message_hash(SSL *s, const unsigned char *hashval, in create_synthetic_message_hash() argument
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dauth_gss.c1159 unsigned long hashval = (unsigned long)clnt; in gss_auth_find_or_add_hashed() local
/kernel/linux/linux-5.10/fs/isofs/
H A Dinode.c1531 unsigned long hashval; in __isofs_iget() local
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcheck-integrity.c493 const unsigned int hashval = in btrfsic_block_hashtable_add() local
511 const unsigned int hashval = in btrfsic_block_hashtable_lookup() local
538 const unsigned int hashval = in btrfsic_block_link_hashtable_add() local
562 const unsigned int hashval = in btrfsic_block_link_hashtable_lookup() local
596 const unsigned int hashval = in btrfsic_dev_state_hashtable_add() local
611 const unsigned int hashval = btrfsic_dev_state_hashtable_lookup() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dinode.c512 static unsigned long hash(struct super_block *sb, unsigned long hashval) in hash() argument
530 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash() argument
1152 struct inode *inode_insert5(struct inode *inode, unsigned long hashval, in inode_insert5() argument
1221 iget5_locked(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data) iget5_locked() argument
1408 ilookup5_nowait(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) ilookup5_nowait() argument
1439 ilookup5(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) ilookup5() argument
1509 find_inode_nowait(struct super_block *sb, unsigned long hashval, int (*match)(struct inode *, unsigned long, void *), void *data) find_inode_nowait() argument
1557 find_inode_rcu(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) find_inode_rcu() argument
1661 insert_inode_locked4(struct inode *inode, unsigned long hashval, int (*test)(struct inode *, void *), void *data) insert_inode_locked4() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dinode.c510 static unsigned long hash(struct super_block *sb, unsigned long hashval) in hash() argument
528 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash() argument
1191 struct inode *inode_insert5(struct inode *inode, unsigned long hashval, in inode_insert5() argument
1264 iget5_locked(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *data) iget5_locked() argument
1451 ilookup5_nowait(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) ilookup5_nowait() argument
1482 ilookup5(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) ilookup5() argument
1552 find_inode_nowait(struct super_block *sb, unsigned long hashval, int (*match)(struct inode *, unsigned long, void *), void *data) find_inode_nowait() argument
1600 find_inode_rcu(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data) find_inode_rcu() argument
1704 insert_inode_locked4(struct inode *inode, unsigned long hashval, int (*test)(struct inode *, void *), void *data) insert_inode_locked4() argument
[all...]

Completed in 36 milliseconds

12