| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | filecache.c | 173 nfsd_file_alloc(struct inode *inode, unsigned int may, unsigned int hashval, in nfsd_file_alloc() argument 187 nf->nf_hashval = hashval; in nfsd_file_alloc() 508 __nfsd_file_close_inode(struct inode *inode, unsigned int hashval, in __nfsd_file_close_inode() argument 514 spin_lock(&nfsd_file_hashtbl[hashval].nfb_lock); in __nfsd_file_close_inode() 515 hlist_for_each_entry_safe(nf, tmp, &nfsd_file_hashtbl[hashval].nfb_head, nf_node) { in __nfsd_file_close_inode() 519 spin_unlock(&nfsd_file_hashtbl[hashval].nfb_lock); in __nfsd_file_close_inode() 534 unsigned int hashval = (unsigned int)hash_long(inode->i_ino, in nfsd_file_close_inode_sync() local 538 __nfsd_file_close_inode(inode, hashval, &dispose); in nfsd_file_close_inode_sync() 539 trace_nfsd_file_close_inode_sync(inode, hashval, !list_empty(&dispose)); in nfsd_file_close_inode_sync() 554 unsigned int hashval = (unsigned int)hash_long(inode->i_ino, in nfsd_file_close_inode() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_attr_list.c | 42 (!((cursor)->initted) && !((cursor)->hashval) && \ 156 if (sbp->hash == cursor->hashval) { in xfs_attr_shortform_list() 161 } else if (sbp->hash > cursor->hashval) { in xfs_attr_shortform_list() 172 if (cursor->hashval != sbp->hash) { in xfs_attr_shortform_list() 173 cursor->hashval = sbp->hash; in xfs_attr_shortform_list() 253 if (cursor->hashval <= be32_to_cpu(btree->hashval)) { in xfs_attr_node_list_lookup() 327 if (cursor->hashval > be32_to_cpu( in xfs_attr_node_list() 328 entries[leafhdr.count - 1].hashval)) { in xfs_attr_node_list() 332 } else if (cursor->hashval <= be32_to_cpu( in xfs_attr_node_list() 333 entries[0].hashval)) { in xfs_attr_node_list() [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 735 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split() 737 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split() 894 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance() 895 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance() 896 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance() 988 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance() 989 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance() 1035 btree[oldblk->index].hashval = cpu_to_be32(newblk->hashval); in xfs_da3_node_add() 1050 oldblk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_node_add() 1374 return be32_to_cpu(nodehdr.btree[nodehdr.count - 1].hashval); in xfs_da3_node_lasthash() [all …]
|
| H A D | xfs_attr_leaf.c | 250 __u32 hashval; in xfs_attr3_leaf_verify_entry() local 253 hashval = be32_to_cpu(ent->hashval); in xfs_attr3_leaf_verify_entry() 254 if (hashval < *last_hashval) in xfs_attr3_leaf_verify_entry() 256 *last_hashval = hashval; in xfs_attr3_leaf_verify_entry() 951 nargs.hashval = xfs_da_hashname(sfe->nameval, in xfs_attr_shortform_to_leaf() 1159 nargs.hashval = be32_to_cpu(entry->hashval); in xfs_attr3_leaf_to_shortform() 1226 icnodehdr.btree[0].hashval = entries[icleafhdr.count - 1].hashval; in xfs_attr3_leaf_to_node() 1348 oldblk->hashval = xfs_attr_leaf_lasthash(oldblk->bp, NULL); in xfs_attr3_leaf_split() 1349 newblk->hashval = xfs_attr_leaf_lasthash(newblk->bp, NULL); in xfs_attr3_leaf_split() 1484 entry->hashval = cpu_to_be32(args->hashval); in xfs_attr3_leaf_add_work() [all …]
|
| H A D | xfs_dir2_block.c | 454 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname() 456 if (hash < args->hashval) in xfs_dir2_block_addname() 461 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) { in xfs_dir2_block_addname() 555 blp[mid].hashval = cpu_to_be32(args->hashval); in xfs_dir2_block_addname() 713 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_lookup_int() 715 if (hash < args->hashval) in xfs_dir2_block_lookup_int() 728 while (mid > 0 && be32_to_cpu(blp[mid - 1].hashval) == args->hashval) { in xfs_dir2_block_lookup_int() 757 be32_to_cpu(blp[mid].hashval) == hash); in xfs_dir2_block_lookup_int() 914 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : in xfs_dir2_block_sort() 915 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); in xfs_dir2_block_sort() [all …]
|
| H A D | xfs_dir2_node.c | 536 ASSERT(index == 0 || be32_to_cpu(ents[index - 1].hashval) <= args->hashval); in xfs_dir2_leafn_add() 538 be32_to_cpu(ents[index].hashval) >= args->hashval); in xfs_dir2_leafn_add() 564 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add() 617 return be32_to_cpu(leafhdr.ents[leafhdr.count - 1].hashval); in xfs_dir2_leaf_lasthash() 677 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_addname() 825 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_entry() 1046 (be32_to_cpu(ents2[0].hashval) < be32_to_cpu(ents1[0].hashval) || in xfs_dir2_leafn_order() 1047 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order() 1048 be32_to_cpu(ents1[hdr1.count - 1].hashval))) in xfs_dir2_leafn_order() 1112 midhash = be32_to_cpu(ents2[mid - hdr1.count].hashval); in xfs_dir2_leafn_rebalance() [all …]
|
| H A D | xfs_da_format.h | 82 __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 D | xfs_dir2_leaf.c | 168 if (be32_to_cpu(hdr->ents[i].hashval) > in xfs_dir3_leaf_check_int() 169 be32_to_cpu(hdr->ents[i + 1].hashval)) in xfs_dir3_leaf_check_int() 665 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leaf_addname() 891 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leaf_addname() 1250 be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leaf_lookup_int() 1555 hashwant = args->hashval; in xfs_dir2_leaf_search_hash() 1558 if ((hash = be32_to_cpu(lep[mid].hashval)) == hashwant) in xfs_dir2_leaf_search_hash() 1569 while (mid > 0 && be32_to_cpu(lep[mid - 1].hashval) == hashwant) { in xfs_dir2_leaf_search_hash()
|
| H A D | xfs_da_btree.h | 64 xfs_dahash_t hashval; /* hash value of name */ member 114 xfs_dahash_t hashval; /* last hash value in block */ member
|
| H A D | xfs_dir2.c | 271 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_createname() 367 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_lookup() 439 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_removename() 500 args->hashval = xfs_dir2_hashname(dp->i_mount, name); in xfs_dir_replace()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 60 (mtime, hashval) = entry 62 return hashval 66 hashval = bb.utils.md5_file(f) 67 self.cachedata_extras[0][f] = (cmtime, hashval) 68 return hashval
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_trace.h | 19 unsigned long hashval; in __ion_ptr_to_hash() local 21 if (ptr_to_hashval(ptr, &hashval)) in __ion_ptr_to_hash() 25 return (unsigned int)hashval; in __ion_ptr_to_hash()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | sdk.py | 28 taskkey, _, hashval = line.rpartition(':') 29 sig_dict[taskkey.strip()] = hashval.split()[0] 51 hashval = update_dict[k] 52 p = sstate_dir + '/' + hashval[:2] + '/*' + hashval + '*.tgz' 54 p = sstate_dir + '/*/' + hashval[:2] + '/*' + hashval + '*.tgz' 60 logger.error("More than one matching sstate object found for %s" % hashval)
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | dabtree.c | 116 parent_hash = be32_to_cpu(entry->hashval); in xchk_da_btree_hash() 392 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, pmaxrecs); in xchk_da_btree_block() 401 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block() 410 blk->hashval = xfs_dir2_leaf_lasthash(ip, blk->bp, pmaxrecs); in xchk_da_btree_block() 423 blk->hashval = be32_to_cpu(btree[*pmaxrecs - 1].hashval); in xchk_da_btree_block() 452 if (be32_to_cpu(key->hashval) != blk->hashval) { in xchk_da_btree_block() 558 error = xchk_da_btree_hash(&ds, level, &key->hashval); in xchk_da_btree()
|
| H A D | attr.c | 157 args.hashval = xfs_da_hashname(args.name, args.namelen); in xchk_xattr_listent() 265 if (be32_to_cpu(ent->hashval) < *last_hashval) in xchk_xattr_entry() 267 *last_hashval = be32_to_cpu(ent->hashval); in xchk_xattr_entry() 428 error = xchk_da_btree_hash(ds, level, &ent->hashval); in xchk_xattr_rec() 442 hash = be32_to_cpu(ent->hashval); in xchk_xattr_rec()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | mat.hpp | 2728 size_t hashval; member 2848 uchar* ptr(int i0, bool createMissing, size_t* hashval=0); 2850 uchar* ptr(int i0, int i1, bool createMissing, size_t* hashval=0); 2852 uchar* ptr(int i0, int i1, int i2, bool createMissing, size_t* hashval=0); 2854 uchar* ptr(const int* idx, bool createMissing, size_t* hashval=0); 2866 template<typename _Tp> _Tp& ref(int i0, size_t* hashval=0); 2868 template<typename _Tp> _Tp& ref(int i0, int i1, size_t* hashval=0); 2870 template<typename _Tp> _Tp& ref(int i0, int i1, int i2, size_t* hashval=0); 2872 template<typename _Tp> _Tp& ref(const int* idx, size_t* hashval=0); 2887 template<typename _Tp> _Tp value(int i0, size_t* hashval=0) const; [all …]
|
| H A D | mat.inl.hpp | 2322 _Tp& SparseMat::ref(int i0, size_t* hashval) in ref() argument 2324 return *(_Tp*)((SparseMat*)this)->ptr(i0, true, hashval); in ref() 2328 _Tp& SparseMat::ref(int i0, int i1, size_t* hashval) in ref() argument 2330 return *(_Tp*)((SparseMat*)this)->ptr(i0, i1, true, hashval); in ref() 2334 _Tp& SparseMat::ref(int i0, int i1, int i2, size_t* hashval) in ref() argument 2336 return *(_Tp*)((SparseMat*)this)->ptr(i0, i1, i2, true, hashval); in ref() 2340 _Tp& SparseMat::ref(const int* idx, size_t* hashval) in ref() argument 2342 return *(_Tp*)((SparseMat*)this)->ptr(idx, true, hashval); in ref() 2346 _Tp SparseMat::value(int i0, size_t* hashval) const in value() 2348 const _Tp* p = (const _Tp*)((SparseMat*)this)->ptr(i0, false, hashval); in value() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | mat.hpp | 2728 size_t hashval; member 2848 uchar* ptr(int i0, bool createMissing, size_t* hashval=0); 2850 uchar* ptr(int i0, int i1, bool createMissing, size_t* hashval=0); 2852 uchar* ptr(int i0, int i1, int i2, bool createMissing, size_t* hashval=0); 2854 uchar* ptr(const int* idx, bool createMissing, size_t* hashval=0); 2866 template<typename _Tp> _Tp& ref(int i0, size_t* hashval=0); 2868 template<typename _Tp> _Tp& ref(int i0, int i1, size_t* hashval=0); 2870 template<typename _Tp> _Tp& ref(int i0, int i1, int i2, size_t* hashval=0); 2872 template<typename _Tp> _Tp& ref(const int* idx, size_t* hashval=0); 2887 template<typename _Tp> _Tp value(int i0, size_t* hashval=0) const; [all …]
|
| H A D | mat.inl.hpp | 2322 _Tp& SparseMat::ref(int i0, size_t* hashval) in ref() argument 2324 return *(_Tp*)((SparseMat*)this)->ptr(i0, true, hashval); in ref() 2328 _Tp& SparseMat::ref(int i0, int i1, size_t* hashval) in ref() argument 2330 return *(_Tp*)((SparseMat*)this)->ptr(i0, i1, true, hashval); in ref() 2334 _Tp& SparseMat::ref(int i0, int i1, int i2, size_t* hashval) in ref() argument 2336 return *(_Tp*)((SparseMat*)this)->ptr(i0, i1, i2, true, hashval); in ref() 2340 _Tp& SparseMat::ref(const int* idx, size_t* hashval) in ref() argument 2342 return *(_Tp*)((SparseMat*)this)->ptr(idx, true, hashval); in ref() 2346 _Tp SparseMat::value(int i0, size_t* hashval) const in value() 2348 const _Tp* p = (const _Tp*)((SparseMat*)this)->ptr(i0, false, hashval); in value() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | mat.hpp | 2728 size_t hashval; member 2848 uchar* ptr(int i0, bool createMissing, size_t* hashval=0); 2850 uchar* ptr(int i0, int i1, bool createMissing, size_t* hashval=0); 2852 uchar* ptr(int i0, int i1, int i2, bool createMissing, size_t* hashval=0); 2854 uchar* ptr(const int* idx, bool createMissing, size_t* hashval=0); 2866 template<typename _Tp> _Tp& ref(int i0, size_t* hashval=0); 2868 template<typename _Tp> _Tp& ref(int i0, int i1, size_t* hashval=0); 2870 template<typename _Tp> _Tp& ref(int i0, int i1, int i2, size_t* hashval=0); 2872 template<typename _Tp> _Tp& ref(const int* idx, size_t* hashval=0); 2887 template<typename _Tp> _Tp value(int i0, size_t* hashval=0) const; [all …]
|
| H A D | mat.inl.hpp | 2322 _Tp& SparseMat::ref(int i0, size_t* hashval) in ref() argument 2324 return *(_Tp*)((SparseMat*)this)->ptr(i0, true, hashval); in ref() 2328 _Tp& SparseMat::ref(int i0, int i1, size_t* hashval) in ref() argument 2330 return *(_Tp*)((SparseMat*)this)->ptr(i0, i1, true, hashval); in ref() 2334 _Tp& SparseMat::ref(int i0, int i1, int i2, size_t* hashval) in ref() argument 2336 return *(_Tp*)((SparseMat*)this)->ptr(i0, i1, i2, true, hashval); in ref() 2340 _Tp& SparseMat::ref(const int* idx, size_t* hashval) in ref() argument 2342 return *(_Tp*)((SparseMat*)this)->ptr(idx, true, hashval); in ref() 2346 _Tp SparseMat::value(int i0, size_t* hashval) const in value() 2348 const _Tp* p = (const _Tp*)((SparseMat*)this)->ptr(i0, false, hashval); in value() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | inode.c | 477 static unsigned long hash(struct super_block *sb, unsigned long hashval) in hash() argument 481 tmp = (hashval * (unsigned long)sb) ^ (GOLDEN_RATIO_PRIME + hashval) / in hash() 495 void __insert_inode_hash(struct inode *inode, unsigned long hashval) in __insert_inode_hash() argument 497 struct hlist_head *b = inode_hashtable + hash(inode->i_sb, hashval); in __insert_inode_hash() 1073 struct inode *inode_insert5(struct inode *inode, unsigned long hashval, in inode_insert5() argument 1077 struct hlist_head *head = inode_hashtable + hash(inode->i_sb, hashval); in inode_insert5() 1142 struct inode *iget5_locked(struct super_block *sb, unsigned long hashval, in iget5_locked() argument 1146 struct inode *inode = ilookup5(sb, hashval, test, data); in iget5_locked() 1153 inode = inode_insert5(new, hashval, test, set, data); in iget5_locked() 1329 struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval, in ilookup5_nowait() argument [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ipt_CLUSTERIP.c | 341 unsigned long hashval; in clusterip_hashfn() local 361 hashval = jhash_1word(ntohl(iph->saddr), in clusterip_hashfn() 365 hashval = jhash_2words(ntohl(iph->saddr), sport, in clusterip_hashfn() 369 hashval = jhash_3words(ntohl(iph->saddr), sport, dport, in clusterip_hashfn() 374 hashval = 0; in clusterip_hashfn() 383 return reciprocal_scale(hashval, config->num_total_nodes) + 1; in clusterip_hashfn()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | kmem.h | 326 unsigned long hashval; in mm_ptr_to_hash() local 328 ret = ptr_to_hashval(ptr, &hashval); in mm_ptr_to_hash() 333 return (unsigned int)hashval; in mm_ptr_to_hash()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 385 hashval = get_hashval(fullpath) 386 hashfiles[hashval] = fullpath 392 for hashval in hashes: 399 localdata.setVar('BB_TASKHASH', hashval) 413 hashfiles[hashval] = fullpath
|