| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 1105 struct h_reg *hash_ptr; in show_self_hash() local 1109 hash_ptr = &hash; in show_self_hash() 1110 if (compute_self_hash(hash_ptr)) in show_self_hash() 1113 hash_ptr = &fix_hregs[FIX_HREG_SELF_HASH]; in show_self_hash() 1116 if (hash_ptr && hash_ptr->valid) in show_self_hash() 1117 print_buffer(0, hash_ptr->digest, 1, 20, 20); in show_self_hash()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_perf.c | 467 char *hash_ptr = mtree[block_index].data + block_off; in build_mtree() local 469 sha256(data, INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree() 481 char *hash_ptr = mtree[block_index].data + block_off; in build_mtree() local 484 INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree()
|
| H A D | incfs_test.c | 895 char *hash_ptr = file->mtree[block_index].data + block_off; in build_mtree() local 903 sha256(data, INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree() 915 char *hash_ptr = in build_mtree() local 919 INCFS_DATA_FILE_BLOCK_SIZE, hash_ptr); in build_mtree()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 214 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_hash() 241 unsigned long offset, hash = hash_ptr(lock, pv_lock_hash_bits); in pv_unhash()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | hash.h | 88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hash.h | 88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kprobes.c | 369 head = &kprobe_table[hash_ptr(addr, KPROBE_HASH_BITS)]; in get_kprobe() 1247 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); in kretprobe_hash_lock() 1281 unsigned long hash = hash_ptr(tsk, KPROBE_HASH_BITS); in kretprobe_hash_unlock() 1337 hash = hash_ptr(tk, KPROBE_HASH_BITS); in kprobe_flush_task() 1730 &kprobe_table[hash_ptr(p->addr, KPROBE_HASH_BITS)]); in register_kprobe() 2051 hash = hash_ptr(current, KPROBE_HASH_BITS); in NOKPROBE_SYMBOL()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | export.c | 281 hash ^= hash_ptr(item->ek_client, EXPKEY_HASHBITS); in svc_expkey_hash() 803 hash = hash_ptr(exp->ex_client, EXPORT_HASHBITS); in svc_export_hash() 804 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash() 805 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | wait_bit.c | 155 return bit_wait_table + hash_ptr(p, WAIT_TABLE_BITS); in __var_waitqueue()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | highmem.c | 399 return &page_address_htable[hash_ptr(page, PA_HASH_ORDER)]; in page_slot()
|
| H A D | filemap.c | 1007 return &page_wait_table[hash_ptr(page, PAGE_WAIT_TABLE_BITS)]; in page_waitqueue()
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_hash.h | 337 static inline RK_U32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr() function
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | keyslot-manager.c | 168 return &ksm->slot_hashtable[hash_ptr(key, ksm->log_slot_ht_size)]; in blk_ksm_hash_bucket_for_key()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_fq.c | 302 root = &q->fq_root[hash_ptr(sk, q->fq_trees_log)]; in fq_classify() 717 nroot = &new_array[hash_ptr(of->sk, new_log)]; in fq_rehash()
|
| H A D | cls_u32.c | 337 return tc_u_common_hash + hash_ptr(key, U32_HASH_SHIFT); in tc_u_hash()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_local_storage.c | 21 return &smap->buckets[hash_ptr(selem, smap->bucket_log)]; in select_bucket()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 393 rspq_bin = hash_ptr((void *)rsp, RSPQ_HASH_BITS); in chtls_recv_rsp()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io-wq.c | 969 bit = hash_ptr(val, IO_WQ_HASH_ORDER); in io_wq_hash_work()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | udp.c | 1502 busy = udp_busylocks + hash_ptr(ptr, udp_busylocks_log); in busylock_acquire()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_tables_api.c | 991 seed ^= hash_ptr(k->table, 32); in nft_objname_hash()
|